Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Christine123

    Norton Malicious Script warning

    Where can I find info on FSO. Is there another web site that has info like that I can look up. I have a book for VB6 but I don't think it will help me much. It would be nice to have another website to add to my favorites that I can look up stuff like that.
  2. Christine123

    Norton Malicious Script warning

    Thanks Mark, I may give that a try. The user is already browsing to a file in another application. It's this application that is creating this script and running it. It would be nice to leave it that way. That is why I want to be able to write a text file with the paths and have the script...
  3. Christine123

    Norton Malicious Script warning

    I have a simple VBScript file that creates a shortcut that I run through a BAT file. Every time the vbs file is run it is overwritten first so I get a Malicious Script Warning from Norton everytime it is run (even if I authorize the script). It's a very ugly message and I can't have this come...
  4. Christine123

    Create a Shortcut error

    I have figured it out. The problem was with the BAT file not the VBS file. Thanks for your help
  5. Christine123

    Create a Shortcut error

    Thanks PHV I got double clicking on the VBS file to work. Running it from a bat file still gives me the same message. After a bit of fooling around with it I discovered that it is the second path (parameter) that is causing the problem. It doesn't seem to recognize the extra quotations...
  6. Christine123

    Create a Shortcut error

    I posted a question about paths with spaces a few days ago. I got a reply to use more quotes which I did. Now I'm getting a new error. This is what I have now: Call Shortcut("""C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS\FP_DEVEL\Links\meet.lnk""","""C:\Documents and Settings\All...
  7. Christine123

    Path with spaces sometimes works

    I have a script file that creates a shortcut. The paths for the link file and the target file both contain spaces. When I run the file directly (by double clicking on it) it works fine. When I run it through a BAT file I get an error saying the file 'C:\Documents' is not found. Here is what I...

Part and Inventory Search

Back
Top