T
Tom Parson
I have a batch file aaa.bat which should be executed by cmd.exe and I want to pass the /U to this cmd.exe.
How do I do this?
Ok, I could open a command prompt and enter
cmd /U aaa.bat
but this is not smart. I want to pass it without opening a first,outer cmd.exe
I want to double click on the batch file and let Win2000 do the rest.
Can I pass it somehow from within the current batch file?
Second question: Can I setup the switch /U as default for the execution of ALL
batch file executions in the future?
Where do I have to enter this switch?
Tom
How do I do this?
Ok, I could open a command prompt and enter
cmd /U aaa.bat
but this is not smart. I want to pass it without opening a first,outer cmd.exe
I want to double click on the batch file and let Win2000 do the rest.
Can I pass it somehow from within the current batch file?
Second question: Can I setup the switch /U as default for the execution of ALL
batch file executions in the future?
Where do I have to enter this switch?
Tom