Apr 5, 2007 #1 salc76 Technical User Joined Feb 21, 2007 Messages 21 Location 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 Joined Aug 27, 2003 Messages 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 /?