
accessing remote resources on a remote computer
Quote:
> PS I would copy the file locally, but I can not find a way to delete
> the file if I did.
Helpful hint: VBS files are read into memory in their entirety, then
processed. As soon as processing begins, the physical file is no longer
required.
So? What's the point?
The point is you can have as the first (or last, or middle) 2 lines in the
VBS file:
Set oFSO = CreateObject("Scripting.FileSystemObject")
oFSO.deletefile (WScript.ScriptFullName)
Mitch Gallant started a thread on this very subject back in early October,
if you care to read more.
http://groups.google.ca/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3D9C7...
F2039%40istar.ca
(URL will be wrapped)