Re: [sleuthkit-users] No mactime in Windows Version of Sleuthkit
Brought to you by:
carrier
|
From: RB <ao...@gm...> - 2009-11-19 22:34:03
|
On Thu, Nov 19, 2009 at 15:05, Brian Carrier <ca...@sl...> wrote: > then I can make it happen. For example, what needs to happen for the script > to find Perl.exe? Does the user have to edit the first line of the file to > point to their installation? Do they need to run it as "perl mactime"? Generally speaking, yes - it's up to the Perl distribution to insert itself into %PATH%, and they typically do a good job of that. The ubiquitous "#!" from UNIX is relatively meaningless in that world, IIRC, so unless the user has also associated .pl scripts with perl.exe (another thing I've seen done), you'll have to invoke Perl first. |