Ghost21 0 Posted October 2, 2007 So far with peoples help... ( Thanks James .. etc.. ) I can add printers to my computer without user interaction... now deleteing it seems to be another large pain in the ass ADD A PRINTE -- > Run('"' & @SystemDir & '\RunDll32.EXE" printui.dll,PrintUIEntry /ga /c"\\' & GUICtrlRead($Input5) & '" /in\\server /n"\\server\' & StringTrimLeft($printer, 1) & '"') Delete a Printer Run('"' & @SystemDir & '\RunDll32.EXE" printui.dll,PrintUIEntry /gd /c"\\' & GUICtrlRead($Input19) & '"/n"\\server\' & StringTrimLeft($printer, 1) & '"') I can't get it to remove the printer I just added... Help..again ... :/ Share this post Link to post Share on other sites
GEOSoft 68 Posted October 2, 2007 So far with peoples help... ( Thanks James .. etc.. ) I can add printers to my computer without user interaction... now deleteing it seems to be another large pain in the assADD A PRINTE -- > Run('"' & @SystemDir & '\RunDll32.EXE" printui.dll,PrintUIEntry /ga /c"\\' & GUICtrlRead($Input5) & '" /in\\server /n"\\server\' & StringTrimLeft($printer, 1) & '"')Delete a Printer Run('"' & @SystemDir & '\RunDll32.EXE" printui.dll,PrintUIEntry /gd /c"\\' & GUICtrlRead($Input19) & '"/n"\\server\' & StringTrimLeft($printer, 1) & '"')I can't get it to remove the printer I just added...Help..again ... :/That run line still doesn't look right.Take another look at the code I posted in the last thread. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
Ghost21 0 Posted October 2, 2007 That run line still doesn't look right.Take another look at the code I posted in the last thread.I tried yours it didn't suit the setup I had for it.. But it did work... The run line above works great and fast .. Share this post Link to post Share on other sites