PDA

View Full Version : Debabelizer


camperjohn64
12-6-04, 07:38 PM
I am running a script on Debabelizer from a batch file. Does anyone know how to get Debabelizer to run a script from the command line....then close itself?

I can get it to load the script, but I have to manually click on the 'run' icon. Then when it is done, I have to close it manually. I realy want to figure out how to get it to run the script and close when it is finished.

Can I run it in "hidden mode" or something so it knows to close and return to the batch file?

JM

Croc Hunter
12-7-04, 11:44 PM
Another way to run the script. Drag the action arrow of the script window into the batch list. All of your files will be converted and saved in the directory you specified.

If you need the script to close files. Record, Right click in the script window, and choose Insert Command> File> Close. Double click on the parameters and choose save then close. Click ok.

camperjohn64
12-8-04, 12:42 AM
No no, the issue is not having to close the individual images, but to close the Debabilizer application itself.

I have a batch file that runs on a seperate machine. Every 3 hours, it runs automatically collecting screenshots of websites. But after grabbing the screenshots, it launches Debabilizer to scale them down to thumbnails.

But: I can't figure out how to get Debablizer to automatically run the script (without me pressing the run button), and I can't figure out how to get Debab to close itself after converting (so the next batch capture starts fresh).

Here is the line in the batch file I am using:

cd "C:\Program Files\Equilibrium\DeBabelizer Pro\"
"DeBabelizerPro.exe" "d:\thumbs\scripts\rescale.dbs"

(The rescale.dbs simply rescales the images)

Does anyone know of any parameters I can tell Debab to automatically start the script after loading it, and to close itself after completing the job?

JM