I am an artist, and batch is my medium

Put this baby in a batch file and use it to open files regardless of what subdirectory they are in:

for /F "usebackq delims==" %%i IN (`dir /s /b %1`) DO start notepad %%i

2 Comments

Except...if you accidentally type " *.*" it will open EVERYTHING. Lame. And it uses Notepad. C'mon, Jake.

Yeah, and if you drive a car into a wall, it totally breaks! WEAK!

Random Photo