Topic: Sort Automation (1 of 2), Read 22 times
Conf: VEDIT Macro Language Support
From: George Johnson
Date: Monday, January 22, 2007 05:35 PM

is there a way to automate sort with command line ( quite mode) I would like to be able to sort a input file and save to a new file. I would like to run from the batch.

 


Topic: Re: Sort Automation (2 of 2), Read 20 times
Conf: VEDIT Macro Language Support
From: Ted Green
Date: Tuesday, January 23, 2007 03:57 PM

At 05:36 PM 1/22/2007, you wrote:
>From: "George Johnson"
>
>is there a way to automate sort with command line ( quite mode) I would like to be able to sort a input file and save to a new file. I would like to run from the batch.

Here is Tom Burt's answer:

vpw -w -s0 -q -c"smx(`7,10;1,5`,0,fsize)" dout.txt -a dout.srt

Ted.