home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / sets.zip / TIMEADJ.CMD < prev    next >
OS/2 REXX Batch file  |  1999-09-05  |  219b  |  9 lines

  1. @echo off
  2. rem need to change the curent directory to the directory
  3. rem containing timeadj.exe or time.dat will be misplaced
  4. rem e:
  5. rem cd e:\utility
  6. @echo on
  7. start "timeadj.exe" /n /b /min /win timeadj.exe
  8. exit
  9.