home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DPLUS.ZIP / README < prev   
Encoding:
Text File  |  1989-03-17  |  3.4 KB  |  74 lines

  1.                                RKCP 
  2.  
  3. ********************************************************************
  4. ****************************** README ******************************
  5. ********************************************************************
  6.  
  7.    DirPlus is really a very easy program to use.  To start it, you
  8. just enter DirPlus at the DOS prompt.  It then prompts you for the
  9. directory path to use.  If you have entered an invalid or nonexistant
  10. path, or one which is empty, it will ask again.
  11.    Once you have entered an OK directory path, the top 19 lines of
  12. the screen will be alphabetically sorted file names with a highlight
  13. bar on one of them.  You can move the bar around with the cursor
  14. keys.  The bottom of the screen shows the different commands you
  15. can perform.  Most work on the highlighted filename (i.e. rename file),
  16. but some don't (directory info, for example).  Most of the options
  17. are numbered, but Return will type a file (or "enter" a subdirectory),
  18. and Del will delete a file or an empty subdirectory.
  19.    You can copy, rename, type, delete, and run files.
  20.    You can create, delete, and move to subdirectories.
  21.    You can also change the directory path, get more info
  22.    about that directory, or change the default directory.
  23.  
  24.    By the way, these are all directory paths:
  25.  
  26.   B:      B:\*.PAS      A:\LETTERS      C:\TURBO\SOURCE\*.BAK
  27.   |       |               |                          |
  28. (drive b) | (subdirectory called letters on drive a) |
  29. (all files ending in .pas on drive b)  (all files ending in .bak in the
  30.                                         subdirectory called source which
  31.                                         is in the turbo subdirectory of
  32.                                         drive C (wow!))
  33.  
  34.    DirPlus is shareware.  You may have as long as you need to try out
  35. the program, but if you decide to use it, or modify the source code
  36. and use it, you must register.  You may not distribute any part of
  37. DirPlus as your own in any case.  Registration is $10 and includes
  38. (on disk) the latest version of DirPlus and a "unitized" DirPlus that
  39. you can call from within your own programs.  Please specify whether
  40. you want a 5 1/4 inch disk or a 3 1/2 inch one, or if you would rather
  41. have me EasyPlex the registration things to you.  No printed manual is
  42. given, but I doubt one is needed.
  43.  
  44.    DirPlus will cause snow on "snowy" CGA cards.  It also will not
  45. currently let you abort a command with ESC.  So if you start to
  46. rename a file and you change your mind about renaming it, you can't
  47. just stop.  (You can rename the file to the old name, but that's the
  48. long way round).  The version you get with registration fixes that
  49. problem.
  50.  
  51.    Also, you will need some of my units to recompile the source code
  52. to DirPlus.  They are in the TP5 section of BPROGA on CompuServe (the
  53. file name is FUTILS).  The units are useful for many programs, so
  54. they should be worth your while to download.
  55.  
  56.     If you find any bugs in DirPlus, or have any questions about it
  57. or suggestions, don't hesitate to contact me.  My address is
  58.  
  59. 8301 Buckingham Drive
  60. El Cerrito, CA  94530
  61.  
  62. and my CompuServe ID number (if you want to use EasyPlex) is
  63.  
  64. 71550,3147
  65.  
  66.    You could also place a message to me in the TP5 messages section
  67. of BPROGA if you think the question or suggestion might be of general
  68. interest.
  69.  
  70.    I hope you find this as useful as I have.
  71.  
  72. Rex Kerr
  73.  
  74.                                RKCP