home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 268.img / PTFO-1.ZIP / README.TXT < prev    next >
Text File  |  1990-05-22  |  8KB  |  251 lines

  1.                      PUBTECH FILE ORGANIZER 3.0
  2.  
  3.    Software Copyright(c) 1987-1990, Publishing Technologies, Inc.
  4.     Manual Copyright(c) 1987-1990, Publishing Technologies, Inc.  
  5.  
  6.                     7719 Wood Hollow Drive, Suite 260
  7.                            Austin, Texas 78731
  8.                        Corporate : (512)/346-2835
  9.                        Support   : (512)/682-1700
  10.  
  11.                           All rights reserved.  
  12.                   Unauthorized distribution prohibited.  
  13.  
  14. OVERVIEW
  15.  
  16. Welcome to the world of 3.0.  In the new PubTech 
  17. File Organizer, some new features have been added 
  18. including:
  19.  
  20. - Support for protected mode memory
  21. - Proportional font support
  22. - New icon look
  23. - Color icon support
  24. - Motion "effects" when opening windows/dialog boxes
  25. - Drag and drop directly onto folder icons for move/copy
  26. - Customization of features through FILE.INI and TEXT.INI 
  27.   (also allows network users to have their own customization 
  28.   features)
  29. - All disks are always retained on the Desktop, even when
  30.   "opened" (unless they are hidden by the EXCLUDE= statement
  31.   in FILE.INI)
  32. - Loading of previously saved desktops, including active apps
  33. - Customization of logo on opening screen
  34. - Default tree mode for opening directories
  35. - User-definable default editor
  36.  
  37.  
  38. SETTING UP FILE ORGANIZER
  39.  
  40. We recommend that you take a look at the FILE.INI file located
  41. in your windows directory.  It has new several new sections
  42. that may be of interest.  The following is an explanation:
  43.  
  44. *** Desktop section ***
  45.  
  46. Used to control the desktop.  Keywords:
  47.  
  48. Logo file: Used to define the logo used for the opening screen.
  49.  
  50. Font: Used to set the font for icon text. Font name and size 
  51.       have to be used.
  52.  
  53. Sort by: Sets the sort type for open folders where:
  54.          0=Name, 1=Kind, 2=Date, 3=Default.
  55.  
  56. Save: If set to 1 File Organizer will save the hot desktop
  57.       otherwise not.
  58.  
  59. Save open folders: If set to 1 FO will save the open folders
  60.                    on exit.
  61.  
  62. Save applications: If set to 1 FO will save the active
  63.                    applications on exit.
  64.  
  65. Desktop file: Names the file where the hot desktop will be
  66.               saved. If not given DESKTOP.PT will be used.
  67.  
  68. Expanded tree: If set, the tree will be shown with its
  69.                branches expanded.
  70.  
  71. Open disks as trees: If set, opening a drive defaults to a 
  72.                      tree view.
  73.  
  74. Text editor: Names the text editor that will be run when a
  75.              generic file is opened.
  76.  
  77. Screen dimmer: Sets the time in minutes the screen dimmer
  78.                will wait to blank the screen. Notice that
  79.                a value of zero will turn off this option.
  80.  
  81. Icon spacing:  Icon spacing on the desktop can be adjusted
  82.                from 0%(x),0%(y) to 200%(x),200%(y); the
  83.                default is 50,50
  84.  
  85. Icon titles:   Icon titles can be set from 1 to 20; icons on
  86.                the desktop or in open folders will have 
  87.                titles of this length; if the title is longer
  88.                than that specified, it will be truncated.
  89.  
  90. Desktop clean-up: If set, the desktop will be cleaned up when
  91.                   dragging a group of icons to it, or when
  92.                   changing fonts.
  93.  
  94. Effects off: If set, turns off motion "effects" when opening 
  95.              windows/dialog boxes.
  96.  
  97. Sound effects: If set, turns on sound effects when dragging
  98.                icons.
  99.  
  100. Logo off: If set, will not display FO opening screen; set
  101.           automatically by the system to 1 after first use.
  102.  
  103. Example:
  104.        [Desktop]
  105.        Logo file=DESKTOP.WMF
  106.        Font=Helv,10
  107.        Sort by=0
  108.        Save=1
  109.        Save open folders=1
  110.        Save applications=1
  111.        Desktop file=MYDESK.PT
  112.        Expanded tree=0
  113.        Open disks as trees=0
  114.        Text editor=TEXT.EXE
  115.        Screen dimmer=10
  116.        Icon Spacing=50,50
  117.        Icon Titles=13
  118.        Effects off=1
  119.        Sound effects=0
  120.        Logo off=1
  121.  
  122. *** Open folders section ***
  123.  
  124. This section controls the behavior of the FO open folders. 
  125. Keywords:
  126.  
  127. Vertical or diagonal: If set to 1 open folders will be shown
  128.                       stacked, otherwise they will be cascaded.
  129.  
  130. Close previous: This option overrides the previous one, when
  131.                 set to 1 it closes other previously opened
  132.                 folders in a single disk before opening a 
  133.                 new one.  Note, that multiple disks can be
  134.                 opened simultaneously in Diagonal format
  135.                 when this option is set.
  136.  
  137. Example:
  138.        [Open folders]
  139.        Vertical or diagonal=0
  140.        Close previous=0
  141.  
  142. *** Drives section ***
  143.  
  144. Used to control the drives and files. Keywords:
  145.  
  146. Ask for replace: When set to 1 FO will ask for confirmation
  147.                  whenever a file needs to be replaced.
  148.  
  149. Change directory: If set to 1 FO will change directory when
  150.                   opening a folder.
  151.  
  152. Exclude: Excludes the drives specified, separate each drive
  153.          with a comma. FO won't show excluded drives.
  154.  
  155. Force drive type: Skips the FO automatic drive detection
  156.                   routines and forces a drive to be
  157.                   treated as a hard, floppy or network drive.
  158.  
  159. Default path: Specifies the path to be shown when opening a
  160.               drive.  Default is the root directory, notice
  161.               that it is applied to all drives.
  162.  
  163. [Drive letter]: Specifies the path to be shown for the
  164.                 specific drive letter.
  165.  
  166. Example:
  167.        [Drives]
  168.        Ask for replace=1
  169.        Change directory=0
  170.        Exclude=F,J-Z
  171.        Force drive type=D:Hard disk,E:Network drive
  172.        C=\WINDOWS
  173.        Default path=
  174.  
  175. *** Applications section ***
  176.  
  177. Application information and control section. Keywords:
  178.  
  179. Run iconic: If set to 1 application will be run iconic.
  180.  
  181. New window on call: If set to 1 a new instance of the 
  182.                     application will be created,
  183.                     otherwise the application will be
  184.                     activated.
  185.  
  186. Show icons: If set, when the APPLICATIONS pull down menu
  187.             is used, it will display application icons next
  188.             to their names.
  189.  
  190. [Number]: Defines an application that will be added to the
  191.           applications menu.  Notice that these numbers must
  192.           be in sequencial order.
  193.  
  194.  
  195. Example:
  196.        [Applications]
  197.        Run iconic=0
  198.        New window on call=1
  199.        Show icons=0
  200.        1=CLIPBRD.EXE,0
  201.        2=CONTROL.EXE,0
  202.        3=PRINTMAN.EXE,0
  203.  
  204. *** Icons section ***
  205.  
  206. Defines the extension related to the FO icons. Keywords:
  207.  
  208. Spreadsheet: Shows the files with the extensions given with
  209.              the spreadsheet icon.
  210.  
  211. DataBase: Shows the files with the extensions given with the
  212.           database icon.
  213.  
  214. Graphics: Shows the files with the extensions given with the
  215.           graphics icon.
  216.  
  217. Publish: Shows the files with the extensions given with the 
  218.          publish icon.
  219.  
  220. Project: Shows the files with the extensions given with the 
  221.          project icon.
  222.  
  223. Envelope: Shows the files with the extensions given with the
  224.           envelope icon.
  225.  
  226. Account: Shows the files with the extensions given with the 
  227.          account icon.
  228.  
  229. Example:
  230.  
  231.        [Icons]
  232.        Spreadsheet=123 wks xl?
  233.        DataBase=dbf ndx
  234.        Graphics=pcx msp pic drw
  235.        Publish=pub pm3
  236.        Project=pj
  237.        Envelope=env let mls
  238.        Account=acc dat
  239.  
  240.  
  241. *** Special apps icons section ***
  242.  
  243. Relates icons with applications. Keywords:
  244.  
  245. [Application full path name]: Relates the application with a
  246.                               icon file given.
  247.  
  248. Example:
  249.        [Special apps icons]
  250.        C:\COMMAND.COM=C:\PUBTECH\ICONS\COMPUTER.ICO
  251.