Live Business Chat
2013 May 23, 11:42:37 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Some accounts got accidentally deleted by anti-spam software during a spammer attack on this forum. Please re-register. If you have trouble, contact badon or tamo42 in the chat. This is a friendly non-profit discussion group about making money. You won't be able to see all forums at first. You have to register to see more forums. Click the "NOTIFY" button every chance you get to receive instant alerts about new information.
 
   Home   Help Search Calendar Login Register  
Pages: « 1 2 3 4 »  All   Go Down
  Print  
Author Topic: RSC32Gui  (Read 1191 times)
0 Members and 1 Guest are viewing this topic.
Dam1an
Planner
*

Karma: +0/-0
Offline Offline

Posts: 14

GMT+1


« Reply #10 on: 2011 Jun 24, 03:26:56 am »

RSC32Gui Revision 22

Fixed:
- "-wrk doesn't work with local ANSI" (Settings tab), now it should work, tested with ęóąśłżźćń
- Log. Separated main switches and additional ones. for example:
Code:
JOB Started with switches
-wrr65000-5% -sn5 -hr5 -ya

additional switches
-cwh120-25 -wrk"%rsc32gui_wrk%" -lo"%userprofile%\RSC32GUI\996032226" 1>>"%userprofile%\RSC32GUI\996032226\stdout" 2>>"%userprofile%\RSC32GUI\996032226\stderr"

- added those:
"Status: Success" - for -wt, -rt, -wrr, -crr, -rrr
"Status: Success, Repairing is not required" - for -rrr
"Status: Success, Recovery is possible" - for -crr
"Status: Fail, Recovery is not possible" - for -crr and -rrr
"Status: Fail, different HASH" - for -rt

Download:
see attachment






* RSC32GUI.rar (15.64 KB - downloaded 42 times.)
« Last Edit: 2011 Jun 24, 04:02:45 am by Dam1an » Logged
persicum
Moderator
Serious Business
*****

Karma: +2/-1
Offline Offline

Posts: 122


« Reply #11 on: 2011 Jun 24, 10:06:45 am »

Quote
now it should work, tested with ęóąśłżźćń
It seems really work, but please check for CAPITAL of these diacretic...

Quote
"Elaps:Total:" removed
Please add empty line before the very last "Total:" or remove it?

Quote
Status: Fail, different HASH" - for -rt
Please change to "Status: Bad, files are corrupted"

BuG:
"finding undamaged volumes" display for a while when -wrr

« Last Edit: 2011 Jun 24, 10:30:43 am by persicum » Logged
Dam1an
Planner
*

Karma: +0/-0
Offline Offline

Posts: 14

GMT+1


« Reply #12 on: 2011 Jun 24, 11:01:26 am »

Quote
It seems really work, but please check for CAPITAL of these diacretic...
Works for me, tested with folder name "ĘÓĄŚ ŁŻŹĆŃ" and "ŚŁŻĆŃĘÓĄŹ".

Quote
Please add empty line before the very last "Total:" or remove it?
And the reason is?

Quote
"finding undamaged volumes" display for a while when -wrr
Fixed

Quote
Please change to "Status: Bad, files are corrupted"
Both are bad, I think.
Maybe "Status: Fail, Hash check NOT passed"


BTW: Next revision will be "Multi instance" compatible. I'm planning to make "wait until other jobs active" option.




* cztery_rsc32gui.png (35.49 KB, 790x611 - viewed 219 times.)
Logged
Dam1an
Planner
*

Karma: +0/-0
Offline Offline

Posts: 14

GMT+1


« Reply #13 on: 2011 Jun 24, 02:47:25 pm »

Revision 28
- exception System.InvalidOperationException handled
- prevent showing "finding undamaged volumes" while -wrr
 

* RSC32GUI.rar (15.48 KB - downloaded 37 times.)
Logged
persicum
Moderator
Serious Business
*****

Karma: +2/-1
Offline Offline

Posts: 122


« Reply #14 on: 2011 Jun 24, 10:10:07 pm »

Quote
Maybe "Status: Fail, Hash check NOT passed"

OK

Quote
I'm planning to make "wait until other jobs active" option.
Is it a queue?
Logged
persicum
Moderator
Serious Business
*****

Karma: +2/-1
Offline Offline

Posts: 122


« Reply #15 on: 2011 Jun 24, 10:18:52 pm »

What about "PAUSE" button between "START" and "BREAK"?

One more wish:
What about reseting total progress bar as well as current progress bar to 0% when finished?
Logged
persicum
Moderator
Serious Business
*****

Karma: +2/-1
Offline Offline

Posts: 122


« Reply #16 on: 2011 Jun 25, 01:41:35 am »

Quote
And the reason is?
And what the reason of TWO empty lines before "THE END"? =)))

What about combining "Total:" and "THE END" into just one message and only ONE empty line before the combined line? Such as "\n Totally completed in XXXs" or what you prefer.
Logged
Dam1an
Planner
*

Karma: +0/-0
Offline Offline

Posts: 14

GMT+1


« Reply #17 on: 2011 Jun 25, 04:38:58 am »

Oh, I got it. It's for aesthetics reasons.
What about something like this:
Code:
Totally completed in 123.5 s
##################################################
####         J O B    F I N I S H E D         ####
##################################################



Pause button. It's really that important? I can try.




Quote
Quote
I'm planning to make "wait until other jobs active" option.
Is it a queue?
Yes. It will recognize other RSC32Gui instances and running jobs. Option will be called something like this (user can change the quantity of running jobs, default will be 1):
Multi-Instance control:
Suspend new job until 2 other job(s) or more are still running/active.

(Or "Maximum running/active jobs: 2")


If someone launch four RSC32Gui instances. Chose folder....., and click START button - on each of them.
It will be something like this:

After one minute:
1) RSC32GUI   3% 323 seconds remain...
2) RSC32GUI   2% 950 seconds remain...
3) RSC32GUI   Status: WAITING
4) RSC32GUI   Status: WAITING

After few minutes:
1) RSC32GUI   Status: Success
2) RSC32GUI   45% 550 seconds remain...
3) RSC32GUI   7% 250 seconds remain...
4) RSC32GUI   Status: WAITING

After dozen of minutes:
1) RSC32GUI   Status: Success
2) RSC32GUI   90% 150 seconds remain...
3) RSC32GUI   Status: Success, Repairing is not required
4) RSC32GUI   3% 523 seconds remain...
« Last Edit: 2011 Jun 25, 04:49:32 am by Dam1an » Logged
persicum
Moderator
Serious Business
*****

Karma: +2/-1
Offline Offline

Posts: 122


« Reply #18 on: 2011 Jun 25, 06:20:22 am »

OK
Logged
Dam1an
Planner
*

Karma: +0/-0
Offline Offline

Posts: 14

GMT+1


« Reply #19 on: 2011 Jun 25, 06:47:00 am »

I will use monospaced font inside Log tab, for better look.
Logged
Pages: « 1 2 3 4 »  All   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.07 seconds with 17 queries.