Auto Delete Jobs by Order Number
Previous Topic  Next Topic 

The Delete Jobs by Order Number can be executed from a batch or command file.  The format of the command is:


DeleteJobsByOrderNumber=OrderNumber WildCards



The following command line example executes DMS and performs the following commands:


  1. Auto logs into DMS using the user name DMS
  2. Logs into the database named DMSTestJob
  3. Runs the command DeleteJobsByOrderNumber and deletes jobs that start with PLN using the wildcard %.
  4. Auto logs out of DMS.


Note that each command must be surrounded in quotations:


"C:\Dynafact\Production\DMS\DMSEnt.exe" "UserIniFolder=C:\Dynafact\Production\DMS\User\" "AutoUserName=DMS" "DatabaseName=DMSTestJob" "DeleteJobsByOrderNumber=PLN%" "AutoLogOut"