Jump to content

file.move


Recommended Posts

i made this script to move a shortcut but unfortunatly it displays the file not found message althogh the file do exist i think that it have something to do with name length so i need that someone will show me the rules of name lengths

dim filesys, demofile

set filesys = CreateObject ("Scripting.FileSystemObject")

set demofile = filesys.GetFile("%allusersprofile%\Start Menu\Programs\Ahead Nero\Nero - Burning Rom.lnk")

demofile.Move ("%appdata%\microsoft\internet explorer\quick launch\")

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...