home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / fldrvw / readme.txt < prev    next >
Encoding:
Text File  |  1993-05-19  |  3.0 KB  |  76 lines

  1.                     FolderViews - Icon based file manager
  2.                          Written by Benjamin Cooley
  3.  
  4.                       Folderviews is now Public Domain!
  5.  
  6. Description:
  7.  
  8. FolderViews displays directories in an MDI Window with
  9. the ability to group various types of files in separate
  10. subwindows.  Folderviews also may be run with a specific
  11. directory or a wildcard as a parameter.
  12.  
  13. Folderviews stores the setup for each directory, after
  14. the windows in the directory have been arranged, in its
  15. directory database files within its own directory.  If
  16. a change is made to a folder view directory window, and the
  17. window is then closed, the current setup for that window
  18. is automatically saved.
  19.  
  20. New groups can be 'culled' from the other files group
  21. by selecting the 'New Subwindow' menu item, then entering
  22. in the new group name, and the wildcards for the group.
  23. Standard wildcards are accepted (i.e. *.BAT *.TXT etc.)
  24. plus you can use the '-' character to explicitly exclude
  25. files of a given type (i.e. -*.BAK would exclude all BAK
  26. file from a group).
  27.  
  28. FolderViews may also have predefined directory window setups
  29. for various popular applications, though in this version none
  30. are included.  To set up an application default setup,
  31. arrange the groups in a window the way you want them, then
  32. rename the folder information file indicated in the FLDRVIEW.INI
  33. file for that directory to the directory name, but leaving
  34. the extention the same, and place the file in the FOLDERVIEW
  35. directory.  When the user attempts to view a directory that
  36. has not been setup yet, FolderViews will find the default
  37. setup file, and use it to display the directory.
  38.  
  39. Folderviews is especially usefull for quickly displaying
  40. groups of .WAV or other groups of file extentions.  To
  41. add a FolderView display to the program manager, just add
  42. a new program item like this..
  43.  
  44. Description: Wave Files
  45. Command Line: c:\fldrview\fldrview.exe c:\windows\*.wav
  46.  
  47. PUBLIC DOMAIN:
  48.  
  49. This version of FolderViews is UNFINISHED, as this brief
  50. documentation indicates. I have made FolderViews PUBLIC
  51. DOMAIN, which means anyone can do anything to it they
  52. wish, including adding to it, selling it, publishing it
  53. as shareware, or whatever.  It is, of course, completely
  54. unethical to rename the program and just sell it as is,
  55. but it's your decision. I no longer have the time, but I
  56. still would very much like to see this program published
  57. someday.  If you do decide to publish an expanded version
  58. of this program, please include my name and FolderViews
  59. in the About credits.
  60.  
  61. Please give a poor orphaned program a home.
  62.  
  63. Installation:
  64.  
  65. Just copy the files from the zip to any directory, and run
  66. the program.  FolderViews will create a subdirectory called
  67. FOLDERS within that directory to hold the setup files for
  68. the folders you display in Windows.  
  69.  
  70. Compiling FolderViews:
  71.  
  72. Just run BCW or BC and compile the project.  My BorlandC
  73. directory is BC, so you may have to rename the lib and
  74. include paths in the Options|Directories menu to BORLANDC
  75. for it to compile correctly.
  76.