Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FoxFire5

  1. FoxFire5

    ASP editor?

    Also very usefull is Microsoft Visual Interdev. I think it's one of the most used editor for asp pages... FoxFire
  2. FoxFire5

    calling a script from asp

    you can try following code: Dim wsh_object Set wsh_object = CreateObject("WScript.Shell") wsh_object.Run """c:\hosting\buildaccount.vbs"",1,True"
  3. FoxFire5

    Printing image files to specified printer

    Can anyone tell me how i can print an image file (for example a tif file) to a specified printer? For this moment i use the shell command to print these files. This command will use the default printer of the server. My question is: is there a way to use an other printer (different than the...

Part and Inventory Search

Back
Top