| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Cincoms MANAGE 2.061 |
windows | Business Finance->Business Finance | Free |
View Detail
|
|||||||||
An integrated operational and financial management system that provides a framework of consistent procedures and information to enable quality processes, fast customer response, and effective cash management. Unlike fragmented procedures and stand-alone tools, MANAGE integrates company-wide activities into a single management system. And unlike typical computer systems designed for thecomplexity of large companies, MANAGE is easy to understand, implement, and use, and is focused on the issues that are critical to the success of the smaller business. Tags: |
||||||||||||||
| 2 | Manage XT 1.20 |
pda | Business->Address Book | 6.95 $ to buy |
View Detail
|
|||||||||
With Manage XT you can edit hundreds and even thousands of contacts in a few stylus taps! Organize your contacts easily! No more mechanical actions - just select the records you need and modify them instantly! Here are some key features of "Manage XT": · FREE version updates. You will not have to pay for any future Manage XT version! · Handy contacts selection screen. Select records individually, or by groups. · Easily set private status, displayed phone number and category for all selected records. · Quickly find and optionally remove duplicates in your Contacts database! · Modify Field allows you to set a given field value for all selected records. · Delete all selected contacts. · Perform a Find and Replace operation with wildcards on your contacts. · Beam/Send selected contacts. · NEW! Easily remove special data stored in contact notes by many contact management applications · Manage XT integrates with Address XT. Limitations: · trial period 30 days Whats new in this release: · New Clean Up Memos function. · Improved Find Duplicates function. · Bugfixes. Tags: |
||||||||||||||
| 3 | wE-manage V1.10 |
windows | Business Finance->Project Management | $0 |
View Detail
|
|||||||||
wE-manage is the easy way to communicate for all your projects and teamwork. You can create in 2 minutes your own website, ready to accommodate all your teamwork tasks, which clearly document the what, who, how, target and progress , in short text or rich formatted text and file attachments. You can define users and read, edit or review accesses to each document; post comments and mini-tasks; copy documents as new versions; mark documents as best practice to use as models; send e-mail notifications; file everything according to key-words, making them easy to find out later using search tools and various views. It is totally intuitive and you can learn how to use it in 15-25 minutes, using an interactive Guided Tour. wE-manage also makes the users administration and access restriction very easy and intuitive: create, change, delete users, modify the access levels, or transfer accesses from one user to the other. And it is free to use not a time or feature limited trial version, but fully functional, up to 10 editors and 100 readers, 1 GB allowing up to 3,000 documents with file attachments of 200 MB. Upgrades and Off-Line service (when you want to work without internet access) are also available. The download will lead you to an executable Guided Tour. This is not a software, but a website which you create on our server in a few minutes. There is no need for installation or maintenance, and your site will be created on our servers in a secure data centre with top-range internet connections. So if you want to be more efficient in your group tasks, teamwork, anything from schoolwork to professional, technical or non-profit management, go to www.we-manage.com, create your site, watch our Guided Tour, and experience a new way to communicate. We offer customization services if you wish to adapt wE-manage to your own business processes, special security (digital certificates), users management (setting up groups of users), and enhanced back-ups. Tags:
|
||||||||||||||
| 4 | Manage RM RM 5.8.41 |
windows | Games->Sports | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 5 | Manage PC Startup 1.00 |
windows | Utilities->Other Tools | $0 |
View Detail
|
|||||||||
Manage PC Startup designed to help you manage program that will start automatically on Windows startup. You can enable/disable selected items easily from the list. For each application, additional information is displayed (Product Name, Categories, File Sizes), allow you to easily identify the applications. In addition, you are allowed to Edit, disable, enable and delete the selected startup entries. You can even add a new startup entry to the Registry. Tags: |
||||||||||||||
| 6 | Manage Files 1.0 |
windows | System->File Management | Free |
View Detail
|
|||||||||
Manage Files description Manage Files is a free and useful tool that lets you to split any type of files or merge multiple files Manage Files is a free and useful tool that lets you to split any type of files or merge multiple Requirements: · .NET Framework 1.0 or above Tags: |
||||||||||||||
| 7 | Manage Invest 2008.4 |
windows | Business Finance->Business Finance | $370.00 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 8 | Manage Invest 2007.5 |
windows | Business Finance->Business Finance | USD 99.00 |
View Detail
|
|||||||||
Manage Invest is a desktop application designed to let you to take control of your investments. All types of investments are catered for including equities, derivatives, commercial or residential property, coins, wine, investment funds and more. Manage Invest can even be set up for automatic revaluation of equities from any stock exchange. Changes from previous version Tags: |
||||||||||||||
| 9 | Sys::Manage::Cmd 0.56 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Sys::Manage::Cmd - Systems management command volley. SYNOPSIS Command line script use Sys::Manage::Cmd; my $s =Sys::Manage::Cmd->new(); # Script associations (see also embedded in source): $s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,<,$_[1]->[0]]}; # Target collections: $s->{-target}->{all} =[1,2,3,4,5,6]; # Target branches: $s->{-branch}->{1} =[1,2]; $s->{-branch}->{2} =[3,4]; $s->{-branch}->{3} =[5,6]; # Command-line setup / loop: $s->set([@ARGV]); # Command assignments: #$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1); #$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]); #... # Command line execution: $s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0); $s->execute([@ARGV]); Command line script -option -option... target command-line script -option... -ttarget... command-line Examples of command line script all dir !elem! script -ob -tall dir !elem! script -rPrevId -tall dir !elem! script -aTest -tall dir !elem! script -l10 -tall dir !elem! Options of command line (see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g) -kNameSpace - kind (namespace) of command -rCommandId - redo command id (used also inside -l); or switch (for -a) -aAssignName - assignment name, to use as command id -lPauseSecs - loop with pause before each subsequent redo -lg... - ... for pings usuccessful only -lv, -lw... - ... console verbose or windowed subsequent turns -o(s|c|b) - order of execution: sequental concurrent branched (concurrent branches) -tTargetName - target, may be several -t, instead of positional argument -xTargetExcl - exclusion from target list, may be several -x -uUser:pswd - user name and password for target -g - ping target before command, also use -gPingTimeout -gx - exclude unsuccessful targets sequentially -i - ignore exit code -v(0|1|2) - verbosity level -vc... - ... cmdfile rows include -vt... - ... date-time include Embedded commands (see also -cline and -assoc) script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.* rcmd, rdo, - commands to remote nodes using fput, fget, Sys::Manage::Conn mput, mget (!elem!, !user!, !pswd! substitutions not needed) cmdfile - evaluate command lines file or Perl script !elem!, < - target element and source file substitutions !user!, !pswd! - user name and password substitutions !log! - log filesystem name substitution Embedding command line (see also ENVIRONMENT and SLOTS) if (!defined($ENV{SMELEM}) # command volley: || ($ENV{SMELEM} eq )) { system($^X, script, -k0, target, $0) } elsif (!$ENV{SMDIR}) { die "Execute this script on Manager!" } elsif ($ENV{SMDIR}) { die "Execute this script on Agent!" } else { # command script: .... 1 # success } Tags: |
||||||||||||||
| 10 | iKnow & Manage 1.1.2 |
mac | Utilities->Others | $20 |
View Detail
|
|||||||||
iKnow & Manage is a database for storing and organizing any kind of data. With the build-in datatypes you can very easy create and gather all information you need every day. Organize your thoughts, you tasks, even your projects. Here are some key features of "iKnow & Manage": · uses SQL database for storing data · no limit of data, except the free harddrive space of your computer · has build-in datatypes like Text, Number, Currency, Bool, Date, URL, Image, File · set template elements for easy creating often used data · uses Drag & Drop for reorganizing (moving objects) and for importing and exporting data · uses internal Copy & Paste · has build-in search engine that is capable even of searching in external data like your filesystem and the internet · encrypt data that nobody is supposed to see with a string encryption algorithm simply accessible through the menu · uses its own export and import format for sharing data with others or for creating backups of specific data · has a text editor for TXT, RTF and RTFD build-in · has an image viewer build-in · supports Aqua and Brushed Metal Look & Feel. Limitations: · 30 day trial period. Whats New in This Release: · added single instance saving to the IKAM-archiv · fixed a bug on date sorting · brought user guide up to date. Tags: |
||||||||||||||
| 11 | Manage APE Zune 5.5.77 |
windows | Games->Sports | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 12 | Manage Your Finances 2.1 |
windows | Business Finance->Business Finance | USD 198.00 |
View Detail
|
|||||||||
Manage Your Finances is personal finances manager. It lets your organize and manage all the money issues. Tags: |
||||||||||||||
| 13 | Manage Your Contacts 5.2.9.2 |
windows | Business Finance->Personal Info Managers | $n |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 14 | Manage PC Shutdown 1.00 |
windows | System->Boot Manager Disk | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 15 | Manage Folder Now 1.6 |
windows | Utilities->File managers | $19.95 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 16 | Manage Your Contacts 5.3.1.006 |
windows | Business Finance->Personal Info Managers | Free |
View Detail
|
|||||||||
: Manage Your Contacts is a tried and true (award-winning) program that will help you easily store and manage contact information (names, addresses, phone #s, etc.). It is so easy to use that youll have virtually no learning curve, yet it sports a variety of powerful features to help you efficiently manage your contact list: * Search, filter, and sort your entries any way you need via a very easy-to-use interface. * Print to a variety of popular labels. * Quickly print envelopes. * Auto-dial phone numbers with your modem. * Generate useful reports. * Print mailing and phone lists for easy access. * Interface with your systems default e-mail client to quickly compose e-mail messages * and much more. This popular program is a "Reviewers Pick". Tags: |
||||||||||||||
| 17 | Manage Folder Now 1.5 |
windows | System->File Management | $19.95 |
View Detail
|
|||||||||
Manage Folder Now description Manage Folder Now allows you to hide folder or quick jump your folders Manage Folder Now allows you to hide folder or quick jump your folders.You can keep your personal data away from others. Others will not know where your personal files exist.Launch of it is password protected. Manage Folder Now helps you quickly jump to your frequently Here are some key features of "Manage Folder Now": · Any number of folders may be hidden at the same time. · No file system structure modifications needed. · Password protection when running program. · Import or export the hide folders data. · Quick jump to folders in Open/Save As/Browse dialogs. · Quick jump to folders in Windows Explorer and the desktop and the Star button. · Easy to add folder to the list of "Favorite Folders". · Easy to edit or reorder folders in the list of "Favorite Folders". · Runs automatically as part of the context menu. Tags: |
||||||||||||||
| 18 | Manage Link List 1.1.0 |
windows | Communications->Other Chat Tools | Free |
View Detail
|
|||||||||
Features You can send any links with the function "send URL" Fast access to often needed links If a link is in the list you can send it with only one click You can add links, edit links, delete links and sort the list Manage Link List ismultilingual (supports english, german and can be translate into your language) Tags: |
||||||||||||||
| 19 | Manage Registry ActiveX Control 2.1 |
windows | Software Development->Active X | $79.95 |
View Detail
|
|||||||||
Manage Registry ActiveX Control provides simple but comprehensive access to the Windows registry: a simple yet friendly user interface that enables you to view registered controls, remove and register new controls and more. Despite of the fact that Microsoft provides Windows API functions to create, open, delete and modify Registry keys and values it is not a simple task, especially for Microsoft Visual Basic and ASP (GetExpandString, GetBinaryDataVariant). Based on the standard API, Manage Registry ActiveX Control offers convenient set of methods and properties to access the Registry and perform all necessary operations (create, open, edit, delete, etc.) over various types of data. There is no need to drill the low-level Windows API functions: Manage Registry ActiveX provides simple functions (CreateKey, OpenKey, GetValue, SetValue and so on) that any level developer can easily handle, extend and implement into any applications. To help Visual Basic and ASP.Net developers, Manage Registry ActiveX provides additional methods to handle VARIANT and BYTES data types. Manage Registry ActiveX Control works for Microsoft VC++ 6, Microsoft VC++, NET, Microsoft VB 6, Microsoft VB .NET, Borland Delphi 7, Borland C++ Builder 6 included. It is a unique tool anyone dealing with programming should have in his arsenal. Tags:
|
||||||||||||||
| 20 | Manage Your Contacts 5.1.5 |
windows | Business Finance->Personal Info Managers | Free |
View Detail
|
|||||||||
Manage Your Contacts is a tried and true program that will help you easily store and manage contact information names, addresses, phone #s, etc.. It is so easy to use that youll have virtually no learning curve, yet it sports a variety of powerful features to help you truly manage your contact list. With Manage Your Contacts, you can search, filter, and sort your entries any way you need via a very easy-to-use interface. You can also print to a variety of popular labels, quickly print envelopes, auto-dial phone numbers with your modem, and generate useful reports. One of the most useful reports is the phone list, which will print a concise phone list of all your contacts so you can keep a list in your car, in a wallet/purse, on your refrigerator, and basically anywhere you might need to have a handy list of phone numbers you frequently use. You can also print out a full list of information for as many or as few entries as you wish. If you are at your computer, then you can access the entries very efficiently. Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
