Creo 7.0.12.0 Distributed Batch - Running Mapkey - Drawing Backup
Hello, I am wondering if there is a method to use Distributed Batch to backup drawing files (and all associated assembly + part files) to a directory ?
I attempted this using the mapkey.ttd and then including my config.pro containing a mapkey that recorded: Save a backup (while in a drawing file) > OK > Yes to the two prompts that appeared.
The error I receive in the log is [-4] Error: Incomplete input data. The manual information suggests that this is due to required dependents not being retrieved, but I haven't been able to find a remedy for this (if any).
The mapkey sequence itself is as shown, as runs as expected in Creo Parametric.
mapkey bk @MAPKEY_NAMESave backup to working directory without prompt. For \
mapkey(continued) use with distributed batch;@MAPKEY_LABELInstant save backup;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdModelBackup` ;\
mapkey(continued) ~ Activate `file_saveas` `Current Dir`;~ Activate `file_saveas` `OK`;\
mapkey(continued) ~ Activate `0_std_confirm` `OK`;\
mapkey(continued) ~ Activate `storage_conflicts` `OK_PushButton`;

