Apr 5, 2007 #1 salc76 Technical User Feb 21, 2007 21 CA I need to create a batch file that allows a user to default to a specific printer when they need to.
Apr 5, 2007 1 #2 mpnut MIS Aug 27, 2003 242 Put this in a batch file. Of course set "PRINTERNAME" to the correct name of the printer (include the quotes) cscript C:\Windows\system32\prnmngr.vbs -t -p "PRINTERNAME" If you have any trouble type this in a command prompt: cscript C:\Windows\system32\prnmngr.vbs /? Upvote 0 Downvote
Put this in a batch file. Of course set "PRINTERNAME" to the correct name of the printer (include the quotes) cscript C:\Windows\system32\prnmngr.vbs -t -p "PRINTERNAME" If you have any trouble type this in a command prompt: cscript C:\Windows\system32\prnmngr.vbs /?