ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Drag&Drop Robot

D&D Robot update causes issues running old items

(1/1)

springro:
Hi,

I'm having an issue after upgrading where the program will no longer process batch files.   

Command:
C:\RunRobot\fixes_drapdroprobot.bat "%A"

Batch file just has this:
cd "%1"
cscript "C:\RunRobot\fixes.vbs

Error message:
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Execution complete.

Odd that it's reporting this when there isn't any Program files reference it seems. 

Help!

Thanks,
Rob

mouser:
Good find -- seems i didn't test a new piece of code i added to support language scripts (like .pl perl scripts, etc.)
Try updating or re-downloading, should be fixed now.

For those who care, the new version will create a temporary batch file and run that for you if you specify a script file on the commandline.  The bug was being caused because of a combination of the program mistakenly thinking it should make a batch file combined with it not remembering to use the short version of the filename, needed when i shell the batch file.  Should be all fixed now.

Navigation

[0] Message Index

Go to full version