bristolweatherman Posted February 7, 2007 Posted February 7, 2007 I am new to autoIt. I have skills in php, html and very basic vb but this is all new.... I would like to create a script to add a shortcut to a desktop. I intend to e-mail the script to other users in my organisation so that when they run the script it adds the shortcut to their desktop. We use windows XP throughout the organisation. The shortcut is Q:\QLEasyaccess\V2QLHEASYACCESS.mdb C:\Documents and Settings\m.stuart\Desktop is where I think the shortcut needs to go. Yours hopefully
MHz Posted February 7, 2007 Posted February 7, 2007 Welcome, You may need a UNC path for across a network An example of shortcut creation FileCreateShortcut('Q:\QLEasyaccess\V2QLHEASYACCESS.mdb', @DesktopDir & '\V2QLHEASYACCESS.lnk', 'Q:\QLEasyaccess')
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now