Batch file commands needed!
Hi,
Well I caught a thread in here with regards to making batch files to automate certain tasks. I'm inept with programming; even in DOS commands. What I'm trying to do is make a batch file that opens up dos prompt and upon execution it will show ipconfig (for one example).
So far I've:
file.bat
(%SystemRoot%\system32\cmd.exe"-.exe ipconfig /all)
() denotes contents of .bat file
This to me seems to be working, except it will only show it instantenously then close off again. It's like typing ipconfig in the RUN command which will quickly pop up the command prompt then shut down.
Help?
Thanks