I'm building a script that conncets to remote machines and moves files
around. I'm doing fine with most og it, but when there is a delay and the
script fails, How do I capture an Error in from the FileSystemObject? Thanks

Re: Error Handling FileSysyemObject by Ato

Ato
Fri Apr 08 17:45:44 CDT 2005

Check the general err variable (e.g., err.number).

"G Leifheit" <GLeifheit@discussions.microsoft.com> wrote in message
news:00F22A4E-738D-49ED-9D88-334E142FA63F@microsoft.com...
> I'm building a script that conncets to remote machines and moves files
> around. I'm doing fine with most og it, but when there is a delay and the
> script fails, How do I capture an Error in from the FileSystemObject?
Thanks