Main > Free Download Search >

Free orphaned software for windows

orphaned

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 55
Dll Orphans 1.0

Dll Orphans 1.0


Dll Orphans - Remove Orphaned Dll entries in the Registry more>>
Dll Orphans - Remove Orphaned Dll entries in the Registry When you uninstall programs that share Dlls they often leave the entries in the Windows Registry and/or files that can cause other uninstall problems and bloat the Registry.
When uninstalling a program you may have been presented with a message similar to "This file is apparently not being used by any other program. Do you want to remove it? Warning: If this file is being used by another program it may not run correctly." That statement doesnt make a lot of sense and leaves the user with a difficult choice.
Dll Orphans will search your computer, present a list of files that are and are not being used along with Registry entries for files that are no longer valid. It can then delete those entries and create a back up for easy restore should you want to. This program does not delete files. It will delete Registry entries only and provide a list of orphaned Dlls.
<<less
Download (1.26MB)
Added: 2005-10-19 License: Freeware Price:
1480 downloads
OrphansRemover 1.8.9.36

OrphansRemover 1.8.9.36


deletes shortcuts with an invalid target more>> OrphansRemover searches and deletes shortcuts (*.lnk files) with an invalid target in the given folders and subfolders, like your Start menu, Recent documents, etc. These so called orphans are typically the result of uninstalled programs, deleted or moved documents.
For automation purposes there are several command-line switches you can use.
OrphansRemover is Freeware (no ads, no nag screens, no limitations).
<<less
Download (713k)
Added: 2008-11-03 License: Freeware Price:
363 downloads
 
Other version of OrphansRemover
OrphansRemover 1.8.9These so called orphans are typically the result of uninstalled programs, deleted or moved documents. For automation purposes there are several command-line switches you can use. The following
License:Freeware
Download (713KB)
1361 downloads
Added: 2006-02-07
OrphansRemover 1.8.9Orphans Remover searches and deletes shortcuts (*.lnk files) with an invalid target in the given folders and subfolders, like your Start menu, Recent documents, etc. These so called orphans
License:Freeware
Download (714KB)
617 downloads
Added: 2008-02-21
Dream Orphans 1.00

Dream Orphans 1.00


An accurate truetype font for your digital documents more>> An accurate truetype font for your digital documents

Dream Orphans is a truetype font with smooth edges an a nice look. Simply unzip the font and install it using the dedicated command available in the File menu of the Fonts folder you can access through the Control Panel.

<<less
Download (24KB)
Added: 2008-10-06 License: Freeware Price: FREE
384 downloads
Watch Orphan Online 1.0

Watch Orphan Online 1.0


Screensaver for all Orphan (2009) movie fans. Contains information on how to watch Orphan online full movie for free! more>>
Screensaver for all Orphan (2009) movie fans. Contains information on how to watch Orphan online full movie for free!
<<less
Download (2.98MB)
Added: 2009-07-25 License: Freeware Price: $0.00
10 downloads
Porcupine 0.5

Porcupine 0.5


A web application server that provides an object oriented framework for developing web applications rapidly more>> A web application server that provides an object oriented framework for developing web applications rapidly

Porcupine is an object oriented web application server that features the Porcupine Object Query Language, an integrated transactional object database and QuiX(an AJAX powered XUL motor).
Porcupine is a web application server that provides an object oriented framework for developing web applications rapidly.
Many of the tasks required for building web applications as you know them, are either eliminated or simplified. For instance, when developing a Porcupine application you dont have to design a relational database.
You only have to design and implement your business objects as classes, using the building blocks provided by the framework (datatypes). Porcupine integrates a native object database, no mapping required.
Another tedious task for web applications is the interface design, and the constraints imposed by HTML. QuiX, the servers integrated XML User-Interface Language, simplifies the interface design process.
All you have to do is describe your applications interface in XML and write the appropriate event handlers. You dont have to waste time and money on widget implementations. QuiX comes with a variety of ready to use widgets, accelerating the development process.
Generally, every Porcupine application consists of three distinct layers. The first is the business layer consisting of the business objects which encapsulate the business logic.
The second layer binds the HTTP protocol with the first layers business objects. This layer is implemented using Python Server Pages or Servlets. If using XML-RPC, one common approach is to directly map an XML-RPC method to a business objects method.
The third layer, the presentation layer, usually consists of XML UI definitions and JavaScript event handlers.
The first two layers are executed server side and the third layer is executed on the client (browser).
Main features:
- Embedded hierarhical object database with transaction support
- Porcupine Object Query Language
- Role based security
- Supports custom datatypes and custom datatype event handlers
- Supported protocols: HTTP, XML-RPC
- Integrates QuiX, Innoscripts XUL javascript rendering engine
- Consistent and easy to learn API
- Three different types of Servlets (HTTP, XUL, XML-RPC) for enhanced productivity
- HTTP-exposed methods can be secured with policies
- Compiled Python Server Pages
- Custom post processing filters (GZIP compression filter included)
- Extensible session manager
- Support for Apache and IIS. CGI and MOD_PYTHON connectors are included.
- Easy application localization. String resources are held in UTF-8 encoded Python script files (version 0.0.6 or later).
- Single file deployment. Use the pakager utility to include all of your application files and objects in a single file. Installation is done by the same utility using a single command.
- Full UTF-8 support

