home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_prgms / fms_trv1 / filemstr.txt < prev    next >
Text File  |  1992-01-15  |  5KB  |  88 lines

  1.             FILEMASTER.EXE
  2.  
  3. A File Browsing/Launching Utility for Microsoft Windows, written in Microsoft Visual Basic.
  4.  
  5. (C)opyright 1992, VisualSoft
  6.  
  7. Freely Distributed, All Rights Reserved
  8.  
  9.             Disclaimer Of All Warranties And Liability
  10.  
  11. VisualSoft makes no warranties, either express or implied, with respect to this documentation or with respect to the software described in this documentation, its quality, performance, or fitness for any particular purpose.  VisualSoft software is sold 'as is'.  The entire risk as to its quality and performance is with the buyer.  Should the program prove defective following its purchase, the buyer (and not VisualSoft, or distributor) assumes the entire cost of all necessary servicing, repair, or correction and any incidental or consequential damages.  In no event will VisualSoft be liable for direct, indirect, incidental, consequential damages resulting from any defect in the software, even if VisualSoft has been advised of the possibility of such damages.
  12.  
  13.  
  14. What is FileMaster?
  15.  
  16.    FileMaster is a file browsing and launching utility. With FileMaster, you can easily select and view text(ASCII) files and Windows graphics compatible files.(BMP, ICO, WMF) These files can be printed once you view them. You can also launch files with their respective applications. These associations are determined by the associations in WIN.INI. You create these associations from the File Manager.
  17.  
  18.  
  19. Setup: Place FileMaster and FMHELP.DAT in any directory of your choosing. BOTH files must be in the same directory.
  20.  
  21.  
  22. How to Browse Files:
  23.    The Drive Box, Directory Box and FileList box are straightfoward lists. By doubleclicking on a filename, you invoke VIEW mode. FileMaster will attempt to load the file into the proper viewer. If it is unable, it will tell you so, and give you the option to launch the file or cancel the view. The file viewer that has the currently viewed file with have it's title highlighted.
  24.  
  25. Dragging/Dropping files:
  26.    Files can be dragged to the view boxes, or to the launch button. If the file is dragged to a viewer, the file will load into the correct viewer. If you attempt to load a TEXT file into the Picture Viewer, FileMaster will load the file into the Text Viewer. Files can be launched with their associated application by dragging the file to the Launch button.
  27.    Alternatively, executable files, PIF files and batch files can be launched by dragging the file to the Launch button.
  28.    The mouse pointer will change to a folder when dragging operation starts.
  29.  
  30. Launch Button:
  31.    Selected files can be launched by clicking this button. If the file is a text file, Windows Graphics file, or an associated file, FileMaster will launch the file with the associated application. If the files is executeable (EXE, COM) a PIF file, or a BAT file, it will be launched. If no association exists for the file, or it is not executeable, FileMaster will not launch the file.
  32.  
  33. FileMngr Button:
  34.    If you have the File Manager application (Winfile.exe) in your Windows directory, then this button will be seen. By clicking it, File Manager will be launched.
  35.  
  36. Help on Menu Options:
  37.  
  38. File Menu
  39.  
  40. - Print: Will print the current file viewed. The Viewer which is highlighted is the viewer with the current file being viewed.
  41.  
  42. - Exit: Exit the program
  43.  
  44. Edit Menu
  45.  
  46. - Copy to Clipboard: Will copy selected text or the complete picture file, depending on the file being currently viewed.
  47.  
  48. - Launch File: Launch selected file with either associated application or if the file is executeable, will launch that file.
  49.  
  50. Help Menu
  51.  
  52. - Help Topics: View brief Help explainations.
  53.  
  54. - About: View About box
  55.  
  56.  
  57.  
  58.  FileMaster represents the launching of my dual shareware writing 'company', VisualSoft which will deal with Windows warez, and Mechsoft, which will be for DOS applications. I am always open and available for suggestions and/or comments. The official support BBS for Visualsoft and Mechsoft is American Free BBS. This BBS runs with PowerBBS, a true Windows application. My phone number is 317-689-0674 (as of 14 Jan 92). My Fidonet number is 1:231/530. I can be reached on America Online with the screename of Mechwarior, or you can write me at:
  59.  
  60. Michael Shorten
  61. 35036 Altus Ct.
  62. Grissom AFB, IN 46971
  63.  
  64. If there is enough interest in FileMaster, I will be adding some planned enhancements:
  65.  
  66. - ability to edit, add application associations from FileMaster
  67. - ability to print non-text files by calling the associated application and printing it   from there.
  68. - any suggestions that you might come up with.
  69.  
  70. Thanx for using FileMaster! Enjoy!
  71.  
  72. History:
  73.  
  74. 15 JAN 92: Corrected About box procedure.
  75.            Added capability to launch executeable files.
  76.  
  77. 13 JAN 92: Print is disabled if no files are being viewed.
  78.        If one viewer is used, the other is now blanked.
  79.        FileManager button is hidden if FileManager is not found in Windows Dir.
  80.        Streamlined loader engine.
  81.        Redid About box to reflect Version 1.0
  82.        Fixed association parser to now look at end of complete string for                  Notepad associations.
  83.  
  84. 12 JAN 92: *.TXT files now default to being loaded into the text viewer
  85.  
  86. 11 JAN 92: Incorporated DLL call to find Windows directory.
  87.  
  88. 10 JAN 92: Released BETA version.