Unlocker
Posted: 13 May 2020 11:42
I would like to get Unlocker working.
My preference would be to get Unlocker to delete files from a list of files that are written to a file.
I can't seem to get Unlocker working from a batch file no matter what command line parameters I give it.
In these examples none of them work when I start the bat file with Run As Administrator.
What I have in the txt file "UnlockerListofFiles.txt"
Thanks,
My preference would be to get Unlocker to delete files from a list of files that are written to a file.
I can't seem to get Unlocker working from a batch file no matter what command line parameters I give it.
In these examples none of them work when I start the bat file with Run As Administrator.
Code: Select all
@Echo Off
C:\Programs\Unlocker\Unlocker.exe "C:\Dnload\9xAddons\UnlockerListofFiles.txt" /O /L /D
C:\Programs\Unlocker\Unlocker.exe "C:\$WINDOWS.~BT\Sources\SetupPlatform.ini" /D
cd\Programs\Unlocker
Unlocker.exe "C:\$WINDOWS.~BT\Sources\SetupPlatform.ini" /O /L /D
if not exist "C:\$WINDOWS.~BT\Sources\Panther\." (
Echo "C:\$WINDOWS.~BT\Sources\Panther" Was Deleted
)
C:\Programs\Notepad++\notepad++.exe C:\Programs\Unlocker\Unlocker-Log.txt
cmd/k
Code: Select all
C:\$WINDOWS.~BT\Sources\example.au3
C:\$WINDOWS.~BT\Sources\Panther
C:\$WINDOWS.~BT\Sources\ProcessEx.au3
C:\$WINDOWS.~BT\Sources\SetupPlatform.ini