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
 Origin Forum
 How to automatically open Origin with by clicking on a xy data file (ascii)?

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
Calico Posted - 08/19/1998 : 2:30:00 PM
I want to be able to click on a xy data file (*.dat) and have it automatically
launch Origin and open, without having to first open Origin and then use the
IMPORT command. Is this possible?
1   L A T E S T    R E P L I E S    (Newest First)
Gary Lane Posted - 08/19/1998 : 2:32:00 PM
Double-clicking on DAT file can launch Origin and automatically import DAT file

It is possible (but a bit tricky) to launch Origin by double-clicking on a *.DAT
file (an ASCII data file) and then have Origin automatically import the DAT
file. In order to do this you will need to complete the following three
steps:

1. In your Windows Explorer select View Options, Click on the File Types tab,
select the file extension DAT, click the Edit button, select open in the
Actions list box, click the Edit button, enter C:\Origin50\OpenDat.bat in the
Application used to perform action edit box, click OK and Close until you
return to the Windows Explorer.

2. Create the file OpenDat.bat in your C:\Origin50 folder and type in the
follow DOS batch commands:

@echo off
echo opendat=1;


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