home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1994-09-13 | 2.1 KB | 90 lines |
- A= Extension_16_0006(0)
- '
- A= Extension_16_002A(Chr$(12)+Chr$(13)+"PortOpen at Address = "+Hex$(A,8)+Chr$(13))
- Wait 50
- '
- A= Extension_16_003A("Local Text"+Chr$(13))
- Wait 50
- '
- A= Extension_16_004C(Asc("M"))
- A= Extension_16_002A(Chr$(13)+"ModemChar = "+Str$(A)+Chr$(13))
- Wait 50
- '
- A= Extension_16_005E(Asc("S"))
- A= Extension_16_002A(Chr$(13)+"ScreenChar = "+Str$(A)+Chr$(13))
- Wait 50
- '
- A= Extension_16_0072(Asc("B"))
- A= Extension_16_002A(Chr$(13)+"BBSChar = "+Str$(A)+Chr$(13))
- Wait 50
- '
- I$=Space$(8)
- A= Extension_16_0082(Chr$(13)+"PROMPT = ",I$)
- A= Extension_16_002A(I$+Chr$(13))
- Wait 50
- '
- I$=Space$(5)
- A= Extension_16_0098(Chr$(13)+"SPROMPT = ",I$)
- A= Extension_16_002A(I$+Chr$(13))
- Wait 50
- '
- I$=Space$(8)
- A= Extension_16_00AE(Chr$(13)+"GETCHAR = ",I$)
- A= Extension_16_002A(I$+Chr$(13))
- For I=1 To Len(I$)
- A= Extension_16_002A("Byte"+Str$(I)+" = "+Str$(Asc(Mid$(I$,I,1)))+" ")
- Next I
- Wait 50
- A= Extension_16_00AE(Chr$(13)+"Hit a key to continue...",I$)
- '
- F$="BBS:Text/Esc.text"
- A= Extension_16_00D0(F$)
- A= Extension_16_002A(Chr$(13)+"ShowFile = "+Str$(A))
- Wait 50
- '
- A= Extension_16_00E2(F$)
- A= Extension_16_002A(Chr$(13)+"CheckFile = "+Str$(A))
- Wait 50
- '
- A= Extension_16_00F4(F$)
- A= Extension_16_002A(Chr$(13)+"EditFile = "+Str$(A))
- Wait 50
- '
- A= Extension_16_0106(1)
- A= Extension_16_002A(Chr$(13)+"GetUserNum = "+Str$(A))
- Wait 50
- '
- U$="This is a blank string that should hopefully be written over"
- A= Extension_16_011A(2,U$)
- A= Extension_16_002A(Chr$(13)+"Your Password = "+U$)
- Wait 50
- '
- A= Extension_16_0130(9999)
- A= Extension_16_0106(1)
- A= Extension_16_002A(Chr$(13)+"NewAccess = "+Str$(A))
- Wait 50
- '
- A= Extension_16_0106(7)
- A= Extension_16_002A(Chr$(13)+"Minutes Left = "+Str$(A))
- A= Extension_16_0142(20)
- A= Extension_16_0106(7)
- A= Extension_16_002A(Chr$(13)+"Adding 20 minutes: Minutes now Left = "+Str$(A))
- Wait 100
- '
- A= Extension_16_002A(Chr$(13)+"Doing MAXS List Files function!!!"+Chr$(13))
- Wait 100
- A$=" "
- A= Extension_16_0152(20,100,A$)
- Wait 50
- '
- '
- A= Extension_16_002A(Chr$(12)+"Hit a KEY to Finish!"+Chr$(13))
- '
- K=0
- While K=0
- K= Extension_16_0184
- Wend
- A= Extension_16_002A("Key = "+Hex$(K,8))
- Wait 50
- '
- Extension_16_0018