Search found 2 matches

by arilotter
26 Aug 2010 21:35
Forum: DOS Batch Forum
Topic: Copying?
Replies: 4
Views: 5990

Re: Copying?

Wow! Thank you so much! So will this create a folder in the same directory as the pngs?
by arilotter
26 Aug 2010 18:27
Forum: DOS Batch Forum
Topic: Copying?
Replies: 4
Views: 5990

Copying?

I have a folder full of .png files, and i was wondering how i would go about creating a code such as this pseudocode: :start find first png create directory (pngname) move png to directory rename png in directory to icon.png if number of pngs > 0 goto start else exit Sorry if this is the wrong type ...