Search found 3 matches
- 03 Sep 2013 00:49
- Forum: DOS Batch Forum
- Topic: coding a batch file.
- Replies: 5
- Views: 4916
Re: coding a batch file.
I work in a tech lab, im a systems administrator so i want to recover my passwords on 30 computers.
- 02 Sep 2013 20:27
- Forum: DOS Batch Forum
- Topic: coding a batch file.
- Replies: 5
- Views: 4916
Re: coding a batch file.
foxidrive , i have 30 computers , I work in a tech lab so that would be impossible to write down 300 passwords and have them memorized
- 02 Sep 2013 20:14
- Forum: DOS Batch Forum
- Topic: coding a batch file.
- Replies: 5
- Views: 4916
coding a batch file.
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: @echo off cls ping 127.0.0.1 -n 1 -w 5000 > nul 7z e archive.rar mkdir %computername% mspa...