Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - John Hollemans

Pages: [1]
1
Utilities / Re: Find missing files
« on: April 21, 2021, 05:09:43 am »
_____
Hello

The easiest wat yo find your files is to use a "standard" DIR command like this:
"DIR C:\1000*.PDF /S"

You may use the "*" to generalise the search more if you like.  This command is found in the HELP pages fir the DIR command.  I fins that it is extremely fast.  If the list is of found files is very long, just use the "less" command like this:
"DIR C:\1000*.PDF /S | less"

Regards / John

Pages: [1]