RunDemos patch, for spaces in path name of demos
C.K. et al,
If you want to use RunDemos with paths having spaces in them before I
"officially" fix it, here's how:
>From Wolf's observation about putting pathnames with spaces in QUOTES, I
just put every filename in quotes, and that works on my system for both
pathnames with spaces and without:
1. search for the 2nd & 3rd occurrence of "jump_to" in "RunDemos.exw" (they
should be in "procedure List_onMouse");
2. add the following immediately above each of the 2 "jump_to" calls in
that procedure:
-- to allow files with spaces in pathname to work with jump_to:
fName = "\"" & fName & "\""
That should do it.
Dan Moyer
|
Not Categorized, Please Help
|
|