How to use a batch file to open a program
For example, open QQ
@echo off
"C:\Program Files\QQ2005\QQ.exe"
exit
After I write it like this, that CMD thing shows up.
If after running it, I don't want that CMD thing to show,
please help me out, thanks
For example, open QQ
@echo off
"C:\Program Files\QQ2005\QQ.exe"
exit
After I write it like this, that CMD thing shows up.
If after running it, I don't want that CMD thing to show,
please help me out, thanks
