Hi,
I'm trying following (example):
set SPATH=G:\My Dropbox\Dropbox
for /F %%I in ("%SPATH%\bootloader.img") do @echo bootloader.img %%~tI
and expecting:
bootloader.img 28.06.13 14:24
but I get a 'file not found' on "G:\My".
How do I use spaces within a path in this context?
Thanks
Exo
I'm trying following (example):
set SPATH=G:\My Dropbox\Dropbox
for /F %%I in ("%SPATH%\bootloader.img") do @echo bootloader.img %%~tI
and expecting:
bootloader.img 28.06.13 14:24
but I get a 'file not found' on "G:\My".
How do I use spaces within a path in this context?
Thanks
Exo