Wohnort: Fresno, CA
Registriert:
Mo Aug 31, 2009 12:33 am

Thema: Re: <-_. resources *VECTOR.VOBJ*
It should work under Windows 7 64Bit, because thats what I am using. It is most likely a permission issue.
Attached is a little test script that checks the permission of the user who executes the script. Execute it and let me know the message. Possible answers: "Good to go" (= admin) OR "NON-Admin" plus "UAC turned on" or "UAC turned off/N/A".
You could also try the following:
1. Open a command prompt as administrator ("start" -> "Run" -> type "cmd.exe" then press Ctrl-Shift-Enter)
2. Switch to the folder where the script is located via CD /D "<PATH>" (e.g. CD /D "C:\TEMP")
3. Type "Wscript VOBJTextGenerator.VBS" and hit Enter
That should work.
p.s. the script itself attempts to open a "Open File" dialog in up-to 5 different ways. It's almost impossible that all of them fail.
Attached is a little test script that checks the permission of the user who executes the script. Execute it and let me know the message. Possible answers: "Good to go" (= admin) OR "NON-Admin" plus "UAC turned on" or "UAC turned off/N/A".
You could also try the following:
1. Open a command prompt as administrator ("start" -> "Run" -> type "cmd.exe" then press Ctrl-Shift-Enter)
2. Switch to the folder where the script is located via CD /D "<PATH>" (e.g. CD /D "C:\TEMP")
3. Type "Wscript VOBJTextGenerator.VBS" and hit Enter
That should work.
p.s. the script itself attempts to open a "Open File" dialog in up-to 5 different ways. It's almost impossible that all of them fail.