Enhancements:
- Ability to define image dimensions explicitily for Icon and TreeNode widgets using the "imgwidth" and "imgheight" attributes. Accepted values are integers or percentages.
- Added "onmousedown" to the list of supported QuiX events.
- Added "focus" method to Field widgets.
- Added "maxlength" and "textalign" attributes to fields.
- Added "getFile" method to the internal file data type.
- Support for pre-processing filters.
- New pre-processing filter "porcupine.filters.authorization.RequiresLogin". Use "porcupine.filters.requires_login" decorator for web methods. As the name denotes this filter protects assets from non authenticated users. Ability to redirect such users to a predefined URL if the optional "redirect" argument is used.
- Added new "QuiX.getTargetWidget" function.
- New "QuiX.getOS" function.
- QuiX context menus now have a new "target" attribute which contains the target widget.
- Added new "getWidgetsByAttributeValue" method applying to all widgets.
- POQL now has two new functions "upper" and "lower". Useful when performing case-insensitive searches on string attributes.
- QuiX now has a universal mouse button detection method (QuiX.getMouseButton)
- Added "deletePermanent" remote method applying to all content classes.
- ListView widgets now have a "select" method that selects items by index.
- New "rowheight" parameter for ListView widgets.
- Ability to specify which splitter pane collapses by using the "_collapse" custom attribute.
- New "editundef" attribute for data grids. If set to "false" then the datasets undefined values are not editable.
- New "List" data type.
- New "onclose" custom event for ContextMenu widgets.
- Service oriented architecture. Currently, the supported services include an asynchronous network server and a scheduler used for executing Python code at fixed intervals.
- Data types are now type safe.
- The porcupine database singleton is now accessible from everywhere by using "from porcupine import db".
- The main Porcupine configuration file is now a Python dict.
- The "config.xml" configuration files can now contain smart registrations with regular expressions matching providing with a powerful rewriting engine.
- QuiX is now using a pooled set of XmlHttp objects for better resource usage on the client side.
- Enhanced detection method for droppables.
- Using the standard "mimetypes" Python module for guessing the responses content types.
- Changed the default mode of the "getFile" method of the external files datatypes to rb.
- Session objects are now using __slots__ for more efficient memory usage.
- Added the required hooks that allow the integration of other popular Python template engines easily.
- The cookie detect page is removed. The code is transferred inside the "porcupine.webmethods.quixui" decorator when this is defined as a page (by using the isPage=True directive).
- The Porcupine exceptions module has been greatly simplified. The error codes have become equivalent to those of the HTTP protocol.
- Object sets have become far more memory efficient.
- The date locales are transfered inside the "porcupine.utils.date" module.
- Ability to define custom attributes to tree nodes of FolderTree widgets if and only when the remote call returns an "attributes" parameter for each tree node.
- Allow more than one non-nested transactions per request.
- Fixed scroll bars bleed through on MacOS Firefox.
- QuiX FlowBox now supports multiple selection by using "multiple=true".
- Allow alternate row colors for ListView widgets by using the "altcolors" attribute. Ability to define highlight colors by using the "hightlightcolors" attribute.
- Added the missing email field on the users form.
- Ability to define accepted file types for each QuiX file control by using the "filetypes" attribute.
- File controls now have an "oncomplete" event which is fired when upload is finished.
- Removed limitation that required file controls to be placed inside a QuiX window.
- New "reset" method for MultiFile widgets.
- The main widget for all QuiX Window is now a vertical Box in order to support themes in a simpler way.
- Enhanced resolution of QuiX modules dependencies.
- The object cache returns deep copies of objects, so that each request is accessing its own copies.
- Optimized the "Composition" data type now accepts subclasses of the designated type.
- TabPanes "activateTab" now accepts both an integer or a tab widget as argument.
- Optimized wrapped tooltips.
- Automatically generated forms now support date data types.
- Optimized the "create" and "update" remote methods handle integer data types.
- Optimized the remote method "update" handles date data types.
- The XML-RPC module now encodes unicode keys of dict types using the appropriate encoding.
- Fixed the "Content-Disposition" header when the filename contains spaces.
- Fixed the "getCaption" method of QuiX Labels when these contain special characters such as &,.
- Fixed removing the active editing widget when refreshing a data grid.
- Fixed the "getImageURL" and "setImageURL" methods for icons that do not have initially an image set.
- Fixed error when packaging directories with unicode paths using the pakager utility.
- Fixed row dragging of list views on IE.
- Added missing "__slots__" class attribure to ExternalFile data type and PersonalFolder content class.
- Tree widgets "getSelection" now returns null if no tree node is selected.
- Fixed list views header placement when padding top is other than 0.
- Fixed the orphaned context menus.
- Fixed length distribution after removing a child of a Box.
- Fixed The boxes which now display correctly if the first child is hidden.
- Fixed filenames for duplicated external files when cloning an object.
- Fixed date formatting when using the "yy" parameter on the server side.
- Fixed the "iconpadding" parameter for QuiX buttons.
- Fixed possible transaction deadlock when moving or copying multiple items.
- Fixed selection of "Reference1" data types with POQL.
- Fixed the server side XML-RPC module serializes composites.
- Fixed content classes event handlers are called before datatype event handlers to reflect any possible data type updates.
- Fixed do not update the object cache if a transaction handle is given on read operations.
- Fixed the "onchange" event for date pickers is now fired.

