View Single Post
  #3  
Old 11-25-2015, 10:24 PM
ludw ludw is offline
Registered User
 
Join Date: Dec 2006
Location: France
Posts: 86
Re: load file defined

You may also consider SEARCH command. With SEARCH you may enter different directories from where the LOAD command will try to find out and load the file to LOAD.
Ex: LOAD "myfile"
will try to locate and load "myfile" in each ordered directories specified by SEARCH.
To know about your SEARCH settings, let use EDIT_ENVIRONMENT.
Reply With Quote