Translations - OPALE - 10.0 - Migration

Process de migration/85/en

De MappingDoc
Révision datée du 21 mai 2019 à 14:12 par Alestoquoi (discussion | contributions) (Page créée avec « Note: You can script the generation process of projects by following the steps described below. To do so, you will need to: #For each project, identify the input file (XML... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Note: You can script the generation process of projects by following the steps described below. To do so, you will need to:

  1. For each project, identify the input file (XML and SPOOL) and generation language (PCL, ZPL, etc.) and store them in folders per generation language AND input file type
  2. Run the script below to generate all files automatically:

for %%X in ("C:\MAPPING\M-Processing Server\Import\docpc\*.mpp") do ("C:\MAPPING\M-Designer\M-Designer.exe" "-Generate" "-ProjectFile:%%X" "-Hide")