O
omega
That is, to prepare a list of of filenames for process, how to
It's occurred to me that I could approach this GUI. I could have two
copies of the filenames. SR one from exe to cab. Then use either a CSV
editor like CSVed, else a regular editor that has columns support, and
merge the two lists. Then make the third step putting the exe2cab command
as the first column.
Just, mousing it around with all those steps, it'd not be nearly so kool
as to see a hip single-line text processing script...
get from here:
exe2cab -q axdist.exe
exe2cab -q mdac_typ.exe
To here:
exe2cab -q axdist.exe axdist.cab
exe2cab -q mdac_typ.exe mdac_typ.cab
Strikes me that this might require something along the lines of advanced
SED skills? Now, if only...I could cheat here...and someone could hand-feed
a nice script command to do that text processing ...
It's occurred to me that I could approach this GUI. I could have two
copies of the filenames. SR one from exe to cab. Then use either a CSV
editor like CSVed, else a regular editor that has columns support, and
merge the two lists. Then make the third step putting the exe2cab command
as the first column.
Just, mousing it around with all those steps, it'd not be nearly so kool
as to see a hip single-line text processing script...