BATCH FILE 问题请教

明天不去上学

知名会员
VIP
注册
2003-11-09
消息
197
荣誉分数
12
声望点数
128
BATCH FILE 问题请教
如何写BATCH FILE 来关掉所有的打开的IE窗口呢?
谢谢:):):)
 
under eng xp sp3
C:\Documents and Settings\somebody>taskkill /IM firefox.exe
SUCCESS: The process "firefox.exe" with PID 1324 has been terminated.

C:\Documents and Settings\somebody>taskkill /IM firefox.exe
SUCCESS: The process "firefox.exe" with PID 1324 has been terminated.

C:\Documents and Settings\somebody>taskkill /IM firefox.exe
ERROR: The process "firefox.exe" not found.
 
BATCH FILE 问题请教
如何写BATCH FILE 来关掉所有的打开的IE窗口呢?
谢谢:):):)

Create your own script file, or a simple BAT file that describes the steps to complete the tasks, so you don't need to type the same set of commands over and over again, and you could use window task scheduler to run the script in a certain date and time.

You should know the Windows Command-line:
http://technet.microsoft.com/en-us/library/bb490890.aspx
 
后退
顶部