The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: selofb on May 08, 2007, 07:39:50 PM

Title: I need dos command copy source code in assembly
Post by: selofb on May 08, 2007, 07:39:50 PM
my exam is dos command copy in assembly but i dont find it please help me
Title: Re: I need dos command copy source code in assembly
Post by: skywalker on May 08, 2007, 08:28:30 PM
Quote from: selofb on May 08, 2007, 07:39:50 PM
my exam is dos command copy in assembly but i dont find it please help me

My                                                               don't                            .

Title: Re: I need dos command copy source code in assembly
Post by: evlncrn8 on May 08, 2007, 09:32:30 PM
copy /y homework > null
Title: Re: I need dos command copy source code in assembly
Post by: MichaelW on May 09, 2007, 04:38:22 AM
selofb,

Whether it is for an examination, or for homework, the purpose would be defeated if we just provided you with code.

Do you need to duplicate the COPY command with all of the options:

COPY [/Y | /-Y] [/A | /B] source [/A | /B] [+ source [/A | /B] [+...]][destination [/A | /B]] [/V]

Or just a simple single file copy using the default options:

COPY source destination
Title: Re: I need dos command copy source code in assembly
Post by: skywalker on May 09, 2007, 12:29:07 PM
Selofb,

What do you have so far? If you show some iniative, we'll help you.

Title: Re: I need dos command copy source code in assembly
Post by: selofb on May 10, 2007, 04:47:22 PM
i dont know assembly programming.İ need dos Command 'COPY' source code and work it and prepare report. just it. because my exam is 50 point.
Title: Re: I need dos command copy source code in assembly
Post by: skywalker on May 10, 2007, 04:54:55 PM
Quote from: selofb on May 10, 2007, 04:47:22 PM
i dont know assembly programming.İ need dos Command 'COPY' source code and work it and prepare report. just it. because my exam is 50 point.

Maybe that F won't bring your average too low.