windows - how to install setup using batch file -


i trying run install exe using batch script

set var =abc.exe %var% 

my script shown above if write in script abc.exe installing if assign path variable , try run exe not installing

set var = abc.exe abc.exe 

abc.exe in current directory if batch script having abc.exe installing why if assign exe path var not installing

remove space between variable , executable name.

set var=abc.exe 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -