cannot run CMD script from Vista windows explorer
- by jamesvista
I am running Vista Home Premium. I tried to write a script to do some simple automation.... it does not work!
even the most simple script like:
@echo ON
dir .
does not get executed and only an empty CMD shell pops open when started from explorer.
From the cmd windows there is no problem.
This is really weird and I have never seen this before (but wrote many CMD scripts before)
ftype cmdfile and batfile are unchanged from "%1" %*
virusscan done - no problems
Is there a policy setting that might have changed? Any ideas?