Using vb i am trying to extract some *.lzh
files in a "download" directory in access
I am using a freeware prog.called LHA.EXE
This extracts the above files fine...however I am having serious problems getting the syntax right .
Yep it uses a .bat file that I shell out to in VB
A bit of good dos programming needed here
What i want to do is to nominate the drive and folder where the downloaded archives are put,and extract them to the nominated drive and folder.
The command lha e,extracts the files but only from c:\download and puts them in the lha folder on c:
I need to achieve more than that
Any help appreciated
Captnk
files in a "download" directory in access
I am using a freeware prog.called LHA.EXE
This extracts the above files fine...however I am having serious problems getting the syntax right .
Yep it uses a .bat file that I shell out to in VB
A bit of good dos programming needed here

What i want to do is to nominate the drive and folder where the downloaded archives are put,and extract them to the nominated drive and folder.
The command lha e,extracts the files but only from c:\download and puts them in the lha folder on c:
I need to achieve more than that
Any help appreciated
Captnk