Group: it.comp.appl.access · Group Profile · Search for Fine1 in it.comp.appl.access
Author: FaVa
Date: Jan 23, 2008 07:38
Il giorno Sun, 04 Mar 2007 07:49:41 GMT, Todd Vargo, in [alt.msdos.batch], oso' esternare: Appears you found a bug in LFNFOR command. Here is a work around... @echo off set dir1=c:\5\1 lfnfor on for %%%%v in (*.*) do echo %%dir1%%\%%%%v lfnfor off Ehmmm! is incorrect! Whith your metode I have the list of current directory, prefixed whith the wrong path and not the list of
|