home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / DICE372.ZIP / STRTDICE.BAT < prev   
Encoding:
DOS Batch File  |  1987-12-02  |  225 b   |  9 lines

  1. .rem Sample batch file for starting DICE.
  2. .rem Command "pon" is executed at startup,
  3. .rem screen blank delay is 5 minutes,
  4. .rem Command stack size is 30.
  5.  
  6. set dicedat=c:\dice.dat
  7. dice $d  $t  $P$_Ready$g$Cpon$b5$S30
  8.  
  9.