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
How to print background picture in Excel?
Is Access a bit of a pig?
Remove permissions to create live meeting on OCS 2007 R2
SQL ALL/EXISTS in a query
MS Power Point 2007 stops runing
Only 60Hz Available, Even With Driver, Spec is 75. I Can Work Around That - Should I?
Setting Up SMTP Mail Service on Windows XP
SSRS percentage equation
Access Query Sequential Counter
Linq to Sql union with constant values