Search

Index

Revindex Task Scheduler

Execute DOS commands (Program)

Last updated on 2015-03-25 1 mins. to read

To execute any DOS commands, simply use the cmd.exe file to launch your command. For example, the command below will copy "File1.txt" to "File2.txt".


cmd.exe /c "copy C:\File1.txt C:\File2.txt"

Comments


Powered by Revindex Wiki