<<less
Download (3.1MB)
Added: 2008-09-30 License: GPL Price: FREE
388 downloads
ThunderPlunger 0.8

ThunderPlunger 0.8


Thunderbird extension that enables you to remove orphaned files from removed email or news accounts more>>
Thunderbird extension that enables you to remove orphaned files from removed email or news accounts The ThunderPlunger Thunderbird extension provides a few new ways to keep Thunderbird clean.
ThunderPlunger add-on provides a few new pose. This function will remove these files from your disk. Access this function from the context menu for any news account folder by selecting "Remove Orphaned Files". Once you restart Thunderbird, any such files will be removed for that account.
When you remove a POP3 email, RSS, or News account Thunderbird seems to leave many of the accounts files lying around on disk. This may be to assist in a future "un-remove" or archival process.
But the disk consumed by some accounts can become quite large and sometimes you really just want to permanently and completely remove an account. This function helps keep your computer clean by removing folders that are determined to be "orphaned" from any known current account.
Select "Clean Accounts" from the menu available from ThunderPlungers status bar icon.
At the next Thunderbird restart, this add-on will check the following to identify probable "orphaned" folders for removal:
- Thunderbirds default POP3 email storage location
- Thunderbirds default NNTP (News) storage location
- A historical log, established and maintained by this add-on, of past and current accounts
Before a probable "orphaned" folder is removed, you will be prompted to confirm the action.
System requirements:
- Thunderbird: 1.5 ? 2.0.0.*
<<less
Download (65KB)
Added: 2007-11-28 License: Freeware Price:
695 downloads
Registry Cleaner 2.00

Registry Cleaner 2.00


Rpair and Clean Registry For Free with 1 Click more>> Registry Cleaner is an advanced registry tool for Windows that allows you to safely scan, clean, and repair registry problems with just one mouse click. Problems with the Windows Registry are a common cause of Windows crashes and error messages. By using Registry Cleaner regularly, your system will be more stable, your software will run quicker, and your operating system will boot faster.
Registry problems can occur for many reasons, including references left behind after uninstallation; incorrect removal of software; missing or corrupt hardware drivers; or orphaned start-up programs. With a few easy steps, Registry Cleaner will scan your entire registry for any invalid entries and provide a list of the errors found. You then can choose to clean each item or automatically repair them all after making a backup without the need for a registry editor such as Regedit. Registry Cleaner is free of spyware and adware.
<<less
Download (835KB)
Added: 2007-12-23 License: Freeware Price: Free
686 downloads
Duplicate Cleaner 1.3

