Forum - File & Image Uploader

English (Global) => General Discussion => Topic started by: guest420 on 06-06-2011, 04:05:23

Title: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: guest420 on 06-06-2011, 04:05:23
I use the program very simply in cmd :

C:/FileUploader.exe "%1"

Up until now it would launch ZooM if not already running and upload the file specified by %1.
Now it only works when ZooM was not running already.

For example if you create a batch file with these lines,

"C:/Fileuploader.exe" "C:/test.rar"
"C:/FileUploader.exe" "C:/test2.rar"

only test.rar will be uploaded if ZooM was not running in the first place...
neither will upload if ZooM was already open and running :(

The only way it works is if you close ZooM after every file uploadeed....and thats just silly.

Any ideas? Fixes?
Title: Re: Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 20-06-2011, 11:10:38
will be fixed ;)
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 11-09-2011, 00:02:57
I have this Problem too!

I use the Version 6.0.7
I think the Problem are fixed?
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 11-09-2011, 17:48:51
this should work
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 12-09-2011, 06:14:30
It don´t work !!

really !!!

Das Fenster zum hinzufügen der Files öffnet sich, aber es werden keine Dateien dem Hauptfenster hinzugefügt und dann hochgeladen.
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 12-09-2011, 16:59:40
The Window where i add the files opened, but if i accept, no files will be uploaded.
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 12-09-2011, 17:04:46
I will check that
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 12-09-2011, 17:51:52
OK thx You are the Best!!!
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 13-09-2011, 13:36:46
it works fine
- dialog for files opens
- it starts uploading
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 14-09-2011, 06:28:48
But not if the Program are running before you are using this command:
E:\Fileuploader.exe %Datei%.part1.rar %Datei%.part2.rar

%Datei% is my variable

Here are my screenshots:
(http://picload.org/thumbnail/igwplp/1.jpg) (http://picload.org/view/igwplp/1.jpg.html)
In this screen i put the file(s) with a batch file to the FileUploader.
After i klick the green Button "häckchen"
(http://picload.org/thumbnail/igwpcg/2.jpg) (http://picload.org/view/igwpcg/2.jpg.html)
And now you see, nothing in the area to upload!!
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 14-09-2011, 09:24:22
but you have to add FULL PATH
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 14-09-2011, 18:10:52
yes you see it over your poste !!

How i should do it ?
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: z_o_o_m on 14-09-2011, 18:17:55
FileUploader.exe "C:\file.rar" ...
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: DrSniper on 21-09-2011, 17:29:46
I know how i have to do this.

The first files who start the FileUploader are working.
But the next files do nothing if the program are running.
Title: Re: [OK] Adding Files Via Command Prompt Broken (6.0.0)
Post by: dzid_ on 09-12-2011, 04:03:43
The first files who start the FileUploader are working.
But the next files do nothing if the program are running.
This doesn't happen to me. Even if FileUploader is already running files are added and uploaded.

What I would like to see, though, is more command line options, like: upload, queue, upload without confirmation dialog, upload with specified profile. That would be really nice.