VOGONS


First post, by crislivinitup

User metadata
Rank Newbie
Rank
Newbie

Hi guys,

There might already be a simple answer that I have overlooked in the forums and if so, I apologize before hand.

I would like to add some batch menu files to the virtual drive so that they can be accessed regardless of which directory the user is in. I want to create a very userfriendly batch menu for my family and I really like batch menus because that's what we used when I was a kid.

Any ideas how to include my batch file menus in the root directory "z:\" so that they may be run from anywhere.

Thanks ahead of time.

Reply 1 of 3, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie
mount c <somefolder>
path=%path%;<c:\batchmenufolder>

As long as batchmenufolder (please, keep it under 8 characters, longass name is for illustrative purposes only) your menu should be accessible from any other folder.

Reply 2 of 3, by crislivinitup

User metadata
Rank Newbie
Rank
Newbie

Ooooooh yaaaa. I forgot path can have a few directories. My Dos memory is like abandoware these days. I remember now. Thanks for that. It's more or less EXACTLY what I was looking for. 😀

Reply 3 of 3, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

Your DOS memory is like abandonware? Illegal? 😜
You're welcome.