To aid in this process, I wanted my computer to give me a list of where my remaining .doc files were located, so that I could choose the ones that were ripe for conversion. I had found Everything to be a very useful file finder. On a one-time basis, I could find my Word docs by just typing *.doc on the Everything search line. But now I wanted a command-line solution that would run Everything and do that search automatically.
I had not previously tried using Everything with command-line options, but now I found those options in the Everything wiki. For this purpose, I found that this command would do the trick:
Everything -filename *.docThat command worked because I had put a copy of Everything.exe (originally named Everything-1.2.1.371.exe) into C:\Windows. Now, if I wanted that command to run on a regular basis (say, once a day, or once a week), I could add it to a regularly scheduled batch file. Not that I would have to; I could also just run it from the command line as needed, or save it in a batch file that I would run by double-clicking on it (or on a shortcut to it).
No comments:
Post a Comment