Login | |
|
 |
RE: "Write To File Failed" - Need Expertise!!! - 12/26/2007 9:30:35 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
are you sure that strMatch has a value?
_____________________________
Have you searched here ? VBScript Fundamentals My Site
|
|
| |
|
|
|
 |
RE: "Write To File Failed" - Need Expertise!!! - 12/26/2007 9:37:32 AM
|
|
 |
|
| |
yfki
Posts: 61
Score: 0
Joined: 12/12/2007
Status: offline
|
Yup, 10000% sure, I have done plenty of reading. My guess... Because its running as .hta, the context, locale, does not allow the stream to save without having some type of hardcoded name. The exact same code works if I pass it a string, but thats run as .vbs, which is clearly different then mshta.exe I suppose this was the result of security exploits against the "ADODB.STREAM" spyware etc... I am working to see if I can use a script packager to resolve the issue, call an external script to do some utility work, either download the file, or perform the rename.
|
|
| |
|
|
|
|
|