Duplicate Cleaner 1.3


Eliminate duplicate contents of your hard drive or corporate network. more>>

Duplicate Cleaner 1.3 is designed to help you with cleaning up the contents of their personal hard drive or network. You'd be surprised just how many duplicate files you could find forgotten in an obscure documents folder. Photos, music, Word documents, PowerPoint presentations, videos - you name it, if it appears twice on your system then Duplicate Cleaner will find it.

Major Features:

  1. Find Duplicate Files by content
  2. Cleaner hard drives means faster performance
  3. Fast Scanning and accurate duplicate comparison.
  4. Deep scans music - locate duplicate mp3,wma,flac,ape,ogg formats
  5. Flexible search parameters
  6. Intelligent Selection Assistant
  7. Search home or networked drives
  8. Search multiple locations
  9. Export / Import results in CSV format
  10. View Path,Size and Date of files
  11. Large, resizable list window
  12. Image preview window
  13. Delete duplicate files to the Recycle bin
  14. Move duplicate files to a new location
  15. Turn duplicate files into hard links (NTFS file systems only)
  16. Protection for Windows and system files
  17. Supports multiple languages
  18. Freeware

Enhancements:

  • Has French support,
  • Improved interface
  • Various updates.
    • Localized language support
    • XP control Styles.
    • Updated folder tree type interface
    • Drag/drop folders from explorer
    • Display/Ignore hardlinked files
    • Unhardlink files
    • Export all files to CSV
    • Rename files
    • Invert Selection
    • Select by master folder
    • Date sort bug fixed
    • Protect DLL/EXE files
    • Remove empty folders
    • Hide orphaned groups
    • Two colour scheme in dupe list
    • Remember column widths in dupe list
    • Confirm on exit
<<less
Download (1.8MB)
Added: 2008-11-03 License: Freeware Price:
4716 downloads
MV RegClean 5.5

MV RegClean 5.5


Advanced registry cleaner for Windows that can clean and repair problems with your registry more>>
Advanced registry cleaner for Windows that can clean and repair problems with your registry MV RegClean is an advanced registry cleaner for Windows that can clean and repair problems with your registry.
MV RegClean will help you easily and quickly fix problems with the Windows registry that are a common cause of crashes, slow performance and error messages.
Recommended utility to safely clean and repair Windows registry problems.
Repair invalid registry entries - a common cause of Windows crashes and error messages.
Main features:
- Increase system speed and stability by removing orphaned references.
- Safely make backups of any registry change made by MV RegClean.
- MV RegClean is fully compatible with Windows 32 and 64 bits.
<<less
Download (1.37MB)
Added: 2007-10-26 License: Freeware Price:
4660 downloads
 
