Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to pass a return value from a jar file to a batch file  (Read 22696 times)

0 Members and 1 Guest are viewing this topic.

Salmon Trout

  • Guest
Re: How to pass a return value from a jar file to a batch file
« Reply #15 on: August 19, 2009, 12:00:29 PM »
just remove the delims

If the output is just (e.g.) 33 then the tokens= part needs to go as well and the variable is the same (e.g.) %%A in the FOR and in the DO parts.