Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

batch file to install multiple programs

@echo off
"Path/software1.exe"
"Path/software2.exe"
"Path/software3.exe"
"Path/software4.exe"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #batch #file #install #multiple #programs
ADD COMMENT
Topic
Name
2+5 =