M
Martin Lafferty
I am a software developer. The project I am working on is
very complicated and a build generates lots of dlls. In
order to manage the build process I have a few batch files
that I sometimes run to carry out common housekeeping
tasks - one of which is to delete *.dll from my build
directory.
Whether I run my batch script from the shell or from
inside the VS IDE it runs in the directory containing the
script i.e c:\tempstuff\cleanup.bat will run in
c:\mytempstuff - UNLESS (here is the crunch) MS Anti
spyware has just asked for confirmation that it is OK to
run the script. In this case, and in this case only, the
batch file runs in C:\Windows\System32.
Did I mention that my batch file calls del *.dll?
Don't try this at home!
regards
Martin Lafferty
very complicated and a build generates lots of dlls. In
order to manage the build process I have a few batch files
that I sometimes run to carry out common housekeeping
tasks - one of which is to delete *.dll from my build
directory.
Whether I run my batch script from the shell or from
inside the VS IDE it runs in the directory containing the
script i.e c:\tempstuff\cleanup.bat will run in
c:\mytempstuff - UNLESS (here is the crunch) MS Anti
spyware has just asked for confirmation that it is OK to
run the script. In this case, and in this case only, the
batch file runs in C:\Windows\System32.
Did I mention that my batch file calls del *.dll?
Don't try this at home!
regards
Martin Lafferty