× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When you say 
OBJ(('USR/PROJECTS/*')) 
instead of 
OBJ(('/USR/PROJECTS/*'))
(Notice the additional slash at the beginning?)
it says to assume the current directory.  Current directory can be set 
with the home directory of the user profile or the CD command.

For example, if you have the following directory structure:
/
/USR/PROJECTS/yadda yadda yadda
/home/JERRY/USR/PROJECTS/yadda yadda yadda
/ThisHereDirectory/SomeSubDirectory/USR/PROJECTS/yadda yadda yadda
Which one would it save?  Should that depend on whatever your current 
directory is?  Yes it should.  Now, this job log is telling you which one 
it saved, based on your current directory.  It's telling you your current 
directory was the root, or /, directory.  And this USR... directory was 
saved directly off of the root.

Don't like the message in the joblog?  Then change OBJ(('USR/PROJECTS/*')) 
to OBJ(('/USR/PROJECTS/*')) or whatever subdirectory you really want it to 
save.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.