Hi, all!
I just tried amulecmd.exe under WinXP and observed the following:
It is working as it should, but it's output on console seems to be buffered, so that there isn't any real dialog possible.
Example with command on the command line$ src/amulecmd.exe --host=xxxxxxxx --password=yyyyyyyy --verbose --command="status"
This is amulecmd CVS Sat Jan 14 07:02:12 CET 2006
Creating client...
Succeeded! Connection established to aMule CVS
---------------------------------------
| aMule text client |
---------------------------------------
Use 'Help' for command list
> ED2K: Connected to DonkeyServer No1 [62.241.53.2:4242] with HighID
> Kad: Connected (ok)
> Download: 0 bytes/sec
> Upload: 10,99 kB/s
> Clients in queue: 1334
> Total sources: 14
Ok, exiting aMulecmd...
Example, where I tried to enter commands in dialog mode$ src/amulecmd.exe --host=xxxxxxxxx --password=yyyyyyyyy --verbose
status
quit
This is amulecmd CVS Sat Jan 14 07:02:12 CET 2006
Creating client...
Succeeded! Connection established to aMule CVS
---------------------------------------
| aMule text client |
---------------------------------------
Use 'Help' for command list
aMulecmd$ Syntax error!
Type 'help' to get more help.
aMulecmd$ Syntax error!
Type 'help' to get more help.
aMulecmd$ Syntax error!
Type 'help' to get more help.
aMulecmd$ > ED2K: Connected to DonkeyServer No1 [62.241.53.2:4242] with HighID
> Kad: Connected (ok)
> Download: 0 bytes/sec
> Upload: 11,04 kB/s
> Clients in queue: 1193
> Total sources: 1
aMulecmd$
Ok, exiting aMulecmd...