flat assembler
Message board for the users of flat assembler.
Index
> Windows > need examples... |
Author |
|
DOS386 13 Mar 2009, 01:26
Move to Windows
|
|||
13 Mar 2009, 01:26 |
|
semiono 13 Mar 2009, 01:38
Code: include '%fasm%\win32ax.inc' section '.code' code readable executable start: invoke CopyFileA,lpExistingFileName,lpNewFileName,FALSE invoke ExitProcess,0 .end start section '.data' data readable writeable lpExistingFileName db 'C:\~\system32\calc.exe',0 lpNewFileName db 'C:\calc.exe',0 --~ include '%fasm%\win32ax.inc' section '.code' code readable executable start: invoke CreateFile,echo,GENERIC_WRITE,\ FILE_SHARE_READ,0,CREATE_ALWAYS,FILE_ATTRIBUTE_NORMAL,0 invoke ExitProcess,0 .end start section '.data' data readable writeable echo db 'C:\HelloWorld.txt',0 take one take two... first steps to all is young ;- |
|||
13 Mar 2009, 01:38 |
|
semiono 14 Mar 2009, 01:13
Thanks that moved!
How to recoursive CopyFiles *.* from SHFileOperation ?? please example to me? |
|||
14 Mar 2009, 01:13 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.