Yes, as of version 1.25 you can now launch the MDE Source Code protector from the command line passing two arguments for the input MDE and output MDE file paths. In doing so the application will launch and process the file without interaction from the user (as long as no problems occur). The application will also close automatically once complete.
The simple command line arguments are displayed below:
<PathToMDEProtector>\MDEProtector.exe "PathToInputMDE" "PathToOutputMDE"
Tip: The default path for the MDE Protector executable is '%programfiles%\EverythingAccess.com\MDE Source Code Protector for Microsoft Access'.
New in v1.29: Extended command line support:
<PathToMDEProtector>\MDEProtector.exe "PathToInputMDE" "PathToOutputMDE" /rvX /rcX /rtX /reX
Where X is a number 0 - 2:
0 = Private Only
1 = Private and Public
2 = None
/rv is the equivalent of the 'remove module variables' option inside of the application.
/rc is the equivalent of the 'remove module constants' option inside of the application.
/rt is the equivalent of the 'remove module types' option inside of the application.
/re is the equivalent of the 'remove module enums' option inside of the application.