AR> BW> Is there any way to get WordPerfect 5.1+ for DOS to display a
AR> BW> file directory list which can then be used with {Text In/Out}, 1,
AR> BW> 3 (DOS text import with CR/LF to [Srt] in the "hot" zone)?
More on the subject. I also used the form of VIEW.WPM to form a Menu
like F5 to use Siedman's PREFIX that strips crap from WP 5.1D's
files. I did all this when I was younger. ;=)
FIX.WPM November 12, 1995 Page 1
{;}FIX.WPM to view files for use of Seidman's FIXPRE.~
{;}Nov 12, 1995~
{LABEL}Start~
{DISPLAY OFF}
{ON CANCEL}{GO}Quit~~
{ASSIGN}List~{List}{List}~
{ASSIGN}ListF~{List}{DISPLAY ON}{List}~
{TEXT}Dir~Directory : (F1 to Cancel; Enter for current dir.)~
{ASSIGN}Drv~{MID}Dir~0~1~~
{MENU OFF}{List}{VARIABLE}Dir~
{DISPLAY ON}{Enter}
{LABEL}List~
{PROMPT}Highlight file and press Enter; or press F1 twice to Cancel.~
{PAUSE}{DISPLAY OFF}{Enter}
{;}305=F5-List Files~
{IF}{SYSTEM}Menu~=305~
{DISPLAY ON}{Enter}{Home}{Home}{Up}{GO}List~
{END IF}
{Cancel}
{ASSIGN}Name~{SYSTEM}Entry~~{ASSIGN}Extpos~{LEN}Name~-3~
{ASSIGN}Ext~{MID}Name~{VARIABLE}Extpos~~3~~
{Cancel}{;}Needed to shell to dos~
{Shell}2fixpre {VARIABLE}Name~ -kts{Enter} <<< * Origin: Selective On-Line (tm) - Santa Fe, NM - (505) 473-9765 (1:15/11)
|