Translations - OPALE - 10.0 - Migration

Process de migration/66/en

De MappingDoc
Révision datée du 21 mai 2019 à 13:25 par Alestoquoi (discussion | contributions) (Page créée avec « To do so, you will need to: #For each project, identify the input file (XML and SPOOL) and generation language (PCL, ZPL, etc.) and store them in folders per generation la... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

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")

Note: The paths must be changed according to context.