create the below command as a .bat file
FOR /F %%a in (E:\test\command.txt) do %%a
Give the command file location from which the commands to be executed
Thats it ur done
FOR /F %%a in (E:\test\command.txt) do %%a
Give the command file location from which the commands to be executed
Thats it ur done
No comments:
Post a Comment