
Using Shell() to decode UUE and MIME files
Can someone recommend a prg that I can call from VB4-5 to decode UUE and
MIME files?
Something simple like:
Quote:
> call shell("c:\dos\ThePrg c:\MyInDir\InFileName.uue c:\MyDir\OutDir\")
I assume a ton of old DOS decoders would work, but here's the catch...
I need something that will:
1) Run under Windows95/NT.
2) Handle long file names.
3) NOT open a window or use a graphical user interface.
Where can I find such a program? (Or is there a better way?)
Thanks.
Bill B.