Heads up to anyone that needs to sort files in PBdos with win98,
win2k or xp running.
Just found the SORT program called: CMSORT.EXE. It really works
great. AND fast AND free!
Do a google search for it or goto: http://www.chmaas.handshake.de/delph...ort/cmsort.htm
I have a need to scale up my inventory parts by part number and
description for a new client with 500,000 items on file.
This sort does the job in 20-30 seconds in xp-home 1.8 mh system
You need to use a little logic to read the original file first
and create a string to a file that includes the original record
number for each random item together with the key word(s) to sort
on and then shell to cmsort using the EASY options supplied.
I was able to hook this into my internal ISAM routine with ease.
The sort uses any and all memory in your box without messing
around with memory managers. It handles text and rnd files.
Try it.
Anyone interested in how I have put it to use can email me at:
[email protected]
I have no interest in this freeware or the developer of this
item but I am impressed at the way it allows me to address a
new segment of the vertical market(s) I cater to.
jrg
------------------
win2k or xp running.
Just found the SORT program called: CMSORT.EXE. It really works
great. AND fast AND free!
Do a google search for it or goto: http://www.chmaas.handshake.de/delph...ort/cmsort.htm
I have a need to scale up my inventory parts by part number and
description for a new client with 500,000 items on file.
This sort does the job in 20-30 seconds in xp-home 1.8 mh system
You need to use a little logic to read the original file first
and create a string to a file that includes the original record
number for each random item together with the key word(s) to sort
on and then shell to cmsort using the EASY options supplied.
I was able to hook this into my internal ISAM routine with ease.
The sort uses any and all memory in your box without messing
around with memory managers. It handles text and rnd files.
Try it.
Anyone interested in how I have put it to use can email me at:
[email protected]
I have no interest in this freeware or the developer of this
item but I am impressed at the way it allows me to address a
new segment of the vertical market(s) I cater to.
jrg
------------------
Comment