can i make .bat that sorts files in to folders ??? - 1.jpg + 2.jpg to folder1 ext.

Chitchat about x² / 2X products

Moderators: fgagnon, nikos, Site Mods

Post Reply
HUZAR
New Member
Posts: 1
Joined: 2002 Sep 08, 03:03

Post by HUZAR »

??? i have folder of "1.jpg" - "1000.jpg" i want to make "folder1" and move files "1.jpg" and "2.jpg" to "folder1" then "3.jpg" and "4.jpg" to new "folder2" 5+6 to folder3 etc. so I have 500 folders, each with 2 files inside. also is it possible to join 2 .jpg files together so it's one "long" .jpg??? right now i'm moving them by hand ;( then joining them using actions in Photoshop

thanx HUZAR
:withstupid:
User avatar
nikos
Site Admin
Site Admin
Posts: 15894
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

batch files could only help if you wanted to do the same actions on all files. What you are after could only be achieved by a "program". If you are familiar with VBScript and windows scripting host you can do this quickly

as for joining JPGs, you can't just collate them one after the other, as e.g. you could do with plain text files. JPGs have header information that needs to be updated. Although there could be a command line tool to make your life easier, I wouldn't know about it, sorry
Post Reply