PDA

View Full Version : windows explorer



pound
10-17-2001, 06:09 PM
alright, i am assuming there is a pretty easy solution to this problem but for some reason i don't see it.

i want to have a 'Browse this CD' button in the menu. so when the user click it, a windows explorer or my computer window launches in the current CD directory.
is this possible?

any help would be much appreciated since i am a bit new to autoplay.

Thanks.

tbybee
10-17-2001, 07:45 PM
You're right, this is an easy one. :-)

The action for your 'Browse this CD' button would be Execute-->Explore Folder.

You will then select which folder you'd like the user to start browsing in. Most likely you'll want them to just browse the root directory.... %SrcDrv% (use %SrcDir% if you plan on having it on a network which may get moved around in the future)

Hope this helps!

pound
10-18-2001, 09:55 AM
hey, thanks a lot!

i'll give it try.