batch file - .bat on WinCE not working, on windows 7 does -


it tricky figure out why executing following code

set "data_dir=rilevamenti prova" set "data_hd=hard disk"     set "data=%data_hd%\%data_dir%"  echo source path is: %data% 

on windows 7 get:

source path is: hard disk\rilevamenti prova

on wince 4 get:

source path is: %data%

i tried several times in several ways no way, cannot correctly working on wince. can help?

cheers alessandro

actually wince works correctly. command should set varname=some value, no quotes needed


Comments