WareSeeker Search Software

drive emulation


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Amiga Emulation Bundle 1.1


mac Utilities->Internet Utilities Free
View Detail
Download Amiga Emulation Bundle 1.1Download Amiga Emulation Bundle 1.1
5.7 MB
Amiga Emulation Bundle help you to use Richard Drummonds UAE port. It includes apps for creating config files (like default.uaerc), a app for dropping configs on it to start the emulator and the "Game Loader" to only choose the game disks.

Tags:
2

AEP Emulation News Feed 1.1


windows Windows Widgets->News FREE
View Detail
Download AEP Emulation News Feed 1.1Download AEP Emulation News Feed 1.1
27 KB
Opera widget that will let you see the english version of the news presented on the AEP Emulation Page

AEP Emulation News Feed is a widget that will grab the RSS Emulation News Feed from AEP Emulation Page(www.aep-emu.de) and displays the english news text.

Requirements:

· Opera


Tags:
3

Terminal Emulation Software for MacOS 1


windows Network Internet->Communication Tools $161
View Detail
Download Terminal Emulation Software for MacOS 1Download Terminal Emulation Software for MacOS 1
3.15MB

Vicomsoft Terminal Emulation software for MacOS take a unique approach to desktop to host communications. Providing comprehensive terminal emulation for Honeywell Bull, IBM Mainframe, IBM Midrange, Digital, Unix and other character based host systems.
The Terminal Emulation product range includes MultiTerm Plus and ProSDK.

Vicomsofts Terminal Emulation software is designed with the corporate and business user in mind, sharing a common interface, simplifying access to multiple hosts environments and migrating between differing host environments.
Tags:
4

PowerTCP Emulation Tool 1.8.4


windows Software Development->Components Libraries $699
View Detail
Download PowerTCP Emulation Tool 1.8.4Download PowerTCP Emulation Tool 1.8.4
3.53 MB
PowerTCP Emulation Tool helps you build terminal emulation capabilities into your application with VT and Telnet controls.

Here are some key features of "PowerTCP Emulation Tool":

· VT control emulates VT-52, VT-100, VT-220 and VT-320 terminals, interpreting text and escape sequences to display a screen that can be used interactively (like a regular terminal) or invisibly (to capture reports that can subsequently be screen-scraped by your application).
· Telnet control can be used to provide a real-time data source, and supports rlogin, rsh and rexec.
· Display options are set using simple properties.
· Printing of the display is fully supported, as is the printing of postscript files and auto-print (prints each line as it is received).
· Screen-scraping is achieved by reading the Text property, which returns all the text in the scroll-back buffer as well as the display.
· Graphic characters for box drawing is fully supported.
· Key remapping is easily accomplished with a Keydown event, where key substitution can be used to remap keys.
· Dynamic scroll-back buffer can save hundreds (or thousands) of lines.
· Supports COM+ Component Services.
· Can be used in a multi-threaded environment.
· Can be used in BOTH event driven and scripted (blocking) application designs.
· Includes a royalty-free license.
· Wrapper classes included for convenient integration into Visual C++.
· 100% .NET compatible using .NET COM interop, samples included.


Limitations:

· 30 days free trial

Tags:
5

Mac OS Terminal Emulation 5.4


mac Utilities->Others $161
View Detail
Download Mac OS Terminal Emulation 5.4Download Mac OS Terminal Emulation 5.4
1.8 MB
Vicomsoft Terminal Emulation software for MacOS take a unique approach to desktop to host communications. Providing comprehensive terminal emulation for Honeywell Bull, IBM Mainframe, IBM Midrange, Digital, Unix and other character based host systems.

The Terminal Emulation product range includes MultiTerm Plus and ProSDK.

Vicomsofts Terminal Emulation software is designed with the corporate and business user in mind, sharing a common interface, simplifying access to multiple hosts environments and migrating between differing host environments.

Limitations:

· Sessions are limited to 12 minutes.
· Max. 10 buttons in a window.




Tags:
6

PowerTCP Emulation for .NET 1.0.3


windows Software Development->Components Libraries $699
View Detail
Download PowerTCP Emulation for .NET 1.0.3Download PowerTCP Emulation for .NET 1.0.3
3.73 MB
Communicate with legacy applications using VT-52, VT-100, VT-220 and VT-320 terminal emulation. The Vt control is a powerful terminal emulator that enables you to build custom terminal emulation applications for .NET. Integrated Telnet capability, using the best-selling PowerTCP Telnet for .NET component, enables the Vt control to start a session with as little as one line of code.

Also includes a custom font with VT multinational and graphic characters, a FontDialog control that manages fixed-width raster and True-Type fonts, comprehensive style information for every cell, and powerful printing capabilities.

Here are some key features of "PowerTCP Emulation for .NET":

