Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to call a batch file from another batch file

REM We're working inside file1.bat
REM To start a bat file stored in the same directory use:
START file2.bat

REM if file2 is in another directory use
START path/file2.bat
 
PREVIOUS NEXT
Tagged: #call #batch #file #batch #file
ADD COMMENT
Topic
Name
8+6 =