Search found 2 matches
- 31 Jan 2014 10:51
- Forum: DOS Batch Forum
- Topic: Noob help
- Replies: 4
- Views: 3772
Re: Noob help
Thank you! Do you know if there is any way to run this from a network drive? It seems I can only run it locally. Also, is there any way to make it as one file instead of having two?
- 31 Jan 2014 09:21
- Forum: DOS Batch Forum
- Topic: Noob help
- Replies: 4
- Views: 3772
Noob help
What am I doing wrong here? I'm trying to run "program.exe" in an elevated command prompt, either by the localadmin or by domain account. Also, is it possible to run this as one file instead of two? CLS @ECHO OFF ECHO Press 1 to login as local admin. SET /P id=Enter ID: %=% IF %id%==1 GOTO...