home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / startd.zip / GAMES.CMD < prev    next >
OS/2 REXX Batch file  |  1993-10-11  |  168b  |  11 lines

  1. /* for most games */
  2.  
  3. if 'STARTDOS' <> address()  then do
  4.   say 'Expected STARTDOS environment'
  5.   return 2
  6. end
  7.  
  8. rc = AddDosSetting( "HW_TIMER=1" )
  9.  
  10. return 0
  11.