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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 default folder for getfile -m
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

pwel

Netherlands
2 Posts

Posted - 12/18/2003 :  05:57:33 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Mike Buess

USA
3037 Posts

Posted - 12/18/2003 :  09:04:14 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Paul,

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

Mike Buess
Origin WebRing Member
Go to Top of Page

greg

USA
1379 Posts

Posted - 12/18/2003 :  10:39:37 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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;
}


Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000