Other version of MV RegClean
MV RegClean 5.5Increase system speed and stability by removing orphaned references. We can highlight its main features: - Fast identification and cleaning of invalid entries - Always evolving (evolve or
License:Freeware
Download (1.36MB)
4253 downloads
Added: 2008-07-31
MV RegClean 5.0Increase system speed and stability by removing orphaned references. Safely make backups of any registry change made by MV RegClean. Full compatible with Windows 32 and 64 bits
License:freeware
Download (1.4MB)
4325 downloads
Added: 2008-09-07
TrueSafe Personal Edition 3.48

TrueSafe Personal Edition 3.48


TrueSafe Personal Edition comes to users as a good-quality and versatile tool which helps you backup your data to drives, network shares, or portable storage such as a USB stick. more>>

TrueSafe Personal Edition 3.48 comes to users as a good-quality and versatile tool which helps you backup your data to drives, network shares, or portable storage such as a USB stick. TrueSafe backs up your computer files, providing you with protection against loss, corruption, and accidental deletion.

TrueSafe is designed for people who don't want to hassle with backups, it is easy to use, and runs automatically in the background. Other highlights include: comprehensive backup scheduling, e-mail notifications letting you know when a backup has completed, zip and native format archives, suspend/resume support, compressed archives.

Major Features:

  1. Setup
    • Setup Wizard - walks you through the simple setup steps
    • Select any number of folders and files to backup
    • Backup Profiles - create and run multiple backups, schedules, and destinations.
    • Assign a description and image to a profile
    • Advanced options - including backup of hidden and system files
  2. Automation
    • Flexible backup activation - run your backup on a schedule, when you insert the
    • backup media, or manually
    • Scheduled backup - performs the backup automatically per your defined schedule.
    • Choose the frequency, including hourly, daily, weekly, monthly, as well as specific
    • day(s) and time to run. Optional skip intervals
    • Media Insert Activation - runs your backup when the device is inserted. Great for
    • backup to usb devices! Just plug in your device and your backup starts automatically
    • Manual backup - run any backup "on demand"
    • Incremental backup - intelligent backup algorithm speeds backup time
    • Suspend/Resume support - option to wake up your computer at the scheduled time
    • Locked file support - backup open and locked files without having to close the application.
    • Great for backing up your Outlook email and contacts
    • Unobtrusive - continue working on your computer while a backup is in progress
  3. Flexible Backup Destinations
    • Hard Disk
    • USB Drive - Flash, hard disk
    • Network Drive
    • Remote Computer - backup your data to another computer over the internet! Now you can obtain disaster level protection by backing up your data to the machine of a friend or family member. Utilizing the same encrypted communication used when you bank online, your data is transmitted securely to the remote computer
  4. Archives
    • Your choice of non-proprietary backup formats
    • Zip Format - compatible with standard zip utilities such as WinZip. Optional compression and encryption
    • Native Format - a replication of the files and folders to backup
    • File Versioning - archive multiple versions of your files. Specify the number of versions to retain. Restore any version
    • Restore Options - restore missing files, specific versions
    • Archive Views - view orphaned, missing, and stale items
  5. Reporting & Notifications
    • Email notifications - get notified when your backup completes or when it is overdue
    • Activity Log - shows you your backup history, listing when files were backed up
    • System Event Log - view activity in the Event Viewer
    • Health Indicator - shows you how current your backup is
    • Tray icon - visible indicator shows you current status
    • Changed File Indicator - convenient display of the number of files changed since your last backup
    • Sounds - assign your own sounds to play upon key events, including backup start, finish, and more
  6. Hosted Backups
    • Host Other Users - allocate storage to friends you authorize so that they can backup their data to your computer
    • Secure Authentication - utilizes SSL encryption to authorize access to your hosted users
    • Encrypted Archives - only your hosted users can view their archived data, with all encryption/decryption taking place on the hosted user's computer
    • Storage Quota - you decide how much disk space to provide each hosted user
    • Bandwidth Control - limit the internet bandwidth allocated to hosted users
    • Compressed data transmission - minimizes internet bandwidth and speeds backup
    • Diagnostics - verify that your host computer can be accessed over the internet by your authorized users

Enhancements:

  • May include unspecified updates, enhancements, or bug fixes.

Requirements:

  • Windows 2000, XP, or Vista. Windows Server requires the Enterprise Edition.
  • 256MB RAM (512MB Recommended)
  • 20 MB free hard disk space for typical installation of all components
<<less
Added: 2009-10-05 License: Freeware Price: Notavailable
downloads
ToniArts EasyCleaner 2.0.6.380

ToniArts EasyCleaner 2.0.6.380


Clean your Windows Registry from orphaned entries. more>> <<less
Download (2.8MB)
Added: 2006-04-09 License: Freeware Price:
13339 downloads
aMuse 1.1

aMuse 1.1


aMuse Orphan Lyric Collector is a very simple program that provides the means to collect and store such so-called orphan lyrics more>>
As a hobbyist singer/songwriter I find that ideas for new songs often come in sudden spurts of creativity. These ideas also tend to drift away if I dont write them down somewhere.
aMuse Orphan Lyric Collector is a very simple software application that provides the means to collect and store such so-called "orphan lyrics".
Main features:
- Orphan Lyric collector
- Orphan chord progressions
- Field for Additional notes
- Simple "piano" for playing single notes
- Simple (manual) transposer
<<less
Download (493KB)
Added: 2006-11-30 License: Freeware Price:
1061 downloads
Wise Registry Cleaner 4.72

Wise Registry Cleaner 4.72


Wise Registry Cleaner 4.72 is designed as a useful registry cleaner and registry optimizer which helps speed up your PC by cleaning your Windows Registry. more>>

Wise Registry Cleaner 4.72 is designed as a useful registry cleaner and registry optimizer which helps speed up your PC by cleaning your Windows Registry. It removes the junk that accumulates in your Windows Registry. You can safely and easily clean your Windows registry.

The Registry is at the heart of every Windows computer. The older your PC is, the more junked-up its Registry becomes. Badly written programs (and there are plenty of those around) don't bother to clean the Registry when you uninstall them, and some programs add unnecessary junk to the Registry. The more junked-up your Registry, the more likely it is to crash or to slow down your PC.

Major Features:

  1. This freebie does a neat job of cleaning out the Registry junk. It scans the Registry, flagging orphaned or bad Registry entries, and shows you the name and values for each.
  2. It identifies Registry entries that may be dangerous to delete, and those that are safe to delete, so you can distinguish between the two.
  3. It also lets you decide which entries to delete, and which to keep.
  4. For safety's sake, it can also back up your Registry before a scan, so that you can restore it, if the program causes any problems.
  5. Wise Registry Cleaner is one of the safest Registry cleaning tools available in the market today. Its scanning engine is thorough, safe and fast.
  6. Its scanning engine is thorough, safe and fast. It is so easy to use, even the least experienced user can easily repair registry with this tool.
  7. It scans the Windows registry and finds incorrect or obsolete information in the registry.
  8. By fixing these obsolete information in Windows registry, your system will can work better and more quickly.
  9. After Wise Registry Cleaner analyzes your system for problems, you can individually view each of the problems found and call up a detailed description.
  10. If you wish, you can also have all problems corrected automatically. All changes to your system are monitored by Wise Registry Cleaner and can be undone with a few mouse clicks, so you can use Wise Registry Cleaner feel relieved.
Enhancements:
  • Version 4.72 is a re-compiled the program for avoid false positives.
<<less
Download (2.2MB)
Added: 2009-08-15 License: Freeware Price: Notavailable
downloads
A Desert Ocean 4.0

A Desert Ocean 4.0


Original Novels, Short Stories, Poetry in a Free e-Book Format more>> The Chronicles of War is a series of seven complete and self-contained novels that narrate the fabled career of Epsilon Three, Holy Warfarer of the Martial Rite. Orphaned as an infant into a pagan cult of war, Epsilon Three (named for the month and the day he became a foundling) learns the strategies and tactics of war as a prodigy learns physics. Triumphant at the Festival of Alcorde, Epsilons ultimate reward is banishment beyond the Great Barricade of Empire into a mysterious realm of magic and monsters.
The second volume of the series, A Sea of Sand narrates Epsilons passage from Oreset, a seedy port city, across the Desert Ocean to the distant, haunted steps of Verdune. Their passage is not an easy one, as monstrous insects plague them from dusk until dawn, spurred on by the ire of the most powerful wizard in the land, whom Epsilon mortally offended while setting a king once more upon Oresets throne.
<<less
Download (4.77MB)
Added: 2007-12-14 License: Freeware Price: Free
682 downloads
 
Other version of A Desert Ocean
A Desert Ocean 3.0Orphaned as an infant into a pagan cult of war, Epsilon Three (named for the month and the day he became a foundling) learns the strategies and tactics of war as a prodigy learns physics. Triumphant
License:Freeware
Download (6.64MB)
1054 downloads
Added: 2006-12-11
InfraX Remote Manager 1.7.0

InfraX Remote Manager 1.7.0


define Bluetooth and infrared events to control any home device infra merah. more>> define Bluetooth and infrared events to control any home device (X10, infrared, PC based);
- automatically connect to any Bluetooth enabled Ericsson phone(T39/R520/T68, etc.);
- use Bluetooth to command until 10 different devices from the same GSM phone;
- use the GSM phone as a bi-directional Winamp Remote;
- control your home from everywhere in the world using any WEB browser or even your phone WAP browser;infra view infra merah
Whats new in v1.7.0:
- you can now select up to 10 different devices from a Bluetooth enabled phone (with a SHIFT key), using friendly names (more than 120 different commands from a single GSM phone keyboard!);
- you can now import and export X10 devices, applications definition and monitored events too;
- the application can be minimized in tray (still access to Start/Stop/Restart monitoring and Exit functions;
- play MP3 and WAV files inside application (useful for vocal feedback messages);
- mouse as output plugin (ex: use a Bluetooth enabled phone or an infrared remote to control a Powerpoint presentation);
- Housekeeping function - automatically delete orphaned events;
- new, optimized CGI scripts, now with both WEB and WAP support (2 different scripts). You can now control your home from everywhere in the world using a WAP enabled mobile phone
<<less
Download (762KB)
Added: 2008-05-07 License: Freeware Price: Free
388 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4