Broken .bat files, no .ico file or Start Menu shortcut

Discussion of initiative tool.

Moderators: dorpond, Azhrei

Post Reply
crogonint
Kobold
Posts: 5
Joined: Wed Feb 06, 2019 12:13 am

Broken .bat files, no .ico file or Start Menu shortcut

Post by crogonint »

The .bat files which are currently included are non-functional. Apparently the * in the file name no longer works. I had to edit the .bat files as so to make them work:

Code: Select all

javaw -Xmx128M -jar initiativetool-1.1.b9.jar run

Code: Select all

javaw -Xmx128M -cp initiativetool-1.1.b9.jar net.rptools.inittool.GameSettingsTool
Also, there are no .ico files or entries created in the Start Menu. I used the images off of the download pages to create icons, and created shortcuts to the .bat files in the RPTools folder (which TokenTools creates) to remedy the problem.

https://pasteboard.co/HZRrgac.x-icon
https://pasteboard.co/HZRrv2C.x-icon

Post Reply

Return to “InitiativeTool”