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 |