1.

Solve : cut in dos?

Answer»

Is there a way to cut and paste a file other than

COPY C:\file.ex C:\ex
del C:\ex QUOTE from: mat123 on March 03, 2010, 10:23:58 PM

Is there a way to cut and paste a file other than

copy C:\file.ex C:\ex
del C:\ex

the move COMMAND.

Maybe it was a typo, I think he means this:
cut C:\ex
paste C:\file.ex

Quote from: Geek-9pm on March 04, 2010, 12:23:49 AM
Maybe it was a typo, I think he means this:
cut C:\ex
paste C:\file.ex



No. He doesn't.

Paste is not a DOS command.

Quote
No. He doesn't.
Paste is not a DOS command.
But he wants it to be.
Can you make a paste PROGRAM for him in your spare time? Quote from: Geek-9pm on March 04, 2010, 12:39:35 AM
But he wants it to be.
Can you make a paste program for him in your spare time?

he wants a shorter equivalent of
Code: [Select]copy C:\file.ex C:\ex
del C:\ex

the shorter version is using move. Thank you for the move command it works GREAT.


Discussion

No Comment Found