eigengrau / tts-backup

Backup Tabletop Simulator saves and assets into comprehensive Zip files.
GNU General Public License v3.0
110 stars 21 forks source link

Unable to get Windows binary CLI to function #3

Closed johnlondon125 closed 8 years ago

johnlondon125 commented 8 years ago

I must be doing something wrong, but running something like:

tts-prefetch.exe -n FILENAME 17852265.json

Doesn't do anything.

I've tried several variations, including specifying the gamedata path, etc. I don't get any errors, it just seems to do nothing. The only way I can get an error is by attempting to run tts-prefetch.exe without any arguments.

What am I doing wrong? The GUI works fine.

eigengrau commented 8 years ago

Since you closed this issue: were you able to resolve it? If not, can you supply the exact command-line run and how you were running it – Windows version, shell (cmd.exe, powershell, …)?

johnlondon125 commented 8 years ago

Hi there! I ended up installing Active python, running the setup.py, and that gave me the tts-prefetch.exe in my Python34 folder, at which point it worked as expected.

I'm using Win 10 64-bit and was using cmd.exe to try and run the command.

Thank you for making this tool!