I am testing this software and one of the potential uses involves creating a shortcut on the desktop that will launch several MS Access related files. I am coming accross 2 problems
i) It puts quotes ("") around the Target File line which (...and I don't know why) stops the shortcut working
ii) it removes a \ from my target address. e.g. the target contains a relative address (on a lan)
\\abc12345\databasefolder\database.mdb
However, SF turns the line into
"\abc12345\databasefolder\database.mdb"
If I take away the quotes and add the extra \ it works fine.
Any suggestions.
Thanks,
Dan
i) It puts quotes ("") around the Target File line which (...and I don't know why) stops the shortcut working
ii) it removes a \ from my target address. e.g. the target contains a relative address (on a lan)
\\abc12345\databasefolder\database.mdb
However, SF turns the line into
"\abc12345\databasefolder\database.mdb"
If I take away the quotes and add the extra \ it works fine.
Any suggestions.
Thanks,
Dan
Comment