Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
G.Bartsch
Posted - 07/25/2006 : 12:30:12 PM i would like to open a htm file in a subfolder of my origin folder. for example this works win -aw file://C:/Help.htm; but i dont get this running for the folder i want it to run. i tried the following: win -aw "file://%YLorentzMultiFit\help.htm"; win -aw file://%YLorentzMultiFit\help.htm; run -s "%YLorentzMultiFit\help.htm"; run -sc "%YLorentzMultiFit\help.htm"; where %Y=C:/Program Files/OriginLab/OriginPro7/
might be interesting that this also didnt work win -aw file://C:\Help.htm;
im running short of ideas. maybe someone can help? thanks!
1 L A T E S T R E P L I E S (Newest First)
greg
Posted - 07/25/2006 : 2:22:55 PM Spaces within a reference string are problematic and how you handle them may depend on what browser you are using.
In IE7 (haven't tried 6), you must protect the spaces with quotes :
but this does not work if Firefox is your default browser. In that case you will need to use short names for those folders with space characters, as in :