Search found 3 matches
- Wed Jan 17, 2007 5:32 pm
- Forum: Technical / Scripting
- Topic: Installing printers based on computer names.
- Replies: 1
- Views: 3944
Installing printers based on computer names.
The following script intends to install printers and set defaults based on computer names, So far the logic works sometimes, but I encounter the following error when I execute the script on workstations for the first time "Error - Missing Else/ENDIF". Printers get installed and then another error sh...
- Fri Jan 12, 2007 6:29 pm
- Forum: General Discussion
- Topic: Installing printers by computer names
- Replies: 1
- Views: 4494
Installing printers by computer names
I am trying to tell another section of the scritp to install a printer if the name is found on the this list. Would it be possible to do it this way. I tested it and it works some of the times. LET>SYSTEM=ABETHONEY LET>SYSTEM=JARRIGOPC LET>SYSTEM=DEACCOMP LET>SYSTEM=ABETHONEY LET>SYSTEM=EPEREZ IF>CO...
- Fri Jan 12, 2007 4:46 pm
- Forum: Technical / Scripting
- Topic: Install printers based on logged on computer
- Replies: 1
- Views: 4164
Install printers based on logged on computer
I am currentlly trying to install printers for different sections of the office, and set the correct one as the default. However I need to define a method were I can get the a computer name and compare it against a list of names to define which printers will be installed. So far I created a script w...