PDA

View Full Version : Search for a file located somewhere on CD



Jimmie
09-28-2001, 02:00 PM
I'm would like to build an autoplay menu that can be used on any project. The project folder will have a different name each time but there will be a sheetndx.htm file located in the folder fo every project. I would like to do a file search to define the a variable named %ProjectPath%.
I tried to search %SrcDrv% but this didn't work.

Any ideas?

Mark
10-01-2001, 08:44 AM
Hi,

Try using %SrcDir%, it is the "source directory". It will be expanded to the full path to the directory that your AutoPlay Menu is running in.

mark.