J
Jean Pierre Daviau
Hi ,
I attempt to get a path from sendto and transform it in a url way. I want
call not to work with empty % variables
C:/ee$ert/\\ //wert\$4 56.tst = %1 %2 %3
-------------------------- start -----
:sub
SET _mypth=%_mypth% %i
::
FOR %%a IN (%1, %2, %3, %4, %5, %6, %7, %8, %9) DO IF EXIST %%a call :SUB
%%a
::
@echo "%_mypth:\=/%" | clip
------------------------ end --------------------
Thanks
Jean Pierre Daviau
I attempt to get a path from sendto and transform it in a url way. I want
call not to work with empty % variables
C:/ee$ert/\\ //wert\$4 56.tst = %1 %2 %3
-------------------------- start -----
:sub
SET _mypth=%_mypth% %i
::
FOR %%a IN (%1, %2, %3, %4, %5, %6, %7, %8, %9) DO IF EXIST %%a call :SUB
%%a
::
@echo "%_mypth:\=/%" | clip
------------------------ end --------------------
Thanks
Jean Pierre Daviau