Login | |
|
 |
RE: Replacement for FileSystemObject - 4/26/2006 1:19:30 AM
|
|
 |
|
| |
ebgreen
Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
|
We use symantec antivirus with no special configuration and it has no problem at all with scripts. Or are you talking about doing this in a web page? that would be the browser security not the AV software. There is no direct replacement for FileSystemObject. You could shell out and use copy commands but I suspect that would pop security warnings as well. Perhaps some more information on what you are trying to do and your environment would help.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Replacement for FileSystemObject - 4/26/2006 1:42:35 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1171
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
I don't know of any AV proggy that will prevent a .vbs from running simply because it tried to create a text file using the FileSystemObject. Besides, it isn't the script itself that is accessing some FileSystemObject DLL or something... it is merely a way for the script to tell cscript.exe or wscript.exe to access the computer's file system. So unless you are having a problem with outlook or another mail program/scanner stripping out your vbs code - which doesn't belong in an email inthe first place - I can't imagine what the problem could be... I think I'm gonna have to call Shenanigans on this one.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Replacement for FileSystemObject - 5/6/2008 8:37:48 AM
|
|
 |
|
| |
Rischip
Posts: 480
Score: 2
Joined: 3/26/2007
Status: offline
|
The problem here is not the "AntiVirus" portion of Norton. Norton Internet Security has a feature called "Script Blocking" and it is doing exactly what it is configured to do, Block Scripts. Check out the features and maybe reconfigure. Please don't post work arounds for getting around this type of security software as it leads to more virus' that can do exactly that.
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|