2012年9月21日 星期五

Execute program in batch file

This is a simple sample of batch file to execute Notepad and open 1.txt file.


CD C:\Windows\System32
START notepad.exe C:\1.txt
EXIT


Reference:
http://blog.xuite.net/f8789/DCLoveEP/37390106

沒有留言:

張貼留言