aMule Forum
English => aMule Help => Topic started by: Nil Einne on November 06, 2008, 12:26:33 PM
-
Hi,
Is it possible to resume all downloads with amulecmd in one go (i.e. without specifying the hash of each file)? According to the changelog, it was added in 2.0.0RC7 but I can't seem to work out how to do it, and the docs don't seem to say. I tried the obvious; resume all, resume *, resume (just gives an error message), resume everything, resume paused, resume files, resume Low.
-
case CMD_ID_RESUME:
{
if ( args.IsEmpty() ) {
Show(_("This command requires an argument. Valid arguments: 'all', filename, or a number.\n"));
resume all should work.