
Also there seems to be a lot of white space around the generated jpg or bmp.
[more ...]
b) But there's an additional issue: How could I use commandline parameters combined with a compiled Macro Scheduler script ?
I've tried to accomplish this: ...\Screenshot.exe /X1=10 /X2=10 /Y1=200 /Y2=300
to feed this executable, but i'm stuck ...
My workaround:
Another option would be to set the parameters as key values in an INI file, but TBH - an executable not able to work with params, that sucks ...Day>DD
Month>MM
Year>YYYY
Hour>hh
Min>mm
Sec>ss
GetClipboard>coords
Separate>coords,;,param
If>param_count4,Error
ScreenCapture>%param_1%,%param_2%,%param_3%,%param_4%,%DD%%MM%%YYYY%%hh%%mm%%ss%.bmp
Exit
Label>Error
MessageModal>Bah, not able to set the correct number of parameters. Go back to mum!
Exit

Back to a)