How can I start a correct batchfile ?
I tried:
at 12:00 cmd /cpstart
but it does not execute the cmd .
try putting the command in quotes also you may need to
run a command shell. from memory this is
at <time> cmd /c "command to execute"
I think you have to do this with exe's as well as bat files