-pour qu'une opération soit prise en compte, il faut les champs: operation, rptx, cp, zep -création d'un compteur pour le tel: 1ere opé -> tel 0000000000, 2eme opé -> tel 0000000001 -préparation pour la gestion du train encadrant / dernière zep parcourrue -amélioration des messages affichés et des commentaires du source
9 lines
284 B
Batchfile
9 lines
284 B
Batchfile
@echo off
|
|
|
|
REM start powershell -command "& '.\MyPowershellScript.ps1' -MyArguments blah"
|
|
|
|
REM start powershell -command "& '.\ajt_creator2.ps1'"
|
|
|
|
powershell.exe -noprofile -executionpolicy bypass -file .\ajt_creator2.ps1
|
|
|
|
REM powershell -ExecutionPolicy Bypass -File ajt_creator2.ps1 |