Re: [sleuthkit-users] RE: sleuthkit-users digest, Vol 1 #277 - 2 msgs
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2005-03-21 14:52:47
|
On Mar 21, 2005, at 9:14 AM, Reava, Jeffrey wrote: > > "%0\..\.." in Windows unfortunately is different than the output of > 'pwd', since I might be sitting in a temp directory when running > sorter. > To work in all situations, the path needs to be relative to the script > directory, not the current directory. > > Stumped on this one, mostly for lack of really trying ... That is why I did the full path. For example, when autopsy runs sorter, it is being run from the autopsy directory (or somewhere else if autopsy is in their path). I guess it is time to make a real installation process for the tools and put them in a specific location. The tools can also have configuration files in /etc/ or /usr/local/etc/ so that autopsy does not have to ask where TSK is and the autopsy config file will live between installations.... brian |