Re: [sleuthkit-users] FLS on Windows Errors
Brought to you by:
carrier
From: Joseph R. M. <jr....@gm...> - 2010-04-22 13:53:41
|
Brian & Theodore - Thanks for the ideas. For more detail, here are the statements to declare the variables: SET LOGDIR="..\Logs" SET TOOLDIR=%~d0%~p0Tools I have tried these lines in the batch file and had the same result: fls –m C: –r \\.\C: fls –m C: –r 7-ntfs-undel.dd I have also tried specifying an image file but that hasn't worked either (same error). Perhaps it is good to note that I am using a .cmd file and not a .bat file, although I have tried both with the same result. I have UAC enabled but I am running the command-prompt as an administrator before executing the script, and FLS works by itself (most of the time) without the script involved. Does anyone have any ideas regarding this? Brian, if there is anything you'd like me to test please let me know. |