home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RA / RAP100B.ZIP / RAPEDIT.DOC < prev    next >
Encoding:
Text File  |  1992-03-11  |  2.5 KB  |  59 lines

  1.  
  2. RAP-EDIT is a sysop utility that allows you to edit the userfiles
  3. associated with the RemoteAccess Pub.  You can edit *ALL* of this data:
  4. this is a somewhat powerful program in that respect so care should be
  5. taken that you don't fry your files.  The only dummy-proofing that
  6. exists is as follows:
  7.  
  8. Handles are saved back in Capitalized format.
  9.  
  10. User names are saved back in ALLCAPS format.
  11.  
  12. You are prompted to confirm a record DELete.
  13.  
  14. That's about it.  Otherwise, it's a pretty straightforward user
  15. interface.  The following keys will work:
  16.  
  17. PGUP, PGDN, HOME, and END allow you to move through the file from record
  18. #1 to record #300.  The CURSOR keys allow you to move from field to
  19. field within each record (there are 20 fields).  Once you've selected
  20. the piece of information you wish to edit, press ENTER.  You are now in
  21. EDIT MODE and can edit the information in that field.  Standard editing
  22. keys and rules apply, but pressing ESCape will abort the changes.
  23.  
  24. Once you hit ENTER, your work is saved immediately to disk.
  25.  
  26. Pressing DEL on any record (outside of EDIT MODE) will activate user
  27. DELETION.  You will be asked to confirm whether or not you really,
  28. really wanna do that.  Selecting "y" will delete the user, any other key
  29. will abort the deletion.
  30.  
  31. Pressing ESC will quit RAP-EDIT.
  32.  
  33. Multi-line operation: I've not done EXTENSIVE testing but RAP-EDIT
  34. should work just fine even if users are online and accessing the RAP
  35. files.  Be aware, though, that editing the user record of any user that
  36. is CURRENTLY ONLINE is rather pointless: when that user logs off, RAP
  37. will re-save their record based on what RAP has in memory, which will
  38. overwrite any changes you make.
  39.  
  40. Oh, and by the way... you have to run RAPEDIT.EXE while in the RAP
  41. subdirectory.  It assumes all the workfiles are in the current
  42. directory...
  43.  
  44. Revisions:
  45.  
  46. V1.01 - 50-line support always worked but now 43-line support has been
  47.         added for you EGA users.
  48.       - Sped up disk access.  I never noticed how slow it was because my
  49.         development machine is a '486/33 but it REALLY chugged along on
  50.         the '286 I use here as a server (no kidding).  Changed some
  51.         logic around and made things loads more efficient.
  52.       - Buglet: you could not ADD a user from RAPEDIT.  Now you can.
  53.         You can also delete one by blanking every field... but no point
  54.         in doing that when you can just press the DEL key, right?
  55.       - Changed the color scheme to something a little less blinding.
  56.  
  57. V1.00 - Initial release.
  58.  
  59.