vbs

  1. G

    Windows 7 Script (or other mechanism) to copy shortcut target to a new folder

    I am looking for a Windows 7 script (perhaps in vbs) or another mechanism that will copy the target of a shortcut to a new folder. If the shortcut points to a single file, copy the file to the new folder If the shortcut points to a folder, copy that folder to the new folder If the shortcut...
  2. A

    Windows 7 Script to delete some files and run an online game

    Hi guys, For security reasons, I had turned off/disable some features on my Windows 7, i.e: Prevent installed programs, disable command prompt and batch files, disable access to registry files, disable snap-in, disable taskmanager, and last disable regedit. I need a windows script to run these...
  3. G

    Windows 7 VBS Not Accepting Arguments

    I have a simple script that will copy the path of a file to the clipboard, when the file is dropped onto the script. The script works perfectly fine in Windows 7 and a normal XP box. However, in XP Mode the script will not accept the argument. Has anybody run into this, and found a way to...
  4. A

    Windows 7 unable to read vbs files

    win 7 64 bit I have suddenly not been no able to read vbs files...I have re-registered both windows and java script via an elevated command and both are said to be running - succeeded But when I then run a vbs script which I know to be 'good' ...using open with and choosing Microsoft base...
  5. S

    Windows 7 MySQL Connector problem

    Anyone else using a MySQL Connector? Under WinXP, it works fine. I download the connector, install it, then voila.. code works. The relevant part of my code is: Set DB = CreateObject("ADODB.Connection") DB.Open "Driver={MySQL ODBC 3.51 Driver}; Server=sql-server; Port=3306; Option=0...
  6. kevin from Chi-town

    Windows 7 Concern About Potential Virus in System32 Folder on x86 OS

    I came across this in my system 32 folder. I'm aware that there is a program looking throoughout your lan that uses visual basic. I also came across a site that says this is a virus. Is the anyone else that has this on their x86 OS ?
Back
Top