vbs script problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Running Xp os, and the scripts are sitting on the server with a shortcut on the desktop. However every time these scripts are run we get a file download message with the option to open the file and with the tick box to always ask this question blanked out. Is there anyway to override this so the script runs without interruption

Any help on this is much appreciate
 
The properties are from what i can see standard. Target points to the mapping of the drive which the script sits on . security it set to everyone can atleast run the program. Ive giving full control to that group but still same result. Is there soemthing specific in the properties your thinking of?
 
You seem to be getting an internet message.

Type what's in the shortcut into Start Run.

then try UNC paths
\\server\share\path\file.ext

Also see how vbs is configured. Look it up in File Types dialog
 
yes i'd agree its an internet message. File download message is what appears with the one option available to open it. It also blanks out the option for un ticking always ask for this option.
Ive tried the shortcut target in run and still get the same window message popping up. Also I tried the UNC path same resul

I checked the registered file types and the extension .vbs is default opening with Microsoft Windows based script host. Im fairly sure thats associated right?!
 
Back in Filetypes choose Advanced then select Open and choose Edit.

It should be
C:\WINDOWS\System32\WScript.exe "%1" %*
but Use DDE should also be ticked
 
Checked that and all thsoe fields are exactly what you wrote. Is this some kind of security setting as it says some files may harm your computer etc etc.
 
Back
Top