2005-10-31, 08:15 PM
OK, I now got myself a crude looking bat file but it works!
I'll also try he "double digit" entry mentioned at the USB-UIRT forum later on.
Code:
IF %1==1 (
uutx.exe -fx0.txt 0
uutx.exe -f0x.txt 1
) ELSE IF %1==2 (
uutx.exe -fx0.txt 0
uutx.exe -f0x.txt 2
)...