home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / XTIME002.ZIP / XTIME.DOC < prev    next >
Text File  |  1990-05-09  |  3KB  |  78 lines

  1. X-TIME
  2. (Execute an OS/2 Session at a specified time)
  3.  
  4. Syntax:
  5.  
  6. XTIME  /TIME:hh:mm [/TIT:title | "/TIT:session title"] [/NOC] [/BG] -
  7.          [/FS | /PM | /WIN] [/I] [EXIT] [/MIN | /MAX] -
  8.          {program name} [program arguments]                      
  9.  
  10.  
  11. Parameters: 
  12.  
  13.      hh:mm                    Specify the time to start application
  14.                               in hours and minutes.  24 hour clock time
  15.                               this parameter is required.
  16.  
  17.      title / session title    Specify the title to assign to the
  18.                               session wich will be displayed on
  19.                               the PM TASK MANAGER menu window
  20.  
  21.      NOC                      Specify not to close the window
  22.                               when the program ends (valid only
  23.                               for WINDOWCOMPAT programs)
  24.  
  25.      BG                       Specify to start the program in the
  26.                               in the background
  27.  
  28.      FS                       Start the program as a FULL SCREEN
  29.                               Session (NOTWINDOWCOMPAT)
  30.  
  31.      PM                       Start the program as a PM session
  32.                               (WINDOWAPI)    
  33.      
  34.      WIN                      Start the program in a PM compat.
  35.                               window (WINDOWCOMPAT)
  36.  
  37.      I                        Specify to pass the current 
  38.                               ENVIRONMENT SETTINGS to the 
  39.                               starting session
  40.  
  41.      MIN                      Sets the default state for the 
  42.                               starting session as MINIMIZED 
  43.                               (ICONIC) (valid only for PM or WIN
  44.                               application)
  45.  
  46.      MAX                      Sets the default state for the 
  47.                               starting session as MAXIMIZED 
  48.                               (ICONIC) (valid only for PM or WIN
  49.                               application)
  50.  
  51.      CMD                      indicates to start the program    
  52.                               specified invoking CMD.EXE 
  53.  
  54.      K                        indicates to invoke CMD.EXE with
  55.                               the /K option. this parameter keeps
  56.                               the session when the program
  57.                               specified terminate   
  58.  
  59.      EXIT                     after execution of command exit and 
  60.                               terminate the program.
  61.  
  62. NOTE:
  63.  
  64. If a full qualified file name is used to specify the program name
  65. the command will search first in the same path and then in the
  66. PATH for an ICON file to associate to the starting session, else
  67. only the PATH will be searched.
  68. If no file named as the specified program name, but with "ICO" as
  69. last qualifier is found a default ICON will be used.
  70.  
  71.  
  72.  
  73. Revision History:
  74.  
  75. Version 0.02 Added /Exit to allow termination of program after execution.             
  76.  
  77. Version 0.01 First Release
  78.