home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flink11.zip / ReadMe.txt < prev    next >
Text File  |  1995-08-20  |  1KB  |  28 lines

  1.  FrexxLink README file
  2.  ---------------------
  3.  
  4.   For a quick test of the FPL interpreter, simply run:
  5.  
  6.   C:\FrexxLink> frexxlink smalldemo.fpl
  7.  
  8.   ...and you'll get a teeny weeny demo just intended to give you the concept
  9. of FPL scripts. When you've examined the SmallDemo.FPL file and feel confident
  10. you know how it works, try running:
  11.  
  12.   C:\FrexxLink> frexxlink demo.fpl
  13.  
  14.   ...and you'll get a lot of mumbojumbo scrolling on your screen. :-)
  15.   Then fire up your favourite text editor and start examining the Demo.FPL
  16. file. It shows off most of the stuff FPL can do.
  17.  
  18.   To be able to use the enclosed BBS system, you will have to modify the FPL
  19. files a bit. There are paths defining where the message areas are
  20. (mailareas.fpl), where the file areas are (fileareas.fpl) and so on. Also,
  21. there's references to my temporary directories \tmp\X, where X is the node
  22. number. You need to modify all these statements to suit your system before
  23. the system will work. Actually, it's not a real demo system. I've simply
  24. tossed in my own BBS as it looks here. That's why the whole system contains
  25. swedish text all over.
  26.  
  27.     -- Björn Stenberg
  28.