AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What is the best filemanager?
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
majkinetor



Joined: 24 May 2006
Posts: 3600
Location: Belgrade

PostPosted: Mon Feb 18, 2008 9:37 am    Post subject: Reply with quote

I was testing DO 9 for a week and I removed it.
Don't know... TC 7 is still numero uno.

I am also aware of several more TC users that were much longer experimenting, including contributions on DO forum, but they all returned to TC after some time.
_________________
Back to top
View user's profile Send private message MSN Messenger
m^2



Joined: 28 Feb 2008
Posts: 40
Location: Krk, PL

PostPosted: Thu Feb 28, 2008 8:07 pm    Post subject: Reply with quote

majkinetor wrote:
I don't know about DO but TC has unlimited trial period (this info is published only by author on the forum) if you want to stick with 1|2|3 splashscreen (you can legaly automate splashscreen).

Nope. One month. After that TC doesn't lock, limit it's functionality or so, but license doesn't allow you to use it any longer w/out registration.
_________________
Waiting for Windows 8...
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3600
Location: Belgrade

PostPosted: Fri Feb 29, 2008 10:25 am    Post subject: Reply with quote

Quote:
Nope. One month. After that TC doesn't lock, limit it's functionality or so, but license doesn't allow you to use it any longer w/out registration.


Gristian Chisler, author of TC, many times said on the forum that although its not stated in documentation, you can continue to use TC after its trial period is over if you want to stick with 1|2|3 splash screen. There are several users on TC forum, some of them to be active forum members for years, that still use TC that way. If you don't beleive me, go search the TC forum or make a topic about it there.

This is the script I use to automate splash screen so you never see it. Just replace shortcut to TC with shortcut to this script and you will never see splash screen again. Its perfectly legal to do so.


NoRSI_TC_LAUNCHER.AHK
Code:
ifWinExist, Total Commander
  return

Run %COMMANDER_PATH%\Totalcmd.exe

WinWait, ahk_class TNASTYNAGSCREEN
ControlGetText, OutputVar, TPanel2, ahk_class TNASTYNAGSCREEN
WinActivate
Send, &%OutputVar%

_________________
Back to top
View user's profile Send private message MSN Messenger
m^2



Joined: 28 Feb 2008
Posts: 40
Location: Krk, PL

PostPosted: Fri Feb 29, 2008 6:55 pm    Post subject: Reply with quote

majkinetor wrote:
Quote:
Nope. One month. After that TC doesn't lock, limit it's functionality or so, but license doesn't allow you to use it any longer w/out registration.


Gristian Chisler, author of TC, many times said on the forum that although its not stated in documentation, you can continue to use TC after its trial period is over if you want to stick with 1|2|3 splash screen. There are several users on TC forum, some of them to be active forum members for years, that still use TC that way. If you don't beleive me, go search the TC forum or make a topic about it there.

This is the script I use to automate splash screen so you never see it. Just replace shortcut to TC with shortcut to this script and you will never see splash screen again. Its perfectly legal to do so.


NoRSI_TC_LAUNCHER.AHK
Code:
ifWinExist, Total Commander
  return

Run %COMMANDER_PATH%\Totalcmd.exe

WinWait, ahk_class TNASTYNAGSCREEN
ControlGetText, OutputVar, TPanel2, ahk_class TNASTYNAGSCREEN
WinActivate
Send, &%OutputVar%

He said that he doesn't mind if you use it longer when you cannot afford the license, as long as you don't use cracks or stolen keys. The license is clear - 1 month. He also said that he considers this script crack. I have no idea whether it's legal to use it during the trial period, but later - it's definitely not.
_________________
Waiting for Windows 8...
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3600
Location: Belgrade

PostPosted: Fri Feb 29, 2008 7:42 pm    Post subject: Reply with quote

Quote:
He said that he doesn't mind if you use it longer when you cannot afford the license, as long as you don't use cracks or stolen keys.

Yes, exactly what I have said.
majkinetor wrote:
Gristian Chisler, author of TC, many times said on the forum that although its not stated in documentation, you can continue to use TC after its trial period is over if you want to stick with 1|2|3 splash screen


