Update run.ps1

pull/301/head
C1PH3R 2018-01-24 21:04:57 +01:00 committed by GitHub
parent a32f333c4a
commit be875de57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@ if(!(Test-Path -Path $TARGETDIR )){
New-Item -ItemType directory -Path $TARGETDIR
}
#See if a USB_PWNR folder exist in loot folder. If not create one
#See if a info folder exist in loot folder. If not create one
$TARGETDIR = $backupDrive + "\loot\info"
if(!(Test-Path -Path $TARGETDIR )){
New-Item -ItemType directory -Path $TARGETDIR
}
#See if a info folder exist in loot folder. If not create one
#See if a USB_PWNR folder exist in loot folder. If not create one
$TARGETDIR = $backupDrive + "\loot\USB_PWNR"
if(!(Test-Path -Path $TARGETDIR )){
New-Item -ItemType directory -Path $TARGETDIR