Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: linux print system info 
Shell :: git ignore by file extension 
Shell :: ubuntu send input to screen 
Shell :: How to push to a new repositiory in github 
Shell :: macos make file executable 
Shell :: mongodb install ubuntu 20.04 
Shell :: remobve git remote 
Shell :: delete branches gitlab 
Shell :: ubunto give permission for a user 
Shell :: apache2 install ubuntu 20.04 
Shell :: find exclude specific file 
Shell :: ubuntu wifi with no internet 
Shell :: difference between two files linux 
Shell :: show drives linux 
Shell :: until loop bash 
Shell :: how to test if docker is running from boot 
Shell :: arch linxu 
Shell :: git add except files 
Shell :: docker start exited container 
Shell :: git lost changes after reset --keep 
Shell :: npm install version 
Shell :: change flutter package name 
Shell :: create .gitignore 
Shell :: npm install capacitor to existing angular project 
Shell :: chmod 777 command in linux 
Shell :: stop tracking git pattern 
Shell :: apt update package 
Shell :: Closed INTERNAL ERROR: cannot create temporary directory 
Shell :: linux ping a port 
Shell :: linux shell arguments 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =