Microsoft
Software
Hardware
Network
Question : Using batch file to start programs with switches
I am using the following batch file to start a bunch of programs:
@echo off
cls
start "" "%SystemRoot%\System32\cal
c.exe"
start "" "C:\Program Files\Pass\Pass.exe"
Its working great but one of my batch commands has a command line switch
"C:\Documents and Settings\Todd\My Documents\HSEC\HSEC.TH\My Documents\BAT\HSEC OutlookPrev.BAT" L
How can I add this in using quotes correctly to keep my command lind switch working?
Thanks.
Answer : Using batch file to start programs with switches
It should be as easy as this:
start "" "C:\Documents and Settings\Todd\My Documents\HSEC\HSEC.TH\My Documents\BAT\HSEC OutlookPrev.BAT" L
Random Solutions
Mac Excel won't open files
How to subscript and superscript on mySQL?
Warning when changing a single instance of a recurring OCS Live Meeting
OLE Registration
Use old xbox360 controller on new xbox360
Conditional Format IF Expression
Single quotation in strVariable causes error 2147217900
Configure Report Server Error
datetime to ISOweek & ISOyear
Convert VBA to VB.Net