home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Interactive script requires user input
- ;
- <ClearWindow>
- <DispText>Intro
- <DispText>Ask_Continue
- :GetKey
- <GetKey>
- <if>Y
- <GoTo>Dial
- <if>N
- <GoTo>End
- <goto>GetKey
- :Dial
- <INITFONREC>ACECOMM Support BBS ; Initialize a FON RECORD
- <FON_NUM>1-602-846-2940 ;
- <FON_BAUD>19200 ;
- <FON_TERM>Av/An ;
- <FON_REDIAL> ; Go into re dial mode
- <DispText>Connect
- <WAITSTR> your name:
- <GetDCD>
- <if>1
- <goto>Connect
- <goto>Dial
- :Connect
- <SENDSTR>Michael Phelps^M
- <SENDSTR>Y^M
- <SENDSTR>password^M~~~^M
- :End
- <ENDS>
-
-
- {-DATA_AREA-}
- {-TEXT_START-}Intro
- -- Generic Log On Script --
- {-TEXT_END-}
- {-TEXT_START-}Ask_Continue
- Continue (Y/n) {-TEXT_END-}
-
- {-TEXT_START-}Connect
- -- Connect --
- {-TEXT_END-}