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: *

  1. wgirasuolo

    FindNextFile function

    In VB the following function grabs all files in a directory between certain date range... I know your not writing in VB, but maybe this will help... BG ---------------------------------------------- Function GetFileList(folderpath As String) Dim FileSystemObj, Folder, file, Files Dim...
  2. wgirasuolo

    FindNextFile function

    Why not use the FileSystemObject?
  3. wgirasuolo

    NetScheduleJobAdd API Problem

    My API is working dandy thanks to some previous helpful posts...The only problem is the AT structure does not have the ablity to story a run once date past the current month... If anyone could offer any help...Would be so much appretiated...
  4. wgirasuolo

    Task Scheduler API?

    I beleive the NetScheduleJobAdd API creates the job as a local System account...
  5. wgirasuolo

    Task Scheduler API?

    This thread has helped me out tremendously...So thanks to all... My question is... Is there a way to store a job name through the NetScheduleJobAdd API....I don't see it in the at_info structure... Any help would be appretiated... BG

Part and Inventory Search

Back
Top