K
Kok Yong Lee
Hi there,
Is it possible to retrieve a filename from a folder one at a time?
e.g.
c:\> dir /b c:\tmp
junk1.txt
junk2.txt
junk3.txt
would like something like
c:\>mydir c:\tmp
junk1.txt
then do something with junk1.txt and delete the file and repeat the above
process again
c:\>mydir c:\tmp
junk2.txt
thanks in advanced.
Is it possible to retrieve a filename from a folder one at a time?
e.g.
c:\> dir /b c:\tmp
junk1.txt
junk2.txt
junk3.txt
would like something like
c:\>mydir c:\tmp
junk1.txt
then do something with junk1.txt and delete the file and repeat the above
process again
c:\>mydir c:\tmp
junk2.txt
thanks in advanced.