Search found 3 matches
- 16 May 2016 08:01
- Forum: DOS Batch Forum
- Topic: New technic: set /p can read multiple lines from a file
- Replies: 37
- Views: 70753
Re: New technic: set /p can read multiple lines from a file
aGerman, Thank you, that did exactly what I wanted it to do. I don't understand it, but will be studying it! I am planning to run this batch file with elevated rights for any user that feels their machine may be compromised by malware or whatever. This is one of the most common locations that Malwar...
- 13 May 2016 12:16
- Forum: DOS Batch Forum
- Topic: New technic: set /p can read multiple lines from a file
- Replies: 37
- Views: 70753
Re: New technic: set /p can read multiple lines from a file
Understood Sqashman & thanks for the input Antonio. The goal is to delete the content each of the users' temporary files found in : C:\users\%USERNAME%\APPDATA\Local\Temp Then I would also delete the contents of C:\Windows\Temp. I am open to which ever way I can accomplish that, but was confusin...
- 12 May 2016 14:59
- Forum: DOS Batch Forum
- Topic: New technic: set /p can read multiple lines from a file
- Replies: 37
- Views: 70753
Re: New technic: set /p can read multiple lines from a file
So, after reading this entire thread, I'm more confused. I am trying to create a batch file to run under Windows 7 x64 to clean up a drive by deleting contents from the following folders. C:\users\%USERNAME%\APPDATA\Local\Temp\*.* C:\Windows\Temp\*.*[/list][/list] I am hung up on reading the C:\Temp...