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 do I insert an automatic check box for Word 2007
How do I create a Public Folder using Exchange Online through Microsoft Online Services?
Can I sync Contacts and Calendar with my ITouch
Access SQL - Year greater than in query
sql - if exists
Select Query
Outlook 2010 Offline mode - can't bring online
using a variable to define/select a range in excel VBA
Can't open a .xlsx file when attached to an Outlook email
how to import multiple contacts into office communicator 2007?