Export Script
Make a menu entry to export current preset selection to a batch/bash script. I was wanting this because I was making a mega cleaning script that ran BleachBit, ChkDsk, and MyDefrag and beings I have WinApp2.ini there is a bunch of stuff. So anyway, here's what it should look like:
bash
#!/bin/bash
bleachbit -c {overwrite?} {presets}
batch
@echo off
cd {bleachbit-location}
bleachbit_console -c {overwrite?} {presets}
Or something similar.
- Read more about Export Script
- 1 comment
- Log in or register to post comments