home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / openfdr4.zip / readme.txt < prev   
Text File  |  1993-10-13  |  4KB  |  70 lines

  1. README.TXT - readme file for OPENFDR.CMD v1.4 by M. Woo (October 1993)
  2.  
  3. OpenFolder is a little REXX script that works in conjunction with J.P. 
  4. Software Inc.'s command shell replacement for CMD.EXE, 4OS2(TM).  
  5.  
  6. I don't often open folders to get at things, but I got really tired of going
  7. through multiply-nested folders just to get to the one I wanted.  What I
  8. wanted was a way to open whichever folder I wished in only one step,
  9. regardless of how deeply nested it was.  OpenFolder does this, using 4OS2's
  10. variable function that can create popup text listboxes from an ascii file.
  11.  
  12. I'm releasing OpenFolder because I wanted to demonstrate how anyone like
  13. me, who is not a programmer in any way, shape, or form, can utilize the
  14. power of REXX, the external REXXUtil functions, and 4OS2, to do "neat"
  15. things with his/her OS/2 system.  What I really hope this little REXX
  16. program will accomplish is to inspire other non-programmer types to create
  17. similar programs to personalize their own OS/2 machines.  I should probably
  18. point out that I have at best a passing knowledge of REXX, and have had
  19. 4OS2 on my machine for less than a week, so I believe that anyone can write
  20. a similar program, with a little time and effort.
  21.  
  22. Program Notes:
  23.  
  24. This REXX script was written assuming that one is using OS/2 v2.1, and that
  25. it is installed on the C: drive.  If your setup is different, you will have
  26. to modify the line which reads, 
  27.  
  28. call SysFileTree "c:\desktop\*", "dirs.", "DSO" 
  29.  
  30. to reflect where your computer's desktop directory is, and in the case of
  31. OS/2 2.0, what it is called.
  32.  
  33. Additionally, this REXX script has ONLY been tested under OS/2 2.1 with
  34. 4OS2/32 v1.11, so I have no idea of how it will work on a different setup.
  35.  
  36. I wish I knew how to get the folders to open on top, but I can't see how
  37. without loading another set of external REXX functions. :-(
  38.  
  39. Oh yes... as I mentioned, I'm not a programmer, and I know that this code
  40. isn't using particularly elegant routines.  However, as I often like to
  41. say to programmer friends, "I'm not a programmer, so the phrase 'elegant,
  42. tight, efficient code' exists NOWHERE in my vocabulary." <grin>  Hey, all
  43. I can say is that this is working on my system, so I'm happy.
  44.  
  45. I can be contacted through the end of December, 1993 at either:
  46. Internet: m-woo@uiuc.edu (if that doesn't work, melissa@romulus.ehs.uiuc.edu)
  47. Fidonet:  Melissa Woo (or Sysop) 1:233/4.0 or 1:233/4.100
  48. Unfortunately, I don't have any idea where I will be after December.  
  49. (Anyone want to hire a soon-to-be Ph.D. in radiation biophysics? :-) )
  50.  
  51. Program history:
  52.  
  53. Version
  54.     1.0  adaptation of a REXX script that I wrote which used the IBM EWS
  55.              package, VREXX, to open a Presentation Manager listbox of folder
  56.              names from which one could open the folder chosen (not released)
  57.     1.1  changed the way the subdirectory array was being created; added
  58.              code to handle an "Esc" key in the popup menu
  59.     1.2  changed the way the folder name array was being created
  60.     1.3  public release; added far too many comments to the code, but
  61.              I did it so that non-programmers can see what is being done
  62.     1.4  no functional changes -- only changed something sloppy I was
  63.              doing with the "lineout" function
  64.  
  65. Disclaimer:
  66.  
  67. The user assumes all responsibility for any damage done by this program.  No
  68. warranty is offered, and I can only guarantee that the program will take up
  69. space on your hard drive.
  70.