Guest User

Untitled

a guest
Mar 5th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :Decale
  2. C:
  3. call C:\Applics\Universe\UNISIG\mgr\uxsetenv.bat
  4. FOR /F %%l IN ('%UXEXE%\uxtim NOW "dd/mm/yyyy"') DO SET DATE_LANCEMENT=%%l
  5. FOR /F %%j IN ('%UXEXE%\uxtim NOW "dd/mm/yyyy,HHMM"') DO SET LANCEMENT=%%j
  6. IF NOT ["%DECALAGE%"]==[] (
  7. SET /p DATE_LANCEMENT=Entrez la date de lancement au format DD/MM/YYYY :
  8. SET /p HEURE_LANCEMENT=ENtrez l'heure de lancement au format HHMM :
  9. SET LANCEMENT=%DATE_LANCEMENT%,%HEURE_LANCEMENT%
  10. echo Lancement avant sortie de boucle : %LANCEMENT%
  11. )
  12. echo Lancement : %LANCEMENT%
  13. GOTO envset
Advertisement
Add Comment
Please, Sign In to add comment