how can i exclude printers from my batch file
Moderator: DosItHelp
-
- Posts: 32
- Joined: 07 Sep 2012 03:50
Re: how can i exclude printers from my batch file
yes that part works, but when i choose one, it gets an error
Re: how can i exclude printers from my batch file
the error must be in the command that set the printer
add befor that line these two lines and tell us the output
add befor that line these two lines and tell us the output
Code: Select all
echo %printer%
pause
-
- Posts: 32
- Joined: 07 Sep 2012 03:50
Re: how can i exclude printers from my batch file
i tested the script again at home and there it does work perfectly. weird. tomorrow at work i will try it again. don't understand why it didn't work today.