· VT control emulates VT-52, VT-100, VT-220 and VT-320 terminals.
· Interprets text and escape sequences to display a screen that can be used interactively (like a regular terminal) or invisibly (to capture screen text).
· Screen scraping returns all the text in the scroll-back buffer as well as the display.
· Integrated Telnet component provides a default real-time data source, but any 7 or 8-bit source can be used.
· Numerous display options are available to customize your screen.
· Printing of the display is fully supported, as is the printing of postscript files and auto-print (prints each line as it is received).
· Screens can be scraped to HTML, transforming style information into HTML tags.
· Graphic characters for box drawing are completely supported for all fonts.
· Key remapping is easily coded.
· Dynamic scroll-back buffer can save hundreds (or thousands) of lines.
· Includes all the capability available in PowerTCP Telnet for .NET (Telnet, rexec, rsh, rlogin).
· Single development license with royalty-free distribution.
· Integrated Help 2.0 documentation includes over a dozen tutorials and a comprehensive reference guide with full support for dynamic help.
· Supports VS.NET, Delphi 8, C# Builder, and other .NET compliant development environments.


Limitations:

· 30 days free trial

Tags:
7

cereal emulation framework 0.93.5


linux System->Emulators Free
View Detail
Download cereal emulation framework 0.93.5Download cereal emulation framework 0.93.5
0.94 MB
cereal is an emulation framework designed to allow easy emulation of interconnected modules. Its main component is an 8051 emulator module, so it can be used as an 8051 emulator.

The reason for writing cereal was an 8051 embedded controller which should control an engine using pulse-width modulation, read the resulting flow from a flowmeter, and regulate the output to keep flow at a given value.

In the real world, it takes about two seconds for the algorithm to stabilize, and emulating two seconds using conventional emulators (computing the engine input, the real flow, the feedback frequency) by hand is simply impossible to do.

Using cereal, it took about two hours to create a module emulating the engine/flowmeter combination, along with a window showing the current values. Then it is trivial to connect this module to the 8051 module and just sit back and watch the result.

Another, more trivial example is a multiplexed display/keyboard combination (in my case, selecting one of four 8-segment LCD displays). Instead of watching the port bits, why not create a module that shows the output graphically as four displays?

In addition to these possibilities, cereal offers breakpoints, watches, evaluate/modify dialog (which can solve 2 * x + 1 = 5). The KDE GUI also can be extended using KParts (8051 interface is provided as a KParts plugin).

Also included is a command interface usable for creating testsuites for your programs (or for cereal itself - cereal has over 400 tests in its testsuite), and a simple 8051 disassembler.

Tags:
8

Strike Drive 1.0


windows System->System Miscellaneous Free
View Detail
Download Strike Drive 1.0Download Strike Drive 1.0
126 KB
Strike Drive description
Strike Drive is a free and powerful virtual drive maker Strike Drive is a free and powerful virtual drive maker. You can create fake drives from folders using real volume lables. Unlike other virtual drive creators Strike Drive has more
advantages. Strike Drive uses API (Instead of using a DOS App) allowing creation to be more flexible, stable, and faster. It also allows you to restore drives for free which most virtual drive creators disallow unless you pay.

Strike Drive takes the emulation one step forward and allows you to hide the original folder. This is something similar programs dont even have! A few more features are in it with new ones on the way. This program will remain free with free updates and does not contain any spyware or adware.

Tags:
9

FTP Drive 3.5


windows Network Internet->FTP and Archie Clients Free
View Detail
Download FTP Drive 3.5Download FTP Drive 3.5
214KB

By BS Editor: FTP Drive - program, that allow working with FTP for those programs, that dont know what is FTP.
Emulates logical drive, where selected FTP servers are mounted as folders
Usefull fot example for viewing films, listening files directly from FTP server without pre-downloading whole file.
This is achieved by emulation of virtual drive, on which FTP servers are placed on the Native NT API level.
Both unsecured and secured by SSL/TLS FTP connections supported
FTP drive completely implements read operations for FTP files
FTP drive partially implements write operations for FTP files (see How to use)
FtpDrive can intercept opening ftp:// links from other applications - simple press Ctrl key while opening ftp:// path and it will be opened on FtpDrive
FTPDrive can work under Windows 2000/XP/2003/Vista
FTP Drive is compatible with many applications, except those, that uses own drivers to access files
FtpDrive can cache directories structure and read files data. Directories structure stored in memory, cached files resides in %TEMP%\FtpDrive.tmp\ directory. You can change caching settings (see following section)
Tags:
10

Drive 3.01


