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 derfloh 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. bullrider

    NT Job Scheduler

    I've been looking at a few packages that perform scheduling of NT batch jobs. I prefer to keep dependencies the responsibility of the scheduler rather than hardcoding within the batch. Therefore, if any dependencies change I do not have to modify code and go through the testing, QA, procedures...
  2. bullrider

    NT Job Scheduler

    Can anyone recommend a software package that performs job scheduling and is under 150.00? I'm looking for something that can schedule batch jobs based upon dependencies of other jobs and the presence of a file. I'm looking for a GUI interface. I'd like to keep it relatively inexpensive as...
  3. bullrider

    NT Batch and Outlook

    I cannot see the code/text you intended to share
  4. bullrider

    NT Batch and Outlook

    I'm looking for a way to send an email from an NT batch file upon an error. Can anyone tell me the syntax? My reference books are not helping. Thanks! Example of what I'd like to do.... FINDSTR "INSERTED" %spoolfile% IF %ERRORLEVEL% NEQ 0 ( ECHO There was a problem inserting a...
  5. bullrider

    Process ID

    Thanks for replying. I'm looking to obtain the process id within the batch. I want to set a variable in the batch file to the process id. In UNIX it's a snap: jobid=$$ This is proving to be a problem in NT.
  6. bullrider

    Process ID

    Can anyone tell me how to obtain the process ID for the batch file I am running? I would like to append the process ID to file titles and messages. Thank you.

Part and Inventory Search

Back
Top