Coping Records To Another File (OpenInsight Specific)
At 05 MAR 1998 03:42:18PM RBarker wrote:
I need to select certain records (rows) from one file and copy them to a history file and delete them from the original file. I would like to do this from the command line. Can this be done? and how?
In Arev for dos this could be done with select, save-list , get-list and copy *.* type commands. How do I do this same type of process in OpenInsight??
At 06 MAR 1998 05:36AM Aaron Kaplan wrote:
Nope. You'll have to write a shell of some sort.
Essentially it's a simple select then read/write so it shouldn't be that hard to do.
apk@sprezzatura.com