1. copy+move file to multiple PC's reading from it
This is a multi-part message in MIME format.
------=_NextPart_000_0005_01C13A32.F8FC88C0
charset="iso-8859-1"
2. Re: copy+move file to multiple PC's reading from it
On 10 Sep 2001, at 19:58, Renzo Beggia wrote:
> Question : how can i check if a file is present in a folder without trying to
> open it. ?? (i now open and close to see if present.)
Get a directory listing of the "folder" it is in. If you can't do this directly,
execute a batch file using "dir", and redirect the dir output to a file that you
can read.
Kat