Creating work files in an alternate directory

From a Windows command line, enter:


install_dir\dtxcmdsv k:\maps\invoices.mmc -AE -T -WD=c:\tmp
Option
Description
k:\maps\invoices.mmc
This specifies the name of the map to be executed.
-AE
This produces an execution audit log using the AuditLocation settings for MapAudit compiled into the map file.
-T
This specifies that no trace information is to be produced.
-WD=c:\tmp
This creates the work files in the c:\tmp directory and deletes the work files after the map file is executed.