home *** CD-ROM | disk | FTP | other *** search
- ; online script 2.0 (22.11.96)
-
- failat 21
-
- echo "Online script for Miami - by Kenneth C. Nilsen"
-
- rx rexx:MiamiOnline.rexx >nil:
-
- if not warn
- echo "This computer has IP address: " NOLINE
-
- GetIP t:ip ;<- change this if you use Miami dialup log with
- ;another path
-
- echo " Hostname: `HOSTNAME`"
- echo " Start time: " NOLINE
- date
- else
- echo "Couldn't go online... (perhaps already online)"
- endif
-