home *** CD-ROM | disk | FTP | other *** search
- ss rmtcmd "^[mM]$|^[mM][eE][nN]|^[dD] |^[dD][oO][wW]"
- if %z0 set rmtcmd "menu"; return
- ss rmtcmd "^[pP][rR]|^[mM][eE]|^[rR][ eE]?"
- if %z0 goto priv
- return :: Don't do the following under DOS 2.1
- ss rmtcmd "^arc|^zoo|^whereis |^sd$|^sd |^ls |^ls$"
- if !%z0 return
- ss rmtcmd ":|\.\.|[ ][/\\]"
- if %z0 echo "Illegal Path"; goto done
- ss rmtcmd "(^zoo[^ ]*)(.*)"
- if %z2 obey "!~/zoo v %z2>COM1"; goto done
- ss rmtcmd "(^arc[^ ]*)(.*)"
- if %z2 obey "!~/pkxarc -v %z2>COM1"; goto done
- if %z1 echo "Must specify archive to directory list"; goto done
- ss rmtcmd "^whereis |^sd$|^sd |^ls |ls$"
- if !%z0 return
- obey "!~/%rmtcmd >COM1 <COM1"
- echo "%rmtcmd complete."
- done: set rmtcmd ""; return
- priv: put "\r\n\n\nFree BBS DSZ registration requests must be accompanied\r\n"
- put "by a paid DSZ or ZCOMM registration, or Professional-YAM order.\r\n"
- put "\r\n\nDo you wish to register DSZ, ZCOMM, or order Pro-YAM now (y/n) ?"
- if y cd /host; source register.t; set rmtcmd ""; return
- put "\n\nThe majority of questions callers leave in messages are answered in\r\n"
- put "the opening message (welcome.txt) or info.txt. Have you read these\r\n"
- put "files carefully??? "
- purgek
- if !y goto rtfm
- echo "\nIf you have a technical or customer service question, please"
- echo "make a voice call to 503-621-3406, do NOT leave a message."
- echo "\n\nIs this message to ask for customer support (technical or otherwise) ?"
- purgek
- if y goto techs
-
- ss rmtcmd "^[mM][eE]"
- if %z0 echo "This will be a PUBLIC message."
- return
- rtfm: cd /host
- set rmtcmd "more welcome.txt"
- return
- return
- techs:
- put "\r\n\nFor support please call voice 503-621-3406 11 AM to 5 PM Pacific Time.\r\n\n"
- set rmtcmd ""
- return
-
-