|
3
|
Main Area and Open Discussion / General Software Discussion / Re: alternative to filehamster?
|
on: September 18, 2009, 08:02:46 PM
|
Hi, Maybe an (private) Freeware "alternative" (?) - not tested - but looks fine - and is -> ".NET free"! PureSync - File synchronizer and backup tool (by Christoph Güntner) http://www.jumpingbytes.com/puresync.htmlhttp://www.jumpingbytes.com/en/puresync.html http://www.jumpingbytes.c...ckup_Synchronization.htmlAutomated backup and synchronization: - A scheduler starts a synchronization every x hours, days, weeks, months - Start a synchronization or backup automatically when e.g. a USB drive has been plugged in - Synchronize or backup automatically when a file (that shall be backuped or synchronized) has been modified. cheers EDIT: Just found, a simpler One: also ".NET-free", Portable, Unicode, Real-Time-Sync, Volume Shadow Copy ... FreeFileSync (by ZenJu) http://sourceforge.net/projects/freefilesynchttp://sourceforge.net/projects/freefilesync/filesOpen-Source folder comparison and synchronization tool. It is optimized for highest performance and usability without restricted or overloaded UI interfaces. -> See Readme.txt for the list of key features!
Changelog v2.2 --------------- - New tool 'RealtimeSync': Watch directories for changes and start synchronization automatically
|
|
|
|
|
4
|
Main Area and Open Discussion / Living Room / Re: Windows Install Date Thingie: I made it!
|
on: July 15, 2009, 09:29:22 PM
|
thx - fine Tool ! But it differs two hours (Summertime?) from the WHS onboard tool netsh.exe (Network Command Shell) [Startbutton] -> Run... -> netsh diag guiNetwork Diagnostics Network Diagnostics scans your system to gather information about your hardware, software, and network connections.
-> Scan your system -> Set scanning options
... bla-bla ...
InstallDate = 09:44:34 11.07.2009 LargeSystemCache = 0 LastBootUpTime = 15:03:33 15.07.2009 LocalDateTime = 04:00:45 16.07.2009 Locale = 0c07 Manufacturer = Microsoft Corporation MaxNumberOfProcesses = -1 MaxProcessMemorySize = 2097024 Name = Microsoft Windows Server 2003 for Small Business Server|C:\whs|\Device\Harddisk0\Partition2 NumberOfLicensedUsers = 10  cheerio
|
|
|
|
|
5
|
DonationCoder.com Software / Finished Programs / Re: DONE: Transparent TaskBar When No Window is Maximized.
|
on: March 07, 2009, 12:56:36 AM
|
I found a Tool - and a "laborious" way - the taskbar-image-color in the theme.msstyles must be adapted to one Color eg. Magenta - but the shadows of the High-Color Icons keep staying (and no fade effect) hmhm... Modifcation: vista.zip (201 KB) TaskBarTransparent Version 2.1 (7 Nov 2004) Andreas Grögel http://www.ag1.de/utils/index.htmlTaskBarTransparent sets alpha blending (transparency) and/or colorkey for the taskbar and optionally transparency for the Start menu for Windows 2000/XP. Especially useful if you create your own visual style for Windows XP and want a "cut-out" taskbar (which the (current) XP style engine does not support). I have not yet come across another program that can do that... TaskBarTransparent.exe does not stay resident (thus not occupying any resources) - it just sets the window styles for the taskbar and Start menu and then exits. And no files or data are stored elsewhere. Download taskbartransparent21.zip (27KB), includes readme and executable file. http://www.ag1.de/utils/taskbartransparent21.zip
|
|
|
|
|
11
|
DonationCoder.com Software / Post New Requests Here / Re: IDEA: Frameless + no Titlebar Program Windows = like IE in Fullscreen Mode [F11]
|
on: August 13, 2007, 09:27:56 AM
|
Ahh - looks very nice - thanks a Lot! ... BUT goes this a little lesser - just only the window content  so without the Borders - and the Menubar as Context or fade-in Menu - is there a Way to do this? FullScreen is not absolutely necessary (F11 Kiosk KMode was just a example) - my preferation is more to menuelesss, rimless (right word?) Application-Windows. salü @thehop BTW: A User in this (german) Forum http://www.essential-free...ard/viewtopic.php?t=12821 compiled a AHK Script. Ich habe das Script ein wenig erweitert. 1. Es wird zusätzlich nun auch die Menüleiste entfernt. 2. Der Menü- und Maximierungsstatus aller Fenster wird in einer temporären Datei (Scriptname.ahk.tmp im Arbeitsverzeichnis) gesichert und nach dem Verlassen der Vollansicht wiederhergestellt. 3. Strg+F11 als Shortcut: keine Kollision mit programmeigener Vollschirmfunktion und gut zu merken. Kompilierte Exe+Source: http://icfu.totalcmd.net/...cripts/AHK_FullScreen.zip FullScreen.ahk:[ copy or print] GroupAdd, Excludes, Windows Task-Manager ahk_class #32770 GroupAdd, Excludes, ahk_class _As12__TaskSwitchXP_TaskSwitchWnd_ GroupAdd, Excludes, ahk_class Progman GroupAdd, Excludes, ahk_class Shell_TrayWnd #IfWinNotActive, ahk_group Excludes ^F11:: Critical hWnd := WinActive("A") ToggleFullScreen(hWnd) Return ToggleFullScreen(ByRef hWnd) { IniFile := A_ScriptName ".tmp" IniRead, Array, %IniFile%, Handles, %hWnd%, Empty If (Array="Empty") { hMenu := DllCall("GetMenu", "UInt", hWnd) WinGet, Maximized, MinMax DllCall("SetMenu", "UInt", hWnd, "UInt", 0) WinMaximize WinSet, Style, -0xC00000 IniWrite, %hMenu%`,%Maximized%, %IniFile%, Handles, %hWnd% } Else { StringSplit, Array, Array, `, hMenu := Array1 Maximized := Array2 DllCall("SetMenu", "UInt", hWnd, "UInt", hMenu) If !(Maximized) { WinRestore } WinSet, Style, +0xC00000 IniDelete, %IniFile%, Handles, %hWnd% } } Icfu
|
|
|
|
|
13
|
DonationCoder.com Software / Post New Requests Here / IDEA: Frameless no Titlemenu Program Windows = like IE in Fullscreen Mode [F11]
|
on: July 29, 2007, 11:13:11 PM
|
Hello Coders, (xcuse this is english?  ) I'm looking for a kind of "borderless (rimless) titlebarless menueless Windows Manager”, to show the Window content of application windows in Full Screen Kiosk Mode (like Internet Explorer and/or Opera with the [F11] Key). The menus of the Toolbar, Task borders should remain preserved thereby as fading in menus (e.g. during mouse contact of the edges of screen, and/or context menu, with systrayoption etc.) kind regards @thehop searching find :::> hophop windowmanager applicationwindows windowsmanager windowcontent randlos rahmenlos fensterlos ähnlich
|
|
|
|
|