Useful 3rd party tools to complement TC
Moderators: Hacker, petermad, Stefan2, white
Online backup service IDrive, supports:
- Mac and Windows
- 128-bit SSL transfer and 256-bit-AES storage encryption with user-defined key
- scheduled and background backups (block level incremental)
- VSS
- versioning (last 30 versions)
- mapped drives
- excludes (wildcard support)
- syncing
- logging
- bandwidth throttling
- HTTP and SOCKS support
2 GB of storage space are free. By referring to five contacts, this limit can be raised to 12 GB!
Edit: Done, thanks!
Icfu
- Mac and Windows
- 128-bit SSL transfer and 256-bit-AES storage encryption with user-defined key
- scheduled and background backups (block level incremental)
- VSS
- versioning (last 30 versions)
- mapped drives
- excludes (wildcard support)
- syncing
- logging
- bandwidth throttling
- HTTP and SOCKS support
2 GB of storage space are free. By referring to five contacts, this limit can be raised to 12 GB!
Edit: Done, thanks!

Icfu
Last edited by icfu on 2008-05-19, 07:29 UTC, edited 1 time in total.
This account is for sale
Microsoft Sync Toy
Microsoft Sync Toy Backup tool (2.0 Beta) is one of the rare tools which doesn't stupid copies a lot of files just because they have been renamed.
It detects this and just renames the files in the target accordingly.
It detects this and just renames the files in the target accordingly.
Take Command Console LE, enhanced command processor (cmd.exe alternative), successor of 4NT, freeware:
http://www.jpsoft.com/tccledes.htm
Icfu
http://www.jpsoft.com/tccledes.htm
Icfu
This account is for sale
OnlyTCC LE is freeware adding console you have a very nice shell environment on windows...icfu wrote:Take Command Console LE, enhanced command processor (cmd.exe alternative), successor of 4NT, freeware:
http://www.jpsoft.com/tccledes.htm
Icfu
[OT]
2nsp
I suppose that you use console, if not, maybe somebody else does it; any way..
I use console with NoClose Replacer by edit noclose.ini:
where
cmd=predefined console tab with cmd.exe as shell
This way I can Shift+Enter on executables or any kind of files in tcmd.
My problem is that with tcc.exe(former 4nt) I can't make this work, It open files(even if there are spaces in the path) on the associated app e.g. Shift+Enter on html file: will open the file in firefox and console windows stay active after closing firefox; but it doesn't work with executables(exe, bat, com...) if there are spaces in the path.
Somebody have any clue?
some of my tests:
/k is optional.
where
tcc=predefined console tab with tcc.exe as shell
2nsp
I suppose that you use console, if not, maybe somebody else does it; any way..
I use console with NoClose Replacer by edit noclose.ini:
Code: Select all
[General]
CommandProcessorNT=%programfiles%\Console\Console.exe -t cmd -r "/k "\"%1\"""
cmd=predefined console tab with cmd.exe as shell
This way I can Shift+Enter on executables or any kind of files in tcmd.
My problem is that with tcc.exe(former 4nt) I can't make this work, It open files(even if there are spaces in the path) on the associated app e.g. Shift+Enter on html file: will open the file in firefox and console windows stay active after closing firefox; but it doesn't work with executables(exe, bat, com...) if there are spaces in the path.
Somebody have any clue?
some of my tests:
Code: Select all
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r "\"%1\""
--
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r "%1"
--
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r '%1'
where
tcc=predefined console tab with tcc.exe as shell
Probablemente no
Strange...
Opened on D:\TC\Tools\Programming\2 008-05-31\printCmdLine.exe
Result:
The directory had a space in it's name. The result didn't.
Bug?
Code: Select all
CommandProcessorNT=d:\TC\Tools\Programming\printCmdLine.exe -t tcc -r "%1"
Result:
Code: Select all
-t tcc -r D:\TC\Tools\POGRA~1\200805~1\PRINTC~1.exe
Bug?
This are the output off console(in fact of tcc, console is just a wrapper)
I use "echo %cmdcmdline%" to get the startup command.
[face=courier]-NoClose.ini------------------------------------------------------------------------
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r %1
------------------------------------------------------------------------------------[/face]
[face=courier]-NoClose.ini------------------------------------------------------------------------
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r "%1"
------------------------------------------------------------------------------------[/face]
There are spaces, maybe console add the spaces before sent the command to tcc.exe 
I use "echo %cmdcmdline%" to get the startup command.
[face=courier]-NoClose.ini------------------------------------------------------------------------
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r %1
------------------------------------------------------------------------------------[/face]
Code: Select all
TCC LE 9,02.147 Windows Vista [Version 6,0,6001]
Copyright 2008 Rex Conn & JP Software Inc. All Rights Reserved
TCC: Unknown command "c:\Archivos"
c:\archivos de programa\utiles
>echo %cmdcmdline%
"C:\Program Files\TCC\tcc.exe" c:\Archivos de programa\Utiles\test.exe
c:\archivos de programa\utiles
>
[face=courier]-NoClose.ini------------------------------------------------------------------------
CommandProcessorNT=%programfiles%\console\console.exe -t tcc -r "%1"
------------------------------------------------------------------------------------[/face]
Code: Select all
TCC LE 9,02.147 Windows Vista [Version 6,0,6001]
Copyright 2008 Rex Conn & JP Software Inc. All Rights Reserved
TCC: Unknown command "c:\Archivos"
c:\archivos de programa\utiles
>echo %cmdcmdline%
"C:\Program Files\TCC\tcc.exe" "c:\Archivos
c:\archivos de programa\utiles
>

I don't have any problems with the command line you posted first here, works flawlessly with cmd and tcc:
Icfu
Code: Select all
Console.exe -t tcc -r "/k "\"%1\"""
TC doesn't use NoClose.pif when Shift+Enter on non-executable files like HTML.My problem is that with tcc.exe(former 4nt) I can't make this work, It open files(even if there are spaces in the path) on the associated app e.g. Shift+Enter on html file: will open the file in firefox and console windows stay active after closing firefox;
Icfu
This account is for sale
The first freeware I know of – besides compilers and resource hackers – for creating 32-bit-ICLs:
BeCyIconGrabber
Kudos to TBO who has mentioned it here:
http://ghisler.ch/board/viewtopic.php?p=152556#152556
Icfu
BeCyIconGrabber
Kudos to TBO who has mentioned it here:
http://ghisler.ch/board/viewtopic.php?p=152556#152556
Icfu
Last edited by icfu on 2008-07-07, 23:08 UTC, edited 1 time in total.
This account is for sale
-
- Junior Member
- Posts: 13
- Joined: 2006-03-08, 05:38 UTC