Jump to content

SergeyAV

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

About SergeyAV

Profile Information

  • OS
    Server 2008 x64

SergeyAV's Achievements

0

Reputation

  1. For more information try: rundll32 printui.dll,PrintUIEntry /?
  2. For exapmle: Dim WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") WshShell.Run "rundll32 printui.dll,PrintUIEntry /if /b " & """" & "LaserJet6L" & """" & " /f %windir%\inf\ntprint.inf /r " & """" & "lpt1:" & """" & " /m " & """" & "HP LaserJet 6L" & """", 2, true WshShell.Run "rundll32 printui.dll,PrintUIEntry /y /n " & """" & "LaserJet6L" & """", 2, true
  3. koden What is you OS? Read this: http://forum.ixbt.com/topic.cgi?id=22:51260-2#54
×
×
  • Create New...