| |
tuckernewb
Posts: 1
Score: 0
Joined: 10/12/2008
Status: offline
|
Ok im a little bit of a newb to VB im trying to right a script to prompt for information to be pasted into a dos command string. I thought this would be fairly easy but it is not working out for me. Any help would be greatly apreciated........ Here is the command I am trying to run rundll32 printui.dll,printuientry /y /ga /c\\machine /n\\machine\printer /j"lanMan Print Services I thougt I could just write some input boxes strcomputer = inputbox("Enter the computer name") strprinter = Inputbox("Enter the printer name") strserver = Inputbox("Enter the Print servers name") then plug them into the command and have it run but I keep getting an error when I try............ Thanks for any help
|
|