Answers for "create bat file windows"

0

create a batch file from batch file

REM Create batch file with required instructions or commands
echo timeout /t 6 > C:\temp\temp_file.bat
echo del "dir O:\MINE" >> C:\temp\temp_file.bat
echo ^(goto^) 2^>1 ^& del "%%~f0" >> C:\temp\temp_file.bat
 
timeout /t 3

REM Execute the newly created batch file
start /b cmd /c call "C:\temp\temp_file.bat"
Posted by: Guest on January-19-2022
0

how to create a batch file

qsdqsd
Posted by: Guest on February-10-2022

Browse Popular Code Answers by Language