home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / text / pfe0602i.zip / FAQ.TXT < prev    next >
Text File  |  1995-10-15  |  26KB  |  611 lines

  1.                          Frequently Asked Questions
  2.                                      on
  3.                           Programmer's File Editor
  4.                          --------------------------
  5.  
  6.    [Answers in this file refer to facilities available in PFE 0.06.002]
  7.  
  8.     You may find information on any problem you have encountered in the
  9.  problems.txt file, which lists known major problems in the current release
  10.  
  11. --
  12.  
  13. Q. What version of PFE is recommended for my current environments? I use
  14. Windows 3.10, Windows NT and Windows 95
  15.  
  16. A. PFE is supplied in two forms: the 16-bit edition (PFE.EXE) and the
  17. 32-bit edition (PFE32.EXE). The recommended versions for various
  18. platforms are these:
  19.  
  20.     Windows 3.1x            16-bit edition
  21.     Windows NT 3.51            32-bit edition
  22.     Windows 95            32-bit edition
  23.  
  24. Although the 32-bit edition should function on a Windows 3.1x system if you
  25. have Win32s 1.25 or later installed, its use is not recommended. Some
  26. functionality is not available, and the version is not extensively tested in
  27. this mode. There's a more detailed table of what runs in which environment
  28. in the README.TXT file accompanying the release
  29.  
  30. ----
  31.  
  32. Q. How can I arrange that edit windows are created to use the maximum area
  33. available in the MDI client area?
  34.  
  35. A. You can do this with the Options Preferences command. Start the
  36. preferences dialog and select "Window Control" from the list of option
  37. categories on the left. This shows you a panel that lets you configure
  38. exactly how child windows will be created
  39.  
  40. ----
  41.  
  42. Q. Why don't all the TrueType fonts I have installed on my system appear in the
  43. printer and screen fonts dialogs?
  44.  
  45. A. Because PFE is a programming-oriented text editor, rather than a word
  46. processor, it supports only fixed pitch fonts (ones in which all characters
  47. occupy the same width on screen or paper). There are, sadly, very few fixed
  48. pitch fonts available. There are no plans to add variable fixed pitch support
  49. in a future release.
  50.  
  51. ----
  52.  
  53. Q. How can I ensure that if I associate PFE with a file type in File Manager,
  54. double clicking on a file of that type will bring up a new PFE window rather
  55. than opening the file in an already-running instance?
  56.  
  57. A. Normally, whenever you start PFE, it will look to see if an instance is
  58. already running. If it is, this instance is activated, and the names of any
  59. files you give on the command line will be passed to it across a DDE link. If
  60. you want to force a new instance of PFE to start instead of activating an
  61. existing one, use the '/m' command line flag.
  62.  
  63. ----
  64.  
  65. Q. I want PFE to remember the names of more than the last 5 files I've edited,
  66. so I can pick them quickly from the File menu. How can I do this?
  67.  
  68. A. You can configure the Most Recently Used (MRU) list with the Options
  69. Preferences command. Start the preferences dialog, and select "File
  70. Menu" from the list of option categories on the left. This shows you the
  71. panel that configures the MRU list.
  72.  
  73. You can configure the total size of the list, and how many files from
  74. the list will appear on the File menu (you will be able to select from the
  75. entire list with a dialog command that will follow the list on the menu).
  76. You can also specify that the File menu should be drawn in two columns rather
  77. than one if you want to show a large number of files. Note that you will need
  78. to exit PFE and restart it before your changes take effect.
  79.  
  80. ----
  81.  
  82. Q. I don't like the standard Windows File Manager, and prefer to use a third
  83. party one. How can I get the File Manager item on the Execute menu to start
  84. this instead of the standard one?
  85.  
  86. A. You can configure what the various "Manager" items on the Execute
  87. menu do with the Options Preferences command. Start the preferences
  88. dialog and select "Windows Managers" from the list of option categories
  89. on the left to show the panel that handles this
  90.  
  91. For each of the menu items, you can specify that PFE should run either
  92. the standard manager program supplied with Windows, or runs a command
  93. line of your choice
  94.  
  95. ----
  96.  
  97. Q. I use 4DOS-for-NT as my Windows/NT command processor instead of Microsoft's
  98. cmd.exe - how can I get the Execute DOS Prompt and associated tool bar button
  99. to start this?
  100.  
  101. A. Normally, PFE will use the executable file named in the COMSPEC environment
  102. variable as the command processor. If this variable is not set, it uses the
  103. standard defaults "command.com" under Windows 3.1x, and "cmd.exe" under Windows
  104. NT
  105.  
  106. You can define the command processor you want to start with the Options
  107. Preferences command. Start the preferences dialog and select "DOS Shell" from
  108. the list of option categories on the left to show the relevant panel, and
  109. define your preference
  110.  
  111. ----
  112.  
  113. Q. What's the difference between the Execute Launch Application command and the
  114. Execute Launch Windows Tool command?
  115.  
  116. A. In terms of what they accomplish - to start a Windows or a DOS application
  117. running independently of PFE - there's none. Execute Launch Application starts
  118. a dialog that prompts you for a command line; it remembers the last command
  119. line you used, but that's all.
  120.  
  121. The Execute Launch Windows Tool command, by contrast, lets you define a whole
  122. set of command lines, and label each one with a meaningful name. For example,
  123. you could name a tool entry as "Edit Help File", and associate a command line
  124. that runs Word for Windows to edit a file. Or you could have one called "Build
  125. data file" that runs a DOS application with a set of files on its command line.
  126. You just pick the function you want from your mnemonic list, without needing to
  127. bother about what the command line has to be
  128.  
  129. ----
  130.  
  131. Q. I use Windows NT on MIPS and DEC Alpha platforms - is there an executable
  132. of PFE32 for these?
  133.  
  134. A. PFE32 exists only for Intel and PowerPC hardware. There are no plans for
  135. MIPS or DEC Alpha versions
  136.  
  137. ----
  138.  
  139. Q. How can I record my keyboard macros for use in other sessions?
  140.  
  141. A. This ability is not a part of the current PFE release. A future version will
  142. include savable keyboard macros, implemented as editable macro libraries
  143.  
  144. ----
  145.  
  146. Q. How does PFE manage to allow more than 32K of text to be edited in an edit
  147. control?
  148.  
  149. A. PFE doesn't, in fact, use standard edit controls to show text. The windows
  150. you see are ordinary MDI child windows, and the text is drawn explicitly by PFE
  151. as required. Internally, a complicated memory management system keeps track of
  152. where each line of each file is stored.
  153.  
  154. ----
  155.  
  156. Q. Why, if I have word wrap switched on for a window, will PFE wrap text only
  157. when I'm typing at the end of the line and not when I insert in the middle of
  158. it?
  159.  
  160. A. The current design of PFE is set to do things that way for efficiency
  161. reasons. However, the Edit Text Reformat and Edit Text Reformat Paragraph
  162. commands allow you to reflow text to fit the current wrap margin at any time.
  163.  
  164. ----
  165.  
  166. Q. Why do I get "Help file not found" when I ask for help?
  167.  
  168. A. Make sure that you have the help file pfe.hlp in the same directory as the
  169. pfe.exe or pfe32.exe executable program
  170.  
  171. ----
  172.  
  173. Q. Why is the default of 32 undoable actions so small? Surely, when I'm typing
  174. text, I'll fill that up in 32 keypresses?
  175.  
  176. A. Actually, no - the undo system doesn't work in quite that way. It records
  177. specific _actions_ in its stack, such as a drag-drop move of text, or a cut of
  178. the highlighted text. When you're typing, each keypress is considered as part
  179. of a _single_ action, which is terminated only when you do something different,
  180. like moving the caret with the arrow keys, or switching to another window.
  181.  
  182. Then, when you use the Undo Typing command, PFE will remove all the typing
  183. you've performed in that action (a future release of PFE will probably let you
  184. undo typing actions character-by-character too)
  185.  
  186. You can change the number of undo actions that PFE records with the Options
  187. Preferences command. Start the preferences dialog and select "Editing Files"
  188. from the list of option categories on the left to show the relevant panel that
  189. lets you set the size of the list
  190.  
  191. ----
  192.  
  193. Q. If I select some text and start to drag it to a new location, how can I
  194. change my mind without having to drop the text somewhere and then undo the
  195. action?
  196.  
  197. A. You can cancel a drag-and-drop in one of two ways. If the highlighted text
  198. is visible in the window, move the mouse cursor somewhere inside it and release
  199. the left button. Alternatively, press the Escape key before you release the
  200. left mouse button.
  201.  
  202. ----
  203.  
  204. Q. How can I use drag-and-drop to move text from one window to another?
  205.  
  206. A. In the current design, PFE supports drag-and-drop only _within_ a window.
  207. Inter-window operation may be added in a future release.
  208.  
  209. ----
  210.  
  211. Q. How can I configure PFE so that the File Save command and its associated
  212. tool bar button are always available? At the moment, I can only use the command
  213. when I've changed the file in some way.
  214.  
  215. A. By default, PFE enables the File Save command only when the file showing in
  216. a window has altered. This gives you some feedback (complementing the 'file
  217. changed' marker in the status bar) that helps you avoid un-necessary saves.
  218.  
  219. You can use the Options Preferences command to change this setting.
  220. Start the preferences dialog and select "Saving Files" from the list of
  221. option categories on the left to show the relevant panel. Check the box
  222. labelled "Allow File Save on unaltered files" to make the File Save
  223. command and the toolbar button always available
  224.  
  225. ----
  226.  
  227. Q. I like the window that runs DOS commands with output capture to start full
  228. screen, and to have specific tuning details set. How can I do this?
  229.  
  230. A. DOS commands with output capture are run by either the pfedos.exe (for
  231. Windows 3) or pfedos32.exe (for Windows NT) helper modules. To change how the
  232. windows are created, set up suitable PIF files pfedos.pif and/or pfedos32.pif
  233. in the same directory, and use the Windows PIF editor to set the details as you
  234. require
  235.  
  236. ----
  237.  
  238. Q. How do I insert a Form Feed into a file, or specify it in the Find and
  239. Replace dialogs?
  240.  
  241. A. To insert a Form Feed (or any other non-typable character) use the
  242. EditTextInsertASCIICode command, which is by default mapped to Ctrl+Q. This
  243. starts up a dialog that lets you select Esc and Ctrl+A - Ctrl+Z easily by name,
  244. or specify any ASCII code you like as a number.
  245.  
  246. To specify Form Feed in the Find or Replace dialogs, write it as the two-
  247. character sequence "\f". You can also specify end-of-line by "\n" and tab by
  248. "\t"; and you can specify an arbitrary code as "\xhh", where "hh" represents
  249. two hex digits. Remember that if you actually want a "\" character, you need to
  250. write it as "\\".
  251.  
  252. ----
  253.  
  254. Q. Why do I see lots of files with type .&&& (PFE version 0.05.006) or .$$$
  255. (PFE version 0.05.007 and later) in my directories?
  256.  
  257. A. These are the backup files that PFE produces whenever you save a file. If a
  258. file of the same name exists already, PFE renames it with a type of .$$$ before
  259. writing the new data to disk.
  260.  
  261. The Options Preferences command allows you to configure some defaults
  262. for how backup is handled. Start the preferences dialog and select "Backup"
  263. from the list of option categories on the left to show the relevant
  264. panel.
  265.  
  266. In this dialog, you can disable all backup permanently; choose to have
  267. PFE make backup files to the same directory as the original file but
  268. with a file extension of your choice; or to make the copy into a file of
  269. the same name as the original, but in a subdirectory of the directory
  270. containing it
  271.  
  272. The File Save As dialog and the Options Default Modes and Options
  273. Current Modes dialogs also let you control some backup actions on a per-
  274. file basis
  275.  
  276. ----
  277.  
  278. Q. I am using the Italian version of Windows 3.1x, and when I use the
  279. File Open command I can only specify the name of the file to open by
  280. typing it in to the file name control at top left - selecting the name
  281. by mouse from the list of files doesn't work
  282.  
  283. A. The various file opening dialogs are not controlled by PFE, but
  284. instead are standard Windows features provided by Microsoft. The code
  285. that creates the dialogs is held in a file called "commdlg.dll" which is
  286. kept in your Windows system directory.
  287.  
  288. Some early versions of the Italian language commdlg.dll appear to have
  289. bugs that affect the dialogs when used by PFE (and probably other
  290. applications too). You should contact your supplier or your local Microsoft
  291. company to obtain an up-to-date version of the commdlg.dll file.
  292.  
  293. ----
  294.  
  295. Q. I used the Options Preferences, Options Default Modes and Options
  296. Current Modes command to set background colours for my edit windows and
  297. the main PFE workspace. Why are the colours I get not the ones I
  298. selected?
  299.  
  300. A. Depending on what type of video adapter you have fitted to your
  301. computer, only a very few of the infinite number of colours can be shown
  302. as pure or "solid" colours. Normally your system will provide 16 such
  303. solid colours, and you will see these in the block of colours shown at
  304. top left in the colour selection dialog.
  305.  
  306. When Windows is asked to display some other colour, it has to use a
  307. technique known as "dithering", that simulates the shade you want. For
  308. example, it might produce a pale blue by drawing a fine grid of dark
  309. blue lines on a white background; this will appear to be the colour you
  310. wanted when seen from a suitable distance.
  311.  
  312. Dithered colours are very unpleasant to use as backgrounds for text, and
  313. writing text on such a background is very much slower that if the
  314. background were a solid colour. For these reasons, PFE does not support
  315. the use of dithered colours, but instead translates the colour value you
  316. select to the closest available solid colour.
  317.  
  318. ----
  319.  
  320. Q. Does PFE run correctly under Windows NT 3.51 and Windows 95?
  321.  
  322. A. Yes it does. You should use the 32-bit edition in these environments, as
  323. some facilities are not available with the 16-bit edition.
  324.  
  325. ----
  326.  
  327. Q. I work with a number of large projects and would like to have
  328. separate customised PFE environments. Can I do this?
  329.  
  330. A. You can use PFE's ability to locate its initialisation file pfe.ini
  331. or pfe32.ini in arbitrary directories to do this.
  332.  
  333. Start the Options Preferences command, and select the "Startup" panel
  334. from the list on the left. In the panel on the right, click the "In
  335. startup directory" button.
  336.  
  337. PFE will now take its initialisation file from the directory it starts
  338. in, so you can have specific Program Manager icons that start t in
  339. directories specific to each individual project.
  340.  
  341. The default key map file pfe.key or pfe32.key is also looked for in this
  342. directory, and perhaps you will want to do this. However, if you want to
  343. have only one centralised key map file, you should use the "key Mapping"
  344. panel of the Options Preferences dialog to set a specific path name for
  345. the key map file that is independent of the initialisation directory.
  346. This can, of course, be a path in your Windows directory.
  347.  
  348. --
  349.  
  350. Q. What are the licensing arrangements for PFE? I use it at home and
  351. would like to do so at my work too.
  352.  
  353. A. PFE is FreeWare. You don't need to register to use it, and there is
  354. no fee. You can use it at home, or at work without restriction.
  355.  
  356. If you'd like to include PFE on the distribution disks with a commercial
  357. product you can obtain a licence that will enable you to do this.
  358.  
  359. The help file contains full details on the current usage and licensing
  360. position.
  361.  
  362. --
  363.  
  364. Q. I'm editing files on a NFS-mounted partition, and whenever I save my
  365. edit changes the long name of the file disappears and all I see is the
  366. NFS-generated 8.3 name. What's happened?
  367.  
  368. A. The problem is in the way that PFE makes backups when you save files.
  369. In the current version, any existing file is renamed to be the backup
  370. copy, and a new file is created with the old name to save the changes
  371. into.
  372.  
  373. The step of renaming the file breaks the association that NFS maintains
  374. between the DOS 8.3 name and the file's long name. Thus, when PFE
  375. creates the new file to save - using the 8.3 name - NFS can no longer
  376. translate this to the "real" name and so has to pass the 8.3 name itself
  377. to Windows.
  378.  
  379. The only circumvention available in the current release is to disable
  380. making backup copies in these circumstances.
  381.  
  382. --
  383.  
  384. Q. I'm using Windows NT on an Intel system and also on a PowerPC. The
  385. PowerPC version of PFE does not think that keymap and template files I
  386. made on the Intel version are valid. What's wrong?
  387.  
  388. A. For this release of PFE it was not possible to make the format of
  389. .key and .tpl files the same between versions of the 32-bit edition for
  390. different hardware platforms. This will be corrected in a forthcoming
  391. release
  392.  
  393. --
  394.  
  395. Q. Why can't I open more than one file at a time with the File Open and File
  396. View commands? Previous versions of PFE allowed me to do this.
  397.  
  398. A. Because of a problem in handling long file names that contain spaces, due
  399. essentially to a design flaw in Windows, it became necessary to change the
  400. default mode of operation of these commands in version 0.06.002 and later.
  401. Although the problem manifests only on Windows NT, the design was altered in
  402. all editions for consistency.
  403.  
  404. Now by default the file opening commands allow you to select only one file at a
  405. time, and on Windows NT all long file names will appear correctly. If you want
  406. the old behaviour, allowing multiple files to be selected, use the Options
  407. Preferences command and select it from the General panel. But be warned that if
  408. you do select this option, long file names with spaces will appear as 8.3 names
  409. if you're using Windows NT with the Windows 3 user interface.
  410.  
  411. There's more on this topic in the next item
  412.  
  413. --
  414.  
  415. Q. I'm using Windows NT with the Windows 3 user interface, and I used Options
  416. Preferences to allow me to open more than one file at a time in the File Open
  417. command. However, my long file names don't apear any more - I just see the DOS
  418. 8.3 names
  419.  
  420. A. There is a basic flaw in Microsoft's design of the library that provides the
  421. standard file open dialogs (this code is not part of PFE). Essentially, it
  422. can't handle long file names THAT CONTAIN SPACES if you also allow multiple
  423. files to be selected. Long file names without spaces are handled correctly; but
  424. Microsoft's code automatically shows those with spaces as 8.3 names in order to
  425. get around their design error.
  426.  
  427. In its default mode of operation, PFE allows you to open only one file at a
  428. time, and here the problem does not arise.
  429.  
  430. Unfortunately, there is no way to beat this problem - if you want to open
  431. multiple files at one time, you won't see names with spaces in.
  432.  
  433. On the good side, though, the problem does not arise at all if you're running
  434. Windows 95, or if you have the Windows 95 user interface on Windows NT.
  435.  
  436. --
  437.  
  438. Q. I'm using the 32 bit edition, and I've set up associations so that I can
  439. open files of type ".c" in PFE by double clicking the names in File Manager and
  440. Explorer. It works fine most of the time, but if the name contains spaces it
  441. doesn't - PFE seems to think each part of the name is a filename all by itself
  442.  
  443. A. When you double click on a filename that has an association, Windows issues
  444. the associated command on your behalf, so that what's started might be, for
  445. example,
  446.  
  447.               pfe32 c:\sources\file.c
  448.  
  449. Many applications allow you to specify only one file on the command line, and
  450. they'll take the WHOLE of the command line as the file name. Thus, a command
  451. like
  452.  
  453.               wordpad c:\sources\my source file.c
  454.  
  455. will work, as the application takes
  456.  
  457.               c:\sources\my source file.c
  458.  
  459. as the file name.
  460.  
  461. However, PFE allows you to specify multiple files on the command line, and as
  462. for any application, the command line components are separated by spaces. Thus,
  463. if you caused this command to be issued via an association
  464.  
  465.               pfe32 c:\sources\my source file.c
  466.  
  467. PFE thinks you want to edit three files, called c:\sources\my, source, and
  468. file.c
  469.  
  470. You can easily get round this by setting up the association in a different way.
  471. When you define it, make the command that's run like this
  472.  
  473.              pfe32 "%1"
  474.  
  475. Now, when you double click the file name and Windows issues the command, it
  476. will replace the %1 in the associated line with the file name, so that what
  477. gets run is
  478.  
  479.               pfe32 "c:\sources\my source file.c"
  480.  
  481. The quotes will make PFE see the string as a single file name, and it will all
  482. work as you want.
  483.  
  484. --
  485.  
  486. Q. How do I change the font that I use to print files out? In previous releases
  487. there was a "Font" button in the Print Setup dialog, but it's gone in 0.06.002
  488.  
  489. A. In version 0.06.002 the printer system has been redesigned to use the same
  490. user interface and dialogs as other applications; the Print and Print Setup
  491. dialogs you see are now the standard ones that are part of Windows.
  492.  
  493. Unfortunately, the way that Windows works with these dialogs means that it
  494. isn't possible to select fonts from them. Accordingly a new command File Page
  495. Setup has been added, which starts a dialog allowing you to select fonts and
  496. margins for the current printer
  497.  
  498. --
  499.  
  500. Q. Previous versions of PFE used to remember the printer I was last using and
  501. select this; in 0.06.002, though, I always seem to get the system default
  502. printer when I start it
  503.  
  504. A. As described in the previous item, the printer system in 0.06.002 has been
  505. redesigned to use the standard user interface and methods. As part of this, PFE
  506. now works in the Windows standard way and sets you up to work initially with
  507. your system's default printer.
  508.  
  509. --
  510.  
  511. Q. If a drag and drop a file from the Windows 95 Explorer onto a desktop
  512. shortcut to PFE32.EXE, why do long file names seem to get changed to their 8.3
  513. equivalents?
  514.  
  515. A. This appears to be a quirk in how Windows 95 handles shortcuts. When you
  516. drag and drop in this way you're not using the same mechanism as when you drag
  517. and drop onto a real PFE window - this operation works with long file names as
  518. you expect.
  519.  
  520. With a shortcut, though, Windows 95 simply works out the command to issue on
  521. your behalf. So if you drag and drop a file called c:\source\file.txt onto the
  522. shourtcut, Windows 95 issues the command line
  523.  
  524.                  pfe32 c:\source\file.txt
  525.  
  526. on your behalf.
  527.  
  528. However, for some reason the designers of Windows 95 set it so that long file
  529. names are always translated into their 8.3 form when doing this - this is
  530. probably because they want to be sure everything will work when the shortcut is
  531. to an old 16-bit application, which can't handle long file names.
  532.  
  533. --
  534.  
  535. Q. I'm using the Execute DOS Command To Window command to run my compiler,
  536. which will prompt me for input if there's an error. Using the 32-bit edition I
  537. see the compiler output in the console window, but I never see the prompts and
  538. the output window seems to lock up, although if I type the expected reply blind
  539. it all seems to work. What's going wrong?
  540.  
  541. A. The problem here arises because PFE is essentially trying to subvert the
  542. compiler, fooling it into thinking that it's writing to the screen (as it
  543. normally would) when actually it's sending all its output to PFE (actually, to
  544. a small helper program that PFE runs for this purpose).
  545.  
  546. If the compiler or other program is simply writing, then it all works fine. But
  547. as you've seen, there are problems if the program wants you to perform output.
  548. Normally, when a program writes to the screen, Windows makes sure that all the
  549. output is sent there directly and not stored in the program's or Windows's
  550. buffers. Thus, you see the prompt as soon as the program writes it, and you
  551. know what to do.
  552.  
  553. But when PFE runs the compiler, the output is actually not to the screen, but
  554. to a pipe (under Windows NT) or a communication file (under Windows 95). The
  555. compiler itself doesn't know the difference, but the underlying I/O systems and
  556. Windows certainly do. Since they know the program isn't writing to the screen,
  557. the compiler's output will be _buffered_ for efficiency - thus it's quite
  558. possible, and actually most probable, that the prompt string will be stored in
  559. a buffer waiting to be written to the screen when the compiler asks you to type
  560. - so you never see the prompt.
  561.  
  562. There is no way round this problem, unfortunately. Although techniques are
  563. available for programs to detect what's happening and make sure that you _do_
  564. see the prompt, you'll be lucky to find one that uses them.
  565.  
  566. The moral, sadly, is that the Execute DOS Command To Window command is not
  567. suitable if the program you want to run will ever require you to type in to it
  568. rather than simply generate output
  569.  
  570. --
  571.  
  572. Q. I like to work with tab width of 4 in my files, and I can set this up with
  573. the Options Current Modes command. However, if I edit the same files again, the
  574. tab setting reverts to the default of 8. How can I change this?
  575.  
  576. A. The Options Current Modes command affects the modes applied to only the
  577. current window; the effect is limited to that window, and when it closes the
  578. settings are lost.
  579.  
  580. To do what you want - which is to define the _default_ modes for a file - you
  581. need to use the Options Default Modes command.
  582.  
  583. You'll find full information on how to use this command in the help file.
  584. Basically, you can define a number of "mode groups", which are collections of
  585. filename patterns like "*.c *.h readme.*". With each mode group you define the
  586. default modes you want; then, if any file you open has a name matching
  587. something in a mode group, the relevant default modes are applied.
  588.  
  589. --
  590.  
  591. Q. I've switched to using PFE for all my editing instead of NotePad, but
  592. there's one thing I miss - I can't automatically print files by dropping them
  593. onto Print Manager as I could with NotePad. What can I do?
  594.  
  595. A. Versions of PFE prior to 0.06.002 did not support automatic printing in this
  596. way. However the facility is now available; all you need to do is to set the
  597. 'print' association for a file type to be
  598.  
  599.             pfe /p %1
  600.  
  601. for the 16-bit Edition, or
  602.  
  603.             pfe32 /p "%1"
  604.  
  605. for the 32-bit Edition (note that the quotes here are important). Now you'll be
  606. able to drag and drop a file onto Print Manager or a printer shortcut and PFE
  607. will print it for you.
  608.  
  609. --
  610.  
  611.