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"
Powered by Revindex Wiki