Script Blocking issus

S

Su-33

I just want to know if all you guys have this problem.
I tried to run a script file(bat). And antispyware was on.
It asked me to choose allow or block. I clicked allow.
But that alert appears again and again. And te BAT file
didn't run at all. I closed gvc***alert.exe in task
manager. But no further protection available.

My script just simple
---------SCRIPT BEGIN----------
@echo off
cd..
SoF2MP set fs_game goldrush
exit
----------SCRIPT END------------
I thought it maybe a doesn't compatible with Norton
Internet Security 2005 or sth else.
 
B

Bill Sanderson

I haven't tested with the current builds, but I would recommend shutting
Microsoft Antispyware down via right-clicking the notification area icon and
choosing shut down, before running this script.

On the first invocation of a given script--when you are challenged--the
default folder for the script will be %windir%system32, rather than the
expected, which is the location of the script file. Since you have a
relative, rather than absolute, CD command, the results won't be as
expected.
 
Z

Zahid

I have the same problem. It only started happening
recently, so it feels like there's been a software
update, but I have it set to "Notify me of software
updates". I assume by that wording that the updates won't
be installed automatically, but I'm not sure. I'm running
version 1.0.501.

To me, this is a huge bug. Of course I can shut down MSAS
and have the script work, but that's not a solution, it's
a workaround.
zahid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top