Results 1 to 4 of 4

Thread: Can not execute .vbs files

  1. #1
    Join Date
    Jan 2009
    Posts
    140

    Can not execute .vbs files

    I have ASP web page that runs .vbs file to display the menu option at the bottom. When i open that page in internet explorer it says : A Run Time Error has occured. Any help will be extremely appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: Can not execute .vbs files

    Click the Tools button , and then click Internet Options. Or, press ALT+T, and then press O.
    In the Internet Options dialog box, click the Advanced tab.
    Click to select the Disable script debugging (Internet Explorer) and Disable script debugging (Other) check boxes, and then click to clear the Display a notification about every script error check box.
    Click OK to close the Internet Options dialog box.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: Can not execute .vbs files

    Click Start then go to Run. Type CMD, click OK.

    In the window that opens, type:AT 11:00 "cscript myvbscrip.vbs"

    That would execute the script at 11am.

    For more help on using the At command, type "at /?"

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Can not execute .vbs files

    Have you tried creating a Desktop Shortcut in windows (assuming you are using Windows)?The command to use is to run vbs file : %SystemRoot%\System32\WScript.exe //E:vbscript "c:\My Scripts\yyy.txt". This is the way to launch external .VBS script stored in a .TXT file : Y="C:\My Scripts\yyy.txt". Launch "%SystemRoot%\System32\WScript.exe","//E:vbscript """ & y & """".

    Check this thread with similar issue :
    Task scheduler won't execute vbs

Similar Threads

  1. Replies: 4
    Last Post: 12-06-2012, 05:10 PM
  2. Taprats 0.8 not able to execute well
    By Laramie in forum Windows Software
    Replies: 6
    Last Post: 28-03-2010, 12:15 AM
  3. .imv files not able to execute in Windows 7
    By Balamani in forum Windows Software
    Replies: 5
    Last Post: 23-01-2010, 01:25 AM
  4. How to execute Server.Execute function in ASP.NET (C#)
    By RasMus in forum Software Development
    Replies: 3
    Last Post: 25-09-2009, 12:30 PM
  5. How To Execute Iso File?
    By Lupin in forum Windows Software
    Replies: 3
    Last Post: 27-04-2008, 08:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,065,169.68016 seconds with 17 queries