Some good old DOS/Windows 98..XP command line tools:
|
SDir |
- Lists selectable files and directories in a variable wide format,
optionally including files in subdirectories.
- Can list files that do (not) exist in another directory (tree).
- Can list files that are younger or older than a same named file in another directory.
|
SCpy |
- Copies files, optionally including subdirectories.
- Uses the same command line like SDir. So you first can test with SDir,
which files you're going to copy with SCpy
|
SDel |
- Deletes files.
- Uses the same command line like SDir.
|
SCmp |
- Compares files.
- Uses the same command line like SDir.
|
SStr |
- Finds text in files.
- Uses the same command line like SDir.
|
SExe |
- Executes a command with each selected file.
- Uses the same command line like SDir.
|