windows System->Launchers Shutdown Tools $14.95
View Detail
Download Drive 3.01Download Drive 3.01
51 KB
Drive is a great Windows-based, full-featured pop-up drive browser, virtual drive creator, CD autorunner, and much more. You are able to get a fast access to your drives at any time. Floppy disks, hard disks, CD drives, network drives, virtual drives, etc. are supported. Now you can open, browse, run, or play your drives and disks automatically. In addition to that, Drive also allows you to create and remove permanent or temporary virtual drives!
Tags:
11

Drive 3.01


windows Home Shell Desktop->System Tray Toolbars and Launchers $14.95
View Detail
Download Drive 3.01Download Drive 3.01
49K
Drive is a great Windows-based, full-featured pop-up disk drive browser, virtual drive creator, CD autorunner, and much more. You are able to get a fast access to your drives at any time. Floppy disks, hard disks, CD drives, network drives, virtual drives, etc. are supported.

You are able to open your drive contents in the My Computer style windows, browse drives in the Windows Explorer or play/run your CDs from the system tray. Now you can open, browse, run, or play your drives and disks automatically.

In addition to that, Drive also allows you to create and remove either permanent or temporary virtual drives!

Tags:
12

Drive 3.01


windows Utilities->File managers $14
View Detail
Download Drive 3.01Download Drive 3.01
47.7 KB
Drive is a great Windows-based, full-featured pop-up drive browser, virtual drive creator, CD autorunner, and much more. You are able to get a fast access to your drives at any time. There are supported floppy disks, hard disks, CD drives, network drives, virtual drives, etc.

You are able to open your drive contents in the My Computer style windows, browse drives in the Windows Explorer or play/run your CDs from the system tray. Now you can open, browse, run, or play your drives and disks automatically.

In addition to that, Drive also allows you to create and remove either permanent or temporary virtual drives!

The additional features allows you to autostart CDs without having to open the drive and manually select the appropriate file. In other words, each time you insert your audio/data CD on drive, the program allows you to choose whether or not you want to use autoplay/run feature or just open or browse the contents of your disc.

This great program allows you to create permanent or temporary virtual drives. They are really only a folder, but appear and act as if they were an additional hard drive.

In other words, Drive modifies your system to allow the use of unused drive letters to point to a folder on a hard drive or floppy disk.

Maybe you have plenty of hard disks and other drives? Is your Windows desktop full of shortcuts to each of them? Why? When using Drive, you have fast access to specific drives without using the shortcuts which are at the desktop and behind all the program windows


Tags:
13

X:Drive 2.03


windows Utilities->Backup Recovery Free
View Detail
Download X:Drive 2.03Download X:Drive 2.03
1267kb
Using your Internet connection, X:drive delivers free web-based storage space accessible via your desktop or the Internet. The X:drive desktop application looks and functions just like any other drive on a PC: members can drag, drop, and edit files using the already familiar Windows File Explorer. Leave your zips, floppy disks and hard drives at home, download X:drive 2.0 today and access your files from anywhere around the world.

Tags:
14

X drive 2.03


windows Utilities->Misc Utilities FREE
View Detail
Download X drive 2.03Download X drive 2.03
1,267K
Using your Internet connection, X:drive delivers free web-based storage space accessible via your desktop or the Internet. The X:drive desktop application looks and functions just like any other drive on a PC: members can drag, drop, and edit files using the already familiar Windows File Explorer. Leave your zips, floppy disks and hard drives at home, download X:drive 2.0 today and access your files from anywhere around the world.

Tags:
15

InfoSpace Drive 1.0


windows System->File Management $29.99
View Detail
Download InfoSpace Drive 1.0Download InfoSpace Drive 1.0
650 KB
InfoSpace Drive description
It combines shell namespace extension, shortcut link and shell data transfer InfoSpace Drive application was designed to be a Windows document management tool. It combines shell namespace extension, shortcut link and shell data transfer to provide a fully integrated document management environment and seamless file system operations.

Here are some key features of "InfoSpace Drive":

Full Integration Unlike other document management tools,
· InfoSpace Drive is fully integrated into the Windows Shell (that is,
· Desktop and the Windows file explorer). A virtual file system,
· InfoSpace, is embedded into the WIndows shell namespace, which
· acts like a real hard drive for the user
view.
Two-way Data Transfer Unlike other document management
· tools, InfoSpace Drive supports both incoming operations,
· transferring documents into InfoSpace Drive, and outgoing
· operations, transferring documents in the organized manner
· outside InfoSpace Drive. Both ways are virtually the same from the
· user point of view.
Location Independency A logical structure of documents for
· management is created by the user, which is independent of the
· physical location of the managed documents. Physical moving and
· renaming of documents outside of InfoSpace are automatically
· traced. On the other hand, operations inside InfoSpace such as
· renaming or deleting will leave the managed documents untouched.
Seamless Management Data accessing methods, such as drag-
· and-drop, clipboard (copy/paste) operations, execution, outgoing
· network data transfer, etc., are fully supported.


