Search found 3 matches
- 2016-08-31T20:56:55-07:00
- Forum: Users
- Topic: Saving disk space
- Replies: 2
- Views: 953
Re: Saving disk space
Here is my batch file: setlocal enabledelayedexpansion ::Crear carpeta temporal para alojar archivos set pagewidht=12 set pageheight=82 set folder=%tmp%\scale_%random% md %folder% :: Copiar archivos objeto a la carpeta temporal rem set pages=0 rem for %%x in ("%*\*.jpg") do (set /a pages=!pages!+1 ...
- 2016-08-31T20:53:45-07:00
- Forum: Users
- Topic: Saving disk space
- Replies: 2
- Views: 953
Re: Saving disk space
Also for doing it faster!
- 2016-08-31T20:53:11-07:00
- Forum: Users
- Topic: Saving disk space
- Replies: 2
- Views: 953
Saving disk space
Im a bit litle confused: In fact what I need is to resize a batch of images to a fixed print height in order to cheat my chunky A4 Canon mp 250 to do the work without wasting paper or adding HUGE margins. So im writing a batch file over windows xp to set every image to its final size at its final ...