The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 open htm by labtalk

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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 :

win -aw "file://C:/Program Files/OriginLab/OriginPro75/help.htm";

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 :

win -aw file://C:/Progra~1/OriginLab/OriginPro75/help.htm;



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000