Sorting filePro Arrays

Bob Stockler bob at trebor.iglou.com
Mon May 19 17:58:28 PDT 2008


Ken Brody wrote (on Mon, May 19, 2008 at 04:42:37PM -0400):

| Quoting Bob Stockler (Mon, 19 May 2008 16:34:43 -0400):
| 
| >Top Post . . .
| >
| >After much futzing and stumbling around, this blind pig found
| >an acorn after all, and it was a simple fix at that:
| >
| >       If: DOS
| >     Then: TEMP1 = "C:\temp\sort.tmp"
| >       If: DOS
| >     Then: TEMP2 = "C:\temp\sorted.tmp"
| >       If: ''''' DOS
| >     Then: ''''' system noredraw "SORT" < TEMP1 < ">" < TEMP2
| >       If: DOS
| >     Then: system noredraw "SORT.exe" < TEMP1 < ">" < TEMP2
| >                                ^^^^
| >Thanks for the ideas posted.
| [...]
| 
| That makes no sense at all, unless you have another executable named "sort"
| (such as "sort.com" or "sort.bat") which, for some reason, is not the one
| that cmd.exe executes when outside of filePro, yet does when executed from
| within filePro.

You got it RIGHT, Bro ! ! !

Originally, when I wrote this stuff, all I provided the user
about how to use it was an example of a User Menu Command Line
in the README.txt file.

I thought I'd make it more user friendly by creating a "sort.bat"
file in its filePro file folder to kick it off.

The best laid plans of mice and men oft gang astray when the good
intentions of a Windows illiterate UNIX programmer starts messing
around on Windows.

Thanks ! ! !

Bob

-- 
Bob Stockler +-+ bob at trebor.iglou.com +-+ http://members.iglou.com/trebor


More information about the Filepro-list mailing list