home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / run18.zip / SCHED.DOC < prev    next >
Text File  |  1993-02-27  |  914b  |  35 lines

  1. NAME 
  2.      sched - Job scheduler.
  3.  
  4. SYNOPSIS 
  5.      load=sched.exe
  6.  
  7. DESCRIPTION 
  8.      Insert into the section [windows] in the file win.ini:
  9.           load=sched.exe
  10.  
  11.      Sched runs idle waiting for jobs. If a job is passed to
  12.      sched, sched changes to the directory specified in the
  13.      job, and runs the program (with optional parameters)
  14.      specified in the job as a child process. If the last
  15.      specified parameter is the & symbol, the program will run
  16.      minimized.
  17.  
  18.      Sched tries to find the program in the current directory,
  19.      in the Windows directory, in the Windows system directory
  20.      and finaly in the directories specified in the
  21.      environment variable PATH.
  22.  
  23.      The environment variable TEMP must have been set to your
  24.      directory to be used for temporary files.
  25.  
  26. SEE ALSO
  27.      run
  28.  
  29. VERSION
  30.      1.8
  31.  
  32. COPYRIGHT 
  33.      (C) 1991-1993 F.Wiarda
  34.  
  35.