home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / LORI < prev    next >
Text File  |  1991-10-28  |  296b  |  15 lines

  1. > windowprms(off,off,off,on,on,off)
  2. > windowpos(0,0)
  3. > windowshow()
  4. > watch(on)
  5. > dir = 'c:\temp'
  6. > logfile = 'monitor.log'
  7. > cmdfile = '\3m\exe\en\os2\welcome.cmd'
  8. > cd(dir)
  9. > log(logfile)
  10. > host(5,10,NONE,NO,cmdfile)
  11. > message('Press any key to terminate script')
  12. > wait()
  13. > end
  14.  
  15.