home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vopnfdr3.zip / readme.txt next >
Text File  |  1993-10-14  |  3KB  |  67 lines

  1. README.TXT - readme file for VOPNFDR.CMD v1.3 by M. Woo (October 1993)
  2.  
  3. VOpenFolder is a little REXX script that works in conjunction with the
  4. IBM EWS package, VREXX (Visual REXX) by Richard B. Lam.
  5.  
  6. I don't often open folders to get at things, but I got really tired of 
  7. going through multiply-nested folders just to get to the one I wanted. 
  8. What I wanted was a way to open whichever folder I wished in only one
  9. step, regardless of how deeply nested it was.  VOpenFolder does this,
  10. using a Presentation Manager listbox dialog.
  11.  
  12. Program Notes:
  13.  
  14. This REXX script was written assuming that one is using OS/2 v2.1, and that
  15. it is installed on the C: drive.  If your setup is different, you will have
  16. to modify the line which reads, 
  17.  
  18. call SysFileTree "c:\desktop\*", "dirs.", "DSO" 
  19.  
  20. to reflect where your computer's desktop directory is, and in the case of
  21. OS/2 2.0, what it is called.
  22.  
  23. Additionally, this REXX script has ONLY been tested under OS/2 2.1 so I
  24. have no idea of how it will work on a different setup.
  25.  
  26. My thanks to Jack S. Tan, who went out of his way to write the add and
  27. sort routines for me.
  28.  
  29. My thanks to Ken Neighbors, who suggested opening the folder twice to
  30. get it to open in the foreground.  This works great for my other
  31. little program, OpenFolder, but because of the way VREXX handles its
  32. dialog boxes, this doesn't always work with VOpenFolder. :-(
  33.  
  34. Since this program uses both REXX and VREXX, it is *extremely* slow to
  35. execute.  Removing the sort routine will speed up loading, but it will
  36. still be slow to initialize.  Fortunately, once onscreen, the listbox
  37. will stay there until you cancel it, so you only have to suffer through
  38. the initial loading time once.
  39.  
  40. Note that the position and size of the listbox can be customized as
  41. per your preferences, by changing the parameters of VDialogPos and
  42. VListBox, respectively.  You might also want to delete all of my dumb
  43. comment lines. :-)
  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  my first attempt at using VREXX -- result was a workable,
  55.              but ugly, version of VOpenFolder
  56.     1.1  added Jack S. Tan's add and sort routines to alphabetize the
  57.              folder names
  58.     1.2  added program comments
  59.     1.3  public release; added Ken Neighbors' "open folder twice" 
  60.              suggestion
  61.  
  62. Disclaimer:
  63.  
  64. The user assumes all responsibility for any damage done by this program.  No
  65. warranty is offered, and I can only guarantee that the program will take up
  66. space on your hard drive.
  67.