Search found 6 matches

by ambreswe
Thu Oct 02, 2014 9:17 am
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

Re: 7zip unpack script fails

I've "moved" this over to Sourceforge and the Transmission QT forum, thanks.
by ambreswe
Thu Oct 02, 2014 5:36 am
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

Re: 7zip unpack script fails

Also tried that, that's another issue, you can't invoke dir like that anymore sadly, it's an internal command in cmd.exe and you need to invoke it some other way, haven't figured that out.
Tried with and without "", in both "set" and on that 7z command.
Also this this now:
D:\7z.exe e -y "%TR ...
by ambreswe
Wed Oct 01, 2014 9:36 pm
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

Re: 7zip unpack script fails

No, same problem.
If I echo all variables, they turn out fine, but when I run that 7z.exe, it just goes to shit.
Thanks for trying, but I think this IS a Transmission issue. Maybe it executes some super basic shell that can't actually do much. I dunno.
by ambreswe
Wed Oct 01, 2014 9:29 pm
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

Re: 7zip unpack script fails

Tried all that except actually putting "" in the variable, will try that, cheers.
I tried with D:\7z.exe e -y -o"%dir%"\ "%dir%"\*.rar before and that did nothing.

The dir does not have spaces tho.

This script works fine "standalone" and from uT, that's why I figured Transmission did something ...
by ambreswe
Tue Sep 30, 2014 7:14 pm
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

Re: 7zip unpack script fails

Just tested with a script I run manually which also passes the directory to a variable and it works fine.
It seems to only fail when run from Transmission.
by ambreswe
Tue Sep 30, 2014 4:12 pm
Forum: Support
Topic: 7zip unpack script fails
Replies: 7
Views: 10748

7zip unpack script fails

Hi there!

I have this nifty script, which I've used with uT for a while, thought I'd try Transmission QT.
However, the script fails, can't find any files...
If I run the same commands manually, it's fine.
If I echo the variables, it's fine.

Any ideas?
Running it under Win8.1 with the latest ...