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
Using 'Dirty' on a subform
How to keep the same machine name after re-imaging with SCCM 2007
Can not edit MS Access Application??
Fastest Way to Store/Retrieve Data
Image1.Picture = LoadPicture(...) fails in VBA -- Workarounds please?
Scheduled Task creation with VBscript
Loop.sys
Changing a field type while using INTO
Using SaveAs in excel 2007 vba
XP display set to 4 bit color depth after Remote Desktop session