home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / easyon1a.zip / EASYLOAD.CMD < prev    next >
OS/2 REXX Batch file  |  1993-09-27  |  352b  |  22 lines

  1. /* EasyLoad */
  2. /* Ver 1.0 */
  3. /* Copyright 1993 by Mark Bernard */
  4.  
  5. /* Companion Rexx program for EasyTime */
  6.  
  7. /*****************/
  8. /* Configuration */
  9. /*****************/
  10.  
  11. FlagFile = "C:\maxp\EasyTime.flg"
  12.  
  13.  
  14. /** End Configuration **/
  15. /***********************/
  16.  
  17. call lineout FlagFile, "Loaded     ",1  /* "Load" EasyTime */
  18.  
  19.  
  20. exit
  21.  
  22.