Quote:
He also said that he considers this script crack.

Yes, and when I aksed why do you remember what did he say ? He said something in the manner "because I said so". BTW, this script is frist time mention in theory by his moderator Leftious. I just implemented his idea. And as you can't copyright navigational mechanism of the OS, you can freely use this script. This script doesn't remove this window, it just speed it up ! So this is one of those things....
What you think doesn't really matter. PPL were using "holes" in the systems legaly from the moment "systems" were invented.
_________________
Back to top
View user's profile Send private message MSN Messenger
m^2



Joined: 28 Feb 2008
Posts: 40
Location: Krk, PL

PostPosted: Fri Feb 29, 2008 7:50 pm    Post subject: Reply with quote

majkinetor wrote:
Quote:
He said that he doesn't mind if you use it longer when you cannot afford the license, as long as you don't use cracks or stolen keys.

Yes, exactly what I have said.

Not exactly. It doesn't apply i.e. to commercial use.
_________________
Waiting for Windows 8...
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3600
Location: Belgrade

PostPosted: Fri Feb 29, 2008 8:35 pm    Post subject: Reply with quote

m^2 wrote:
It doesn't apply to commercial use.

You are right. But I didn't mention commercial usage too.

For commercial usage, there is another hole in the system, but let me not be the one to enlighten pps on the forum.
_________________
Back to top
View user's profile Send private message MSN Messenger
petermad



Joined: 29 Feb 2008
Posts: 1

PostPosted: Fri Feb 29, 2008 10:01 pm    Post subject: Reply with quote

majkinetor wrote:
BTW, this script is frist time mention in theory by his moderator Leftious.

Just for the record - Lefteous is not a moderator of the Total Commander forum Wink

.
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3600
Location: Belgrade

PostPosted: Sat Mar 01, 2008 1:09 am    Post subject: Reply with quote

He was back then i think, but nvm.
_________________
Back to top
View user's profile Send private message MSN Messenger
gar brown



Joined: 04 Mar 2008
Posts: 1

PostPosted: Tue Mar 04, 2008 11:22 pm    Post subject: best imho Reply with quote

ultraexplorer I tried many, but one i like
http://www.mustangpeak.net/

gar
Back to top
View user's profile Send private message
anchelito



Joined: 26 Dec 2007
Posts: 7

PostPosted: Mon Jun 02, 2008 7:19 pm    Post subject: Reply with quote

i have to support gar brown. ultraexplorer is my absolute favorite.
be sure to use the current 2.0 beta 1a from the forum, as it is better than the 1.5 that you find on the website.

greetings
Back to top
View user's profile Send private message
mobius



Joined: 08 Jun 2008
Posts: 12
Location: Dark Side of the Moon

PostPosted: Sun Jun 08, 2008 9:42 pm    Post subject: Best FileMan? Reply with quote

I would highly recommend either 2xExplorer or Free Commander Portable,
both are free and are crammed with neat features which really boosted my otherwise clumsy file ops.

Cool F.C.P is my current fave though too customizable and portable for its own
good!
Back to top
View user's profile Send private message Send e-mail
Red Hat Boy



Joined: 10 Apr 2008
Posts: 79

PostPosted: Mon Jun 09, 2008 3:42 am    Post subject: Reply with quote

Xplorer2, currently. Explore2FS for accessing (no write support) files from a linux partition. You have some listed here that I haven't tried, maybe I'll take a look.
_________________
1337? I don't think so...
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
k3ph



Joined: 21 Jul 2006
Posts: 107

PostPosted: Mon Jun 09, 2008 10:17 am    Post subject: Reply with quote

i dunno whats the best coz i dont have time to test them all,
but windows explorer + qttabbar (http://qttabbar.wikidot.com) is really neat Wink
Back to top
View user's profile Send private message
Ville



Joined: 23 May 2008
Posts: 2

PostPosted: Wed Jun 25, 2008 11:38 pm    Post subject: Reply with quote

Another vote for Directory Opus. It's an excellent utility, though not free.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group