home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAEBS10.ZIP / EBS.DOC < prev    next >
Text File  |  1995-06-24  |  7KB  |  153 lines

  1. +-----------------------------------------------------------------------------+
  2. | Enhanced Batch Save v1.0                                                    |
  3. | Written by Drew [PWA]                                                       |
  4. | Docs Last Updated 06-20-95                                                  |
  5. +-----------------------------------------------------------------------------+
  6.  
  7.  
  8. +-----------------------------------------------------------------------------+
  9. | 0. Table of Contents                                                        |
  10. +-----------------------------------------------------------------------------+
  11.     1. Introduction
  12.     2. Packaging
  13.     3. Installation
  14.     4. Configuration
  15.     5. Last Words
  16.     6. Contacting the Author
  17.  
  18.  
  19. +-----------------------------------------------------------------------------+
  20. | 1. Introduction                                                             |
  21. +-----------------------------------------------------------------------------+
  22.     Enhanced Batch Save (EBS) is a PPE which provides the feature of saving
  23. a user's batch download list (their flagged files) in case they lose/drop
  24. carrier.  It is more than annoying for a user to have to reflag all their
  25. selected files when they call back!
  26.  
  27.     Why should you use this particular PPE instead of another which offers
  28. similar functionality?
  29.  
  30.         1. This is freeware, costs you nothing, has no super-duper
  31.            "cO0L tExT", and has no nag screens nor any "unregistered"
  32.            rubbish.
  33.  
  34.         2. Most of the other batch save (or download resume) PPE's do
  35.            not let the user **list** the batch.  It is not uncommon
  36.            for a user to want to know what was in their last batch
  37.            before restoring/deleting it!
  38.  
  39.  
  40. +-----------------------------------------------------------------------------+
  41. | 2. Packaging                                                                |
  42. +-----------------------------------------------------------------------------+
  43.     Your zip file should contain the following files:
  44.  
  45.         EBS.PPE        The PPE itself.
  46.         EBS.DOC        Documentation (you are reading it now)
  47.         BOTTOM         The footer display file. 
  48.         TOP            The header display file.
  49.         MENU           The main menu.
  50.         STRINGS        Config file for various text strings.
  51.         OTHERDJP.DOC   Other stuff I've written.
  52.         FILE_ID.DIZ    File (zip) description.
  53.         PWA.NFO        PWA info file.
  54.         TSP.NFO        My bbs ad.
  55.  
  56.     Note that BOTTOM, TOP, MENU, and STRINGS are all language aware, so you
  57. can different config files/menus accordingly for each language you provide
  58. on your system (ie: MENU.FRE for French).
  59.  
  60.     If any of these files are missing, be warned that you may have a copy
  61. that has been tampered with.  If you have any extra files, they are
  62. extraneous and unnecessary.
  63.  
  64.     Typically, my bbs ad may not be there, which is not a problem.  However,
  65. the idiots who contribute this to the fidonet backbone (usually originating
  66. from the Clipper Workshop BBS) edit the FILE_ID.DIZ, remove PWA.NFO and
  67. OTHERDJP.DOC, and insert their own bbs ad which is bigger than most ppe's.
  68. Just be aware, since who knows what other stupidities they may pull.
  69.  
  70.  
  71. +-----------------------------------------------------------------------------+
  72. | 3. Installation                                                             |
  73. +-----------------------------------------------------------------------------+
  74.     If you had a beta version of this, please note that the header, footer,
  75. menu, and strings configuration files have been renamed to be language aware!
  76. (English is the default)
  77.  
  78.                 EBS.TOP     --> TOP
  79.                 EBS.BOT     --> BOTTOM
  80.                 EBS.PCB     --> MENU
  81.                 STRINGS.CFG --> STRINGS
  82.  
  83. For first time installation:
  84.  
  85.     First, unzip the contents into its own directory.  Next, there are two
  86. places you will need to install this PPE.
  87.  
  88.     1. Somewhere on log on. Ie: a logon script.  Simply put:
  89.  
  90.            !C:\PPE\EBS\EBS.PPE
  91.  
  92.        Or something to that effect in your logon script.
  93.  
  94.     2. In prompt #192 during logoff.  You will want to have prompt #192
  95.        look something like this:
  96.  
  97.            %C:\PROMPTS\PROMPT.192
  98.  
  99.        Where PROMPT.192 is a text file that reads:
  100.  
  101.            !C:\PPE\EBS\EBS.PPE SAVE
  102.  
  103.        Make sure the line above is the *first* ppe that is executed if
  104.        you have other ppe's running in prompt #192 already (a very common
  105.        situation).  Note the single parameter "SAVE" used for this prompt.
  106.  
  107.  
  108. +-----------------------------------------------------------------------------+
  109. | 4. Configuration                                                            |
  110. +-----------------------------------------------------------------------------+
  111.     Be sure to have the environment variables "PCBDRIVE" and "PCBDIR" defined
  112. in your environment!  These variables should be set in the batch file you use
  113. to load/run PCBoard.  Refer to your PCBoard manual for details about this.
  114.  
  115.     If you don't have these set and wonder why it's important to even have
  116. these, then you are a sysop who probably has lots of files still sitting in
  117. your private upload directory when a user drops carrier on you and have to 
  118. add them manually later... (yes, that means without these variables, the
  119. uploads don't get processed).
  120.  
  121.  
  122. +-----------------------------------------------------------------------------+
  123. | 5. Last Words                                                               |
  124. +-----------------------------------------------------------------------------+
  125.     Before you go and say, "Oh I already have something like this written by
  126. so-and-so!" I suggest you try this one out.  Use the "LIST" feature, to list 
  127. the batch that was saved before restoring/deleting.  I find this function 
  128. extremely useful, and most other batch save/resume ppe's do not have this.
  129.  
  130.     Thanks to all my beta testers who actually gave me input instead of just
  131. mooching a copy early off of me: Celestian, Jaydee, Kryptophonik.  For you
  132. moochers (you know who you are since you're not listed up above), thanks for
  133. doing nothing.  I'll be sure not to let you beta anything in the future.  Heh
  134.  
  135.  
  136. +-----------------------------------------------------------------------------+
  137. | 6. Contacting the Author                                                    |
  138. +-----------------------------------------------------------------------------+
  139.     I am rarely on IRC, so don't be a dork and bother other PWA members.
  140. Don't ask for source, and don't ask to be a distribution site, because we
  141. don't have any.
  142.  
  143. You can reach me in the following ways:
  144.  
  145.     Internet email : drew@xinet.com
  146.  
  147.     My BBS         : The Silicon Phalanx, 310-575-8567
  148.  
  149.     Other          : Attitude Net, PPEnet
  150.  
  151. Peace,
  152. --Drew
  153.