roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
I often have the need to run a stack of txt-based files (random extensions like .txt, .csv, etc) through a search program. That program is a total kludge in that it takes longer to go through the mechanincs of selecting/searching the next file than it does to actually search it. A much faster way would be to merge all the files into a single file. There ways to do this via DOS batch commands, but all that I've found require someone with skill to open and edit the file (to change the file extension) and then run it. The person I'm giving this to won't have that skill.
The ideal solution is to put a shortcut on the desktop and drop all the files (or the containing folder) onto that shortcut and have it recursively merge them
Any ideas here or anyone know a similar board where I can go to ask this?
The ideal solution is to put a shortcut on the desktop and drop all the files (or the containing folder) onto that shortcut and have it recursively merge them
Any ideas here or anyone know a similar board where I can go to ask this?