The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Robotix on February 20, 2009, 11:01:51 PM

Title: Is it possible ?
Post by: Robotix on February 20, 2009, 11:01:51 PM
Hi All,

Is it possible to use MASM to copy files from across a network onto a floppy disk ?

If so can  someone point me in the right direction.
Title: Re: Is it possible ?
Post by: Mark Jones on February 20, 2009, 11:11:14 PM
Quote from: Robotix on February 20, 2009, 11:01:51 PM
Hi All,

Is it possible to use MASM to copy files from across a network onto a floppy disk ?

If so can  someone point me in the right direction.

Hello Robotix, welcome to the forum. Do you mean, "Is it possible to use MASM to [build an executable which can] copy files cross a network onto a floppy disk"? Please clarify.
Title: Re: Is it possible ?
Post by: Vortex on February 21, 2009, 12:48:41 PM
Hi Robotix,

That is possible. All what you need is to set the correct share and NTFS permissions to read the source file.
Title: Re: Is it possible ?
Post by: PBrennick on February 26, 2009, 11:58:13 AM
Vortex,
Will there be a problem accessing Volumes instead of the traditional drives such as can be the case with NetWare?

Paul