MartyConnelly
martyconnelly at shaw.ca
Sat Apr 26 14:19:25 CDT 2003
I just tried it
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\marty>copy con: me.txt
ddddd
^Z
1 file(s) copied.
C:\Documents and Settings\marty>copy con > me1.txt
ddddd
ddddd
^Z
me.txt1 contains
1 file(s) copied.
me.txt contains
ddddd
I never make mistakes. I thought, I made a mistake once, but it turned
out, I was wrong. ;)
Gustav Brock wrote:
>Hi Marty
>
>
>
>>Bah those assembler programmers are a bunch of weenies
>>just do this in dos
>>
>>
>
>
>
>> copy con: > myprog.com
>>
>>
>
>That will leave you with your program lines echoed to the screen and
>the trivial result of the last operation as text in myprog.com.
>
>The true command is:
>
> copy con program.com
>
>/gustav
>
>_______________________________________________
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com
>
>
>