Bug found

  • Thread starter Thread starter hauer
  • Start date Start date
H

hauer

First access to a batchjob (*.bat) after clicking allow
via a shortcut looses the parameter %1 .

Make a batchfile x.bat

echo %1
pause

make a link to the batchfile and enter a paramer

regards wolfgang
 
Indeed! Additionally, the context is lost--instead of being the folder in
which the batch file is found, it becomes \system32 on the first invocation
(i.e. the one in which you are challenged and must allow the script to
proceed.)

Be very wary of Microsoft Antispyware beta1 and script files--better to turn
it off.

This is well understood and will be fixed in beta2.
 
Back
Top