home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / storm100 / samples.txt < prev    next >
Text File  |  1993-11-03  |  2KB  |  47 lines

  1.     Most of the sample Basic programs have comments included which explain what 
  2. they do and how they work. They are intended to help people learn how to 
  3. program Storm Basic. I would appreciate receiving other Basic programs to 
  4. include with Storm.
  5.  
  6. CIS.BAS is an auto-logon for CompuServe.
  7. In the Dial Directory editor, create an entry for CompuServe
  8. Double-click on the name and select Auto-Logon in the popup menu.
  9. Enter the name CIS.BAS.
  10. Make sure CIS.BAS is in the directory you selected for Auto-Logon Path in the 
  11. dial directory editor.
  12.  
  13. Load CIS.BAS into Basic and run it. The first time you run the program, it will 
  14. prompt you for your password and User ID. These will be stored in the STORM.INI 
  15. file for subsequent use by the program when you log on to CompuServe. The 
  16. password will be encrypted to stop it from being easily recognized and copied.
  17.  
  18. Select "Save Preferences" from the "Settings" menu. This will allow you to save 
  19. the changes to disk. (Make sure the "Save Preferences" button is selected in 
  20. the dialog.)
  21.  
  22. GENIE.BAS is very similar to CIS.BAS, except it is for the GEnie service. 
  23. Create a directory for GEnie in the Dial Directory editor, double-click on the 
  24. name and select Auto-Logon. Enter the name GENIE.BAS.
  25.  
  26. Make sure GENIE.BAS is in the directory you selected for Auto-Logon Path in the 
  27. dial directory editor.
  28.  
  29. Follow the instructions above for CIS.BAS to run the program and record your 
  30. user number and password.
  31.  
  32. RECORDER.BAS is an experimental program to record prompts and responses. It 
  33. begins by displaying the file selector to ask for a Basic filename to write out 
  34. the automated logon to. Then it records your interaction with the remote 
  35. system. To finish the recording, press Control-U.
  36.     Then load the recording into Basic and edit it as required. The recording 
  37. will consist of a set of SEND and WAIT statements.
  38.  
  39. LISTBOX.BAS is an example of using a LISTBOX to choose from a fairly large set 
  40. of choices.
  41.  
  42. DIALSORT.BAS is a Basic program that will sort your STORM dial directory 
  43. alphabetically.
  44.  
  45.  
  46.  
  47.