Re: copy+move file to multiple PC's reading from it
- Posted by Kat <gertie at PELL.NET> Sep 10, 2001
- 675 views
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