Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Neil Holden wrote:
Hi, I have a list of word files using 2003 which are all hyperlinked, and theres a main word document that I want to auto-run when a cd is inserted. Any ideas? I dont want the users to see the other existing files because they are hyperlinked and I dont want them to see the files. Cheers The autorun function for a CD is activated by putting a plain-text file named "autorun.inf" in the root folder of the CD. This isn't specific to Word -- it can run any program or launch any file type that has a program registered in Windows to open it. For your purposes, assuming the document you want to open is named Main.doc and it is stored in the CD's root folder, the contents of the autorun.inf file would be this (the dot-slash in the name means "in the same folder as the autorun.inf file"): [autorun] open = .\Main.doc If the file is in a subfolder on the CD, include that; and if the path or the file name contains any spaces, enclose the whole thing in double quotes: [autorun] open = ".\subfolder\Main document.doc" General instructions are at http://support.microsoft.com/kb/818804 in the section "Create an Autorun.inf File". -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-name a file | Microsoft Word Help | |||
Auto deletion of word file | Microsoft Word Help | |||
Auto Insert a file path | Microsoft Word Help | |||
Auto add the file name | Microsoft Word Help | |||
Auto correct file name | Microsoft Word Help |