Q63:        Windows 2000
A62: ( Xray_Linux_Root)
rundll32 printui.dll,PrintUIEntry /in /n \\server\printer 
: rundll32 printui.dll,PrintUIEntry [] [@ ] 
/a[file]    
/b[]    
/c [] UNC- ,    
/dl    
/dn      
/dd    
/e     
/f[file]   ,    
/ga      
/ge      
/gd      
/h[arch]   Alpha | Intel | Mips | PowerPC 
/ia        
/id          
/if       
/ii           
/il        
/in     
/j[provider]    
/k      ,         
/l[path]       
/m[model]     
/n[name]   
/o      
/p    
/q        
/r[port]   
/s    
/Ss      
/Sr      
      ,    : 
2 PRINTER_INFO_2 
7 PRINTER_INFO_7 
c   
d PrinterData 
s   
g  DevMode 
m    
u  DevMode 
r    
f    
p   
/u        
/t[#]    ( ) 
/v[version]    Windows 95  98 | Windows NT 3.1 | Windows NT 3.5  3.51 | Windows NT 3.51 | Windows NT 4.0 | Windows NT 4.0  2000 | Windows 2000 
/w    ,      inf- 
/y      
/Xg    
/Xs    
/z         
/Z    ,     /if 
/?   
@[file]     
:
  : 
rundll32 printui.dll,PrintUIEntry /s /t1 /n\\machine 
  : 
rundll32 printui.dll,PrintUIEntry /p /n\\machine\printer 
    : 
rundll32 printui.dll,PrintUIEntry /il 
      \\machine: 
rundll32 printui.dll,PrintUIEntry /il /c\\machine 
  : 
rundll32 printui.dll,PrintUIEntry /o /n\\machine\printer 
     : 
rundll32 printui.dll,PrintUIEntry /if /b "Test Printer" /f %windir%\inf\ntprint.inf /r "lpt1:" /m "AGFA-AccuSet v52.3" 
       : 
rundll32 printui.dll,PrintUIEntry /ii /f %windir%\inf\ntprint.inf 
    : 
rundll32 printui.dll,PrintUIEntry /ga /c\\machine /n\\machine\printer /j"LanMan Print Services" 
    : 
rundll32 printui.dll,PrintUIEntry /gd /c\\machine /n\\machine\printer 
    : 
rundll32 printui.dll,PrintUIEntry /ge /c\\machine 
      : 
rundll32 printui.dll,PrintUIEntry /ia /c\\machine /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000" /f %windir%\inf\ntprint.inf 
  :
rundll32 printui.dll,PrintUIEntry /dd /c\\machine /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000" 
    : 
rundll32 printui.dll,PrintUIEntry /y /n "printer" 
  : 
rundll32 printui.dll,PrintUIEntry /Xs /n "printer" comment "My Cool Printer" 
  : 
rundll32 printui.dll,PrintUIEntry /Xg /n "printer" 
       : 
rundll32 printui.dll,PrintUIEntry /f "results.txt" /Xg /n "printer" 
    : 
rundll32 printui.dll,PrintUIEntry /Xs /n "printer" ? 
     : 
rundll32 printui.dll,PrintUIEntry /Ss /n "printer" /a "file.dat" 
     : 
rundll32 printui.dll,PrintUI /Sr /n "printer" /a "file.dat" 
    2  : 
rundll32 printui.dll,PrintUIEntry /Ss /n "printer" /a "file.dat" 2 
    : 
rundll32 printui.dll,PrintUIEntry /Sr /n "printer" /a "file.dat" s 
  devmode     : 
rundll32 printui.dll,PrintUIEntry /Sr /n "printer" /a "file.dat" g d 
         : 
rundll32 printui.dll,PrintUIEntry /Sr /n "printer" /a "file.dat" m p
 logon :
---------------------- ..... ------------------
if %computername%==ROBO6 goto br23
if %computername%==ROBO17 goto robo4
if %computername%==BR21 goto br23
if %computername%==BR24 goto br23
if %computername%==BR25 goto robo4
if %computername%==ROBO3 goto br23
goto end
:br23
if %windir%==C:\WINNT rundll32 printui.dll,PrintUIEntry /in /n \\br23\hp
if %windir%==C:\WINNT rundll32 printui.dll,PrintUIEntry /y /n "\\br23\hp"
if exist C:\Progra~1\Autoca~1\Plotters\TCTI.pc3 goto end
copy /B /Y \\sun\Bin\DISTRIB\!AutoCAD\Settings\br23n.pc3 C:\Progra~1\Autoca~1\Plotters\TCTI.pc3 > nul
goto end

:robo4
if %windir%==C:\WINNT rundll32 printui.dll,PrintUIEntry /in /n \\robo4\hp
if %windir%==C:\WINNT rundll32 printui.dll,PrintUIEntry /y /n "\\robo4\hp"
if exist C:\Progra~1\Autoca~1\Plotters\TCTI.pc3 goto end
copy \\sun\bin\distrib\!AutoCAD\Settings\robo4n.pc3 C:\Progra~1\Autoca~1\Plotters\TCTI.pc3 > nul
goto end

:end
echo The Netlogon Script Successfully Complit!
call \\sun\netlogon\install.bat
