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
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
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!