By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!>list dates produces
>20070601
>20070604
>20070605
>
>
>How can I captures these dates and use them elsewhere? I tried
>
>list dates > %x (
> echo dates= %x
>)
On Sun, 02 Nov 2008 01:04:57 -0500, "JP Software Forums"
<[email protected]>,rawood11 <> wrote:
FOR %line IN (@dates) ECHO %line
Or in a batch file,
DO line IN @dates
ECHO %line
ENDDO
>How can I get Take Command to default to insert mode on the command line?
Editing ... EditMode ... Insert.>From within TCMD ... OptionsMenu ... Configure TCC ... CommandLineTab ...
>From TCC itself, start with the command OPTION.