excellent..
you got the batch file working to split up the digits? then you're there..
in config, select .exe changer, and type *.bat in the browse box to see .bats and select your batch file..
it'll append a {channel} to params automatically if you don't enter anything, so you can just hit ok after selecting batch file..
as long as your batch file accepts %1 as channel# then you're good to go..try it out..
[gbpvr will execute "yourbatfile.bat ####"] which should execute uutx -fDish1.dat # for each digit... ####=channel number
let me know if the batch file gives you any problems..
here's what i'd use.

in config, select .exe changer, and type *.bat in the browse box to see .bats and select your batch file..
it'll append a {channel} to params automatically if you don't enter anything, so you can just hit ok after selecting batch file..
as long as your batch file accepts %1 as channel# then you're good to go..try it out..

[gbpvr will execute "yourbatfile.bat ####"] which should execute uutx -fDish1.dat # for each digit... ####=channel number
let me know if the batch file gives you any problems..
here's what i'd use.
Quote:rem Remote# is %2with this batch, use "{channel} Dish1.dat" for params in config.exe for Dish1.dat file codes. all files in same dir..
set input=%1
if not "%input:~0,1%" == "" @uutx.exe -f%~dp0%2 %input:~0,1%]
if not "%input:~1,1%" == "" @uutx.exe -f%~dp0%2 %input:~1,1%]
if not "%input:~2,1%" == "" @uutx.exe -f%~dp0%2 %input:~2,1%]
if not "%input:~3,1%" == "" @uutx.exe -f%~dp0%2 %input:~3,1%]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie