[OT batch file] Turn off/on various software in batch

  • Thread starter Thread starter reader
  • Start date Start date
R

reader

I want to lean enough scripting to turn off/on a series of
applications. Where would experienced scripters send me to learn how.

(Wise cracks accepeted too)
 
Type help in a command prompt.

Type start /? in a command prompt.

Type net /? in a command prompt.

Paste the following line into Start | Run and click OK...
hh ntcmds.chm::/ntcmds.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
I want to lean enough scripting to turn off/on a series of
applications. Where would experienced scripters send me to learn how.

(Wise cracks accepeted too)

Have a look at taskkill.exe.
 
Back
Top