News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

commands use in reading a file

Started by CSEG:LYN, November 14, 2005, 06:45:35 PM

Previous topic - Next topic

CSEG:LYN

             Can you help me by giving commands in reading and copying a file from one filr to another.Thank you so much and Godbless! :U

sluggy


Tedd

Or, more appropriately: CopyFile


The longer version would make use of these functions:

CreateFile
CloseHandle
ReadFile
WriteFile
No snowflake in an avalanche feels responsible.