home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Notes / Structure < prev   
Encoding:
Text File  |  1996-09-14  |  400 b   |  14 lines

  1. Structure of my demo scripts
  2. ============================
  3.  
  4. Init        Where everything starts
  5. Menus.        Menu scripts
  6. ANSI.        ANSI screens
  7. Libraries.    Libraries to include (call via GOSUB)
  8. Logon.        The logon scripts
  9. Scripts.    Scripts (could be put in libraries but 
  10.         they are easier to update in single script 
  11.         form)
  12.         
  13. This is how I like to structure things, it's entirely up
  14. to you how you do it - no rules.