uTasker load uTaskerConvert from .bat file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

uTasker load uTaskerConvert from .bat file

430 Views
danielecortella
Contributor V

Hello,

 

i'm trying to load the uTaskerConvert from an external tool of kds. I have set this like visible

 

153285_153285.pngpastedImage_0.png

 

where the file .bat contain the command:

set arg1=%1

set arg2=%2

start cmd.exe uTaskerConvert %arg1% %arg2% -b

 

in the kds console i can see this:

D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug>set arg1="D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug\UpSens3.0.bin"

 

D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug>set arg2="D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug\update.bin"

 

D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug>start cmd.exe uTaskerConvert "D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug\UpSens3.0.bin" "D:\Optoi\BackupPC\P13.007 QualityLife\EDA\UpSens3.0\UpSens Bootloader\Debug\update.bin" -b

 

the problem is that the fileupdate.bin not contain anything. Where i wrong?

 

Thanks

Labels (1)
0 Kudos
0 Replies