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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: K2012
  • Order by date
  1. K2012

    Autosend SAS via Lotus Notes

    Thanks for the code that Fat Captain provided and I am able to send email automatic via lotus notes. Codes as follow (copy and paste from/by Fat Captain) /*** Create vbs code ***/ data _null_; file "c:\temp\AutoEmail.vbs"; put 'Set fso = CreateObject("Scripting.FileSystemObject")'; put 'Set...

Part and Inventory Search

Back
Top