Search found 4 matches

by venom
10 Feb 2009 11:03
Forum: DOS Batch Forum
Topic: Create html From A Directory Of Images
Replies: 7
Views: 9359

The script is finished. It works perfectly. It makes galleries based on the image set name. Had to hack a bunch of scripts to get it going. So to anyone that wants it, here it is. You'll need a couple of tools first. GNU sed google.com/ncr "replace.vbs" - should be the first result. Fundoc...
by venom
05 Feb 2009 11:08
Forum: DOS Batch Forum
Topic: using .bat to search the folder and compres files into zip.
Replies: 11
Views: 13636

here are a couple methods i use winrar START /belownormal /wait /min /D"C:\Program Files\WinRAR" winrar a -ep -afzip "C:\path\to\output_file.zip" "C:\path\to\the\directory\you\want\to\zip" 7-zip START /belownormal /wait /D"C:\Program Files\7-Zip\" 7z.exe a -tz...
by venom
05 Feb 2009 09:31
Forum: DOS Batch Forum
Topic: Create html From A Directory Of Images
Replies: 7
Views: 9359

True, to have someone do it for me , i should pay, That's not wht i want. I'm just getting into the command line and want to be pointed in thr right direction. At any rate, here is what i have so far. Was not able to figure out how to do some of the steps with native tools but here goes: :Gallery Cr...
by venom
17 Jan 2009 03:57
Forum: DOS Batch Forum
Topic: Create html From A Directory Of Images
Replies: 7
Views: 9359

Create html From A Directory Of Images

I have a directory of hundreds of pictures in 10 picture sets. I'm using this naming convention for each set of 10 pictures laid out exactly like this: ModelName-Set-Name01.jpg, ModelName-Set-Name02.jpg etc. I have html templates with the following variables for pictures and titles like this: <b>Mod...