Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Update to the script
  • Loading branch information
QXJ6YW4 committed Jul 11, 2022
1 parent 90ecad2 commit 9571129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions D-Acquisition.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setlocal EnableDelayedExpansion
::Created by Encode -> QXJ6YW4gRWxjaGlkYW5h
::Special thanks Mihir Kabani and Yasuki Kouno
::Acquisition using FTK_Imager_CLI_V3.1.1 (Aug 20 2012)
::Version 4.2
::Version 4.3
@echo off
cls
net session >nul 2>&1
Expand Down Expand Up @@ -48,7 +48,7 @@ rem code add:Checking if the folder already exists.
set winpmem=winpmem_mini_x64_rc2
title D-Acquisition.bat %1 64-bit
) else (
set winpmem=winpmem_mini_x86.exe
set winpmem=winpmem_mini_x86
title D-Acquisition.bat %1 32-bit
)
::Memory acquisition
Expand Down Expand Up @@ -182,7 +182,7 @@ rem Refactoring
echo Enter "a" to perform verification post imaging or "b" to only perform imaging without verification
set /p Verify=


:: Verification begins
rem Refactoring
if %Verify%==a (
set v=--verify
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### SimpleImager
### SimpleImager V4.3
This script has been created to ease out the process of Acquisition
Points to be considered before running the script:
```
Expand Down

0 comments on commit 9571129

Please sign in to comment.