Bonjour à tous,


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
------------------------   a33.cmd   ----------------------
set _mypth=
::
for %%a in (%1,%2,%3,%4,%5,%6,%7,%8,%9) do call :sub %%a
@echo "%_mypth:\=/%" 
set _mypth=
goto :end
::
:sub
set _mypth=%_mypth%%1
goto :eof
:end
a33.cmd C:\Program Files (x86)\Expert Guide for Windows

Expert was unattended
J'obtiens Expert était inattendu.

JPD