I'm used to using a Mac, and I've written a program for my Mac that I now need to implement on a PC. On a mac, I run it through a shell file, using the following code:
cd ./desktop/Program
./MyProgram
./clearFiles
I've tried entering
cd ./desktop/Program^
./MyProgram^
./clearFiles
and saving it as both a .bat and a .cmd file but I can't get either to work. Is there a similar format to .sh I could use on Windows 7 to do the same thing? I want to be able to execute 3 commands in Command Prompt with just one click.