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
Windows 2003 AD with a Sync Issue
SBS 03 to 08 migration. Can I change servername and domainname?
OLEDB VS ODBC in MFC.
Need to restore a single mailbox from ntbackup
Activate an existing task in the tas scheduler
What is First Normal Form (1NF)?
Microsoft Office Install stopping on MSPTLS.DLL
How to read a stack trace in visual studio
How to determine combobox listindex of a known ID
Alter sp in sql 2008