I was wondering if there is a programmable way to unpack an aimmspack file, e.g., MyAimmsProject.aimmspack, without launching Aimms? Looking for something like
AimmsCmd.exe /Unpack "MyProject.aimmspack" -o "Path\To\Unpacked\Project"
I was wondering if there is a programmable way to unpack an aimmspack file, e.g., MyAimmsProject.aimmspack, without launching Aimms? Looking for something like
AimmsCmd.exe /Unpack "MyProject.aimmspack" -o "Path\To\Unpacked\Project"
Best answer by delta2295
You're welcome. The following works perfectly anyway.
if exist %DestDir% rmdir %DestDir%
mkdir%DestDir%
aimms.exe --unpack-folder %DestDir% --as-server --run-only u::prExitAimms MyProject.aimmspackwhere prExitAimms is a procedure with a single line
ExitAimms();I thought to collaborate with you to debug AimmsCmd.exe. Feel free to let me know if you want me to test something.
Already have an account? Login
Please use your business or academic e-mail address to register
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Didn't find what you were looking for? Try searching on our documentation pages: