A downloadable tool

This is a small (~1kb) batch (.bat) file. It goes through all files and sub-directories in the given directory.

The code is displayed below:

@echo off
set /p givendir=path to directory to read from (or leave blank for current directory): 
dir %givendir% /s /b > Scan_Result.txt

I use it in the "Appdata" directory on my Windows device, so I can find files/apps I don't want/need.

Published 19 days ago
StatusReleased
CategoryTool
Authorcoderill
Tagstool

Download

Download
PC_Scanner.zip 560 bytes

Install instructions

Download the .zip folder, unpack it and run the batch file.

If you have any issues, contact me so I can inprove the code!

Leave a comment

Log in with itch.io to leave a comment.