- Joined
- Nov 18, 2009
- Messages
- 3
- Reaction score
- 0
Recently I tried to write a script on my VISTA Home Ultimate Lenovo SL500 notebook.
I wanted to automate a repository write using a package tool and a git commit (version control).
But when I double click any BAT or CMD scripts in VISTA windows explorer this simply opens a CMD window
but does not execute any commands of the script!
I have never seen this before (since NT4 days) anywhere.
The ftype command returns as normal
batfile="%1" %*
cmdfile="%1" %*
Is there any secret script execution authorization I should know about?
Ah, by the way, UAC is off ... I am logged as member of Administrator group!
And executing a script from within the CMD shell works!
But not starting it from the windows explorer...
Any input is greatly appreciated, I am pulling my hair out on this for a while now.
I wanted to automate a repository write using a package tool and a git commit (version control).
But when I double click any BAT or CMD scripts in VISTA windows explorer this simply opens a CMD window
but does not execute any commands of the script!
I have never seen this before (since NT4 days) anywhere.
The ftype command returns as normal
batfile="%1" %*
cmdfile="%1" %*
Is there any secret script execution authorization I should know about?
Ah, by the way, UAC is off ... I am logged as member of Administrator group!
And executing a script from within the CMD shell works!
But not starting it from the windows explorer...
Any input is greatly appreciated, I am pulling my hair out on this for a while now.