Well, I'm trying to do some automation using batch file to speed up my daily routine at work, and I need to solve these little questions:
- I want to install wget command, but using only the pure Windows Command Prompt
- I want to download some things stored http server online
- These "things" need to be downloaded and placed in the same folder that my batch file resides
- I want these things to be executed and my batch file to be deleted
- Need to perform all operations without "asking permission" of administrator
Please, can you guys do that for me? Or maybe give some help with the first steps?