home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / programs / editors / comw220 / e1.bat < prev    next >
DOS Batch File  |  1994-12-06  |  208b  |  9 lines

  1. @echo off
  2. if "%1" == "" goto explain
  3. comw %1 doom1
  4. goto exit
  5. :explain
  6. echo Please use either 'answer' or a friends name to start
  7. echo Note: COMW.INI must bet setup for your friends phone number
  8. :exit
  9.