Skip to content

Commit

Permalink
Update MFTECmd_$MFT_ProcessMFTSlack.mkape
Browse files Browse the repository at this point in the history
Fix the errant switch to `--rs`. Finally, this Module should be functional now!
  • Loading branch information
AndrewRathbun authored Jun 23, 2024
1 parent 5a69ca4 commit 17a70e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/EZTools/MFTECmd/MFTECmd_$MFT_ProcessMFTSlack.mkape
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ FileMask: $MFT
Processors:
-
Executable: MFTECmd.exe
CommandLine: -f %sourceFile% --csv %destinationDirectory% -NEWSWITCH
CommandLine: -f %sourceFile% --csv %destinationDirectory% --rs
ExportFormat: csv
ExportFile: MFTFileSlack.txt
-
Executable: MFTECmd.exe
CommandLine: -f %sourceFile% --json %destinationDirectory% -NEWSWITCH
CommandLine: -f %sourceFile% --json %destinationDirectory% --rs
ExportFormat: json
ExportFile: MFTFileSlack.txt

Expand Down

0 comments on commit 17a70e6

Please sign in to comment.