Posted by member 12025 on 2005-12-28 22:43:54 link

That's the games folder under
A:\Documents and Settings\All Users\Start Menu\Programs\
and the same one for your user. In Popup2 and xPopup, the pipe combines the listing, so you get the same effect as the start menu.

For a single folder, xcal's solution will work (you probably don't want a hyphen in the name, though, because LS may interpret that as a math operation).

Since it is space-delimeted, you need the quotes so that it will not get separated into multiple words. IE:
myvar c:\program files\

will set myvar to "c:\program". Putting quotes around the path will make the whole path be read as a single word.