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
 default folder for getfile -m

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
pwel Posted - 12/18/2003 : 05:57:33 AM
When I use the getfile -m *.* command to import multiple asc files, origin 6.0 always point at the program folder where origin60.exe sits. But my data is always somewhere else. Is there a way to control this default folder? I looked at the origing.ini and the options in origins but can't find it

thanks

Paul

2   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 12/18/2003 : 10:39:37 AM
File Locations won't help with the GETFILE command. What you need to use is the FDLOG object:

fdlog.path$=D:\FILES;
fdlog.usetype(*.*);
fdlog.multiopen();
for(ii = 1; ii <= fdlog.multiopen.count; ii++) {
fdlog.get(A,ii);
type -a Processing %A;
}


Mike Buess Posted - 12/18/2003 : 09:04:14 AM
Hi Paul,

Have you played with the settings in Tools>Option>File Locations yet?

Mike Buess
Origin WebRing Member

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