7za

captnk

Registered User.
Local time
Today, 13:58
Joined
Dec 12, 2001
Messages
148
I use the command line version of 7za (7za.exe),to extract some data via macros into Msaccess.
Currently in Windows 7 32bit I have 7za.exe in the windows system32 folder so that it is simply called in the macro by just using "7za.exe e...etc"
Im about to move to the 64 bit version.(Windows 7 pro version)
Where would I put 7za.exe (being a 32 bit prog) so it can still be called universally by the same macro command.
Tks
CaptnK
 
I use the command line version of 7za (7za.exe),to extract some data via macros into Msaccess.
Currently in Windows 7 32bit I have 7za.exe in the windows system32 folder so that it is simply called in the macro by just using "7za.exe e...etc"
Im about to move to the 64 bit version.(Windows 7 pro version)
Where would I put 7za.exe (being a 32 bit prog) so it can still be called universally by the same macro command.
Tks
CaptnK

I normally place all the extra files in the same folder as the front end database. This way it is easy to get the folder path.
 

Users who are viewing this thread

Back
Top Bottom