InfoSpace Drive will redefine the way you perform document management.

Requirements:

· Net framework 3.0.


Limitations:

· The evaluation version limits the maximum hierarchical directory level without sending you any spam email or installing any kind of spywares to your computer.

Tags:
16

InfoSpace Drive 1.5


windows Home Shell Desktop->Misc Shell Enhancements $29.99
View Detail
Download InfoSpace Drive 1.5Download InfoSpace Drive 1.5
640KB

If you own one or several massive hard drives functioning for a while, then you have definitely experienced the painstaking tasks to trace audio, image, video files and other archives spread everywhere. Moreover, in many cases, you also need to prepare a temporal directory structure in order to explorer,enjoy or share your data. The worst things here are that your time will be wasted and you are doomed to be lost sooner or later because of the temporality of the data preparation. InfoSpace Drive provides you the best opportunity to end such troubles once for all.

With a tiny data file which also can be exported or imported, InfoSpace Drive presents itself as a virtual hard drive, allows you to create a logical organization by drag-and-drop and copy/paste without any physical long waiting hard drive operations, and to trace any kind of documents and file system directories automatically. And most importantly, the logical organization inside the virtual drive behave like a real file system objects, for example,to drop or paste them out of InfoSpace Drive will create a new physical copy of your data on your local or network hard drives according to the logical organization.

InfoSpace Drive is a document management tool on Windows XP (sp2) systems and .Net framework 3.0. In order to allow PC users to manage, locate and organize any documents, It further extends the shortcut link functionality, and presents them in a virtual file system, which is highly accessible andseamlessly integrated with the Windows shell system. InfoSpace Drive improves working performance, and simplifies routine desktop tasks.
Tags:
17

UFOrce Drive 1.0


windows Games->Misc Games $14.9
View Detail
Download UFOrce Drive 1.0Download UFOrce Drive 1.0
2.52 MB

Go on a Cosmo drive on a flying saucer! Fly away from the reality. Prepare to be amazed with 8 superior games with 3 skill levels. Become Master of the COSMOS. You are a commander of UFO air forces going to conquer the Universe. Check out your pilot skills driving multiple saucers through the deep space. Maybe alien beings will bring much fun on your planet or maybe you will be a welcome guest at their home, wandering in & out of their spellbinding places and watching the way they live. UFOrce Drive is a new thrilling puzzle game. It combines famous puzzle games with completely new ideas and features. A good mix of simple and well-known rules, excellent graphics and sound effects will make your free time full of fun. You may choose the gaming field and start your flight. UFOrce Drive will become a wonderful pastime for kids and their parents. It will help you either to rest or to try your brain. Whats the main features in the registered game: - 8 different games - 3 skill levels in every game - You can save your game at any moment using the AutoSave function - The "Buy Me" nag-screen will not disturb you any longer - Your best results can be published at our site in the Internet - You will get free technical support by Absolutist.com. -You will get free upgrades to new game versions

Requirements: Pentium 200, 32MB RAM


Tags:
18

Virtual Drive 11


windows Utilities->File Maintenance and Repair $29.99
View Detail
Download Virtual Drive 11Download Virtual Drive 11
37.99 MB

Protect your discs against loss, theft, and damage, and get superior performance while youre at it! VirtualDrive 11 CD/DVD emulator copies CDs and unprotected DVDs as virtual CDs (VCDs) -- MP3-like files that run directly on your hard drive, saving wear and tear on your CD-ROM drive and extending the battery life of laptop computers. Share VCDs over a network, and enjoy access rates nearly 200 times faster while youre at it! Games and converted disc-based applications load in a flash. Pre-load up to 23 virtual CDs and swap them out for a seamless transition between volumes of a game. VirtualDrive 11 has some of the best game and disc support in the industry, and runs on both 64-bit and 32-bit systems. Its simple, user-friendly GUI lets you quickly create unlimited VCDs out of your PC games and disc-based applications, and manage them in a searchable virtual CD library.

Requirements: Intel Pentium 133, 64 MB RAM

Whats new in this version: Windows Vista Support, disc support updates, GUI changes


Tags:
19

TallyGenicom T2150S Firmware MT50D Emulation


driver Firmware->HP Free
View Detail
20

Raxso Drive Magic 5.0


windows Utilities->Backup Recovery $29.95
View Detail
Download Raxso Drive Magic 5.0Download Raxso Drive Magic 5.0
471 KB
Sanitize, protect and secure any magnetic drive, USB drive and more. The process of sanitizing a drive means overwriting each unused track several times to erase the data that was previously there. This applies to the free drive space only - Drive Magic will never harm your existing files like so many others. Drive Magic also now contains 4 Patent-Pending sanitation methods which will clean, protect and extend the life of any magnetic drive.
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket