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

  1. NAME 
  2.      run - Run a Windows program from a DOS prompt within
  3.      Windows.
  4.  
  5. SYNOPSIS 
  6.      run command [parameters] [&]
  7.  
  8. DESCRIPTION 
  9.      If Windows is running, run passes the current directory
  10.      and command [parameters] [&] to the scheduler sched.
  11.      Sched will run command [parameters] as a child proces
  12.      in the indicated directory. The optional & symbol
  13.      indicates that the program will run minimized.
  14.  
  15.      If Windows is not running, win command [parameters]
  16.      will be executed.
  17.  
  18.      In order to use run, the scheduler must have been
  19.      loaded. Insert into the section [windows] in the file
  20.      win.ini:
  21.           load=sched.exe
  22.  
  23.      The environment variable TEMP must have been set to
  24.      your directory for temporary files.
  25.  
  26. BUGS
  27.      If the environment variable TEMP is changed after
  28.      Windows has been started, communication between run and
  29.      sched will be lost.
  30.  
  31.      Sched uses the environment variable PATH as it was when
  32.      Windows was started.
  33.  
  34.      Changes made to the environment after Windows has been
  35.      started, have no effect on the program to be run. The
  36.      program inherrits the environment as it was when Win-
  37.      dows was started.
  38.  
  39. SEE ALSO
  40.      sched
  41.  
  42. VERSION
  43.      1.8
  44.  
  45. COPYRIGHT 
  46.      (C) 1991-1993 F.Wiarda
  47.  
  48.