home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem %0 = batchon.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
- rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
- rem %9 = node#
- echo "BATCHON.BAT"
- if not "%1" == "" echo %1
- if not "%2" == "" echo %2
- if not "%3" == "" echo %3
- if not "%4" == "" echo %4
- if not "%5" == "" echo %5
- if not "%6" == "" echo %6
- if not "%7" == "" echo %7
- if not "%8" == "" echo %8
- if not "%9" == "" echo %9
-
-