Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to create a log showings specific files  (Read 1990 times)

0 Members and 1 Guest are viewing this topic.

fbm2themex

  • Guest
how to create a log showings specific files
« on: August 14, 2007, 07:59:35 PM »
i have a main folder, within it, 6 folders inside it...each containing somtihng(pics)...i want to retrieve only jpg files...just the names...
i have this code:
dir /a:-d/b/s file1\*.jpg > ff.txt <---but it displays "C:\file1\001\RINGWOOD0000751.jpg"...i just want only the file name "RINGWOOD0000751.jpg".....is it posible??

i try this method. same thing
dir file1\*.jpg > tif.txt /b/s