home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / MHST131.ZIP / EVENT.BAT < prev    next >
DOS Batch File  |  1992-06-01  |  430b  |  15 lines

  1. @echo off
  2. rem %0 = event.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
  3. rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
  4. echo "EVENT.BAT"
  5. if not "%1" == "" echo %1
  6. if not "%2" == "" echo %2
  7. if not "%3" == "" echo %3
  8. if not "%4" == "" echo %4
  9. if not "%5" == "" echo %5
  10. if not "%6" == "" echo %6
  11. if not "%7" == "" echo %7
  12. if not "%8" == "" echo %8
  13. if not "%9" == "" echo %9
  14.  
  15.