flat assembler
Message board for the users of flat assembler.
Index
> DOS > Copying files |
Author |
|
DOS386 25 Dec 2010, 05:47
> copy all the files in a network shared folder
Your OS and network program ? > possible with DOS interrupts? Is there a copy procedure in winFasm? Are you in the right subforum ? > Is there a better way to go about this or am I on the right track? If you are using Windows, use WinAPI (other subforum). If in DOS, open both files, and loop with copying (max $FFFF, better $F000 Byte's per pass). If copying to same physical disk, you might want to prefer a bigger buffer (maybe 360 KiB of low memory or some XMS), still, you will need multiple reads and writes to fill it. |
|||
25 Dec 2010, 05:47 |
|
sinsi 25 Dec 2010, 06:50
Use a batch file.
|
|||
25 Dec 2010, 06:50 |
|
Walkerboh 27 Dec 2010, 03:31
Thx, I'm gonna take a look at the WinAPI. Short term XCOPY in a .bat is working for me.
|
|||
27 Dec 2010, 03:31 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.