Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
install print driver in batch file
Name: k0r54 Date: October 4, 2006 at 05:33:46 Pacific OS: win xp CPU/Ram: x Product: x
Comment:
Hi,
I had a problem earlier when trying to install a printer through a batch file. I have now done it and it is working great. The only problem i got is when im adding the driver i get an alert with the windows logo testing (confirm the driver is ok type thing). I have put the cmd line in quite mode but it still comes up. I looked at the help file and there is a super quite mode but i cant figure out how to use it?
Name: Lucid Date: October 8, 2006 at 08:33:48 Pacific
Reply:
That's a machine policy setting, so if it causes you problems, just configure the mahcine's policies not to warn when installing unsigned drivers (either edit the local polciy using GPEDIT.MSC or set up a domain GPO).
Summary: i have been installed this driver "Xwave QS3000A 9934 Sound Driver" in to my xp o/s, i dont know y it still not working even after i installed this driver , it sounds like scratchy sound .....there is...
Summary: Hi, Please show me how to print out the below line in batch programming: perl -e "sleep (rand 30)" I tried: set random_sec=perl -e "sleep (rand 30)" echo %random_sec" and it does not work. Thanks for ...