This section describes CardSoft for DOS and how to use it.
CardSoft enables you to use your PC Cards in the DOS environment. It increases the usability of PC Cards by simplifying their installation and configuration.
CardSoft provides some DOS commands. You can see the following information on the PC Card with these commands:
This section describes how to use the CardSoft commands as well as the Configuration utility to help you configure and manage PC Cards on your system.
| Note: | These commands are active in the directory where the CardSoft resides. |
CARDINFO scans the PC Card slots on your computer and shows information about them. It also shows any warnings or error messages that might have occurred when CardSoft configured these cards.
You use CARDINFO command when:
To run CARDINFO, type the commands with one of the following commands
and press Enter:
| CARDINFO | Displays the card information. The information similar to the
following is displayed:
| ||
| CARDINFO /V | Displays more extensive information about the PC Card slots in your computer. | ||
| CARDINFO /C | Provides the following additional Card Services information:
| ||
| CARDINFO /OFF[:S,F] | Turns off power to all PC Card slots.
| ||
| CARDINFO /ON[:S,F] | Turns on power to all PC Card slots.
| ||
| CARDINFO /? | Displays information about CARDINFO switches. |
The Configuration utility (CONFIG.EXE) modifies the CARDID.INI and CSALLOC.INI files. You need to run this utility if you are having difficulty using the PC Card, or if you are customizing your system. Whenever you finish using this utility, restart your system so that your changes take effect. The Configuration utility can be used for the following purposes:
| Online Help |
|---|
|
Online help is available for many of the Configuration utility fields. To access online help for a particular field, position the cursor in the field (or highlight the field) and then press F1 (or click on the Help button, if it is available). |
From the DOS prompt (C:\), type config and press Enter.
The following menus are available from this window:
File
Edit Configuration
Save Configuration
Exit
Utility
Resource Allocation
Display
Color
Monochrome
LCD
To access a pull-down menu, click the left mouse button on the menu name, or press Alt+the highlighted letter in the menu name. For example, to access the "File" menu, click on the word File or press Alt+F. When the pull-down menu appears, select a menu item by:
This section describes how to use the storage cards.
To use ATA hard disk or ATA Flash disk cards on your system, your CONFIG.SYS file must contain the following line. The standard device drivers are always required:
DEVICEHIGH=C:\CARDSOFt\MTSRAM.EXE DEVICEHIGH=C:\CARDSOFT\MTDDRV.EXE
Attention: Make sure you are using the correct drive letter when formatting or initializing your ATA card, because any information on the specified drive is erased.
Formatting an ATA Card
To format an ATA card:
FORMAT drive_letter /u
| Note: | drive_letter is the drive letter assigned to the card. For example, if the card has been assigned to drive D, type format D: /u |
Initializing an ATA Card
To initialize an ATA card, run the ATAINIT command from the DOS prompt, and then use the standard DOS format command to format the ATA card.
| Note: | ATAINIT works only with ATA cards that are supported by the ATADRV driver. If you cannot use your ATA card, it might be an unsupported card. Check with the manuals that came with the card. |
ATAINIT.EXE is a disk-partitioning utility that must be used to initialize any ATA cards supported by ATADRV. When a new ATA card is inserted into a PC Card slot, you need to initialized the card by using ATAINT. ATAINIT finds the physical parameters (number of sectors, cylinders, and so on) to use, and then initializes the card. To initialize the card, do as follows:
ATAINT drive_letter:
| Note: | drive_letter is the actual drive letter. For example, if your ATA card has been assigned drive letter D, you should type: ATAINIT D: |
For you to use memory cards on your system, your CONFIG.SYS file must contain the following lines (in addition to the standard drivers that are always required):
DEVICEHIGH=C:\CARDSOFt\MTSRAM.EXE DEVICEHIGH=C:\CARDSOFT\MTDDRV.EXE
Drive Letters
You need to know which drive letter to use to access the memory card.
| Note: | Drive letters are shared by memory and Flash memory cards. If you
insert an memory card in slot 1, it will be assigned drive E; if you
insert a Flash memory card in slot 2, it will use drive F.
If you remove the memory card from slot 1, and insert a second Flash memory card in slot 1, it will be assigned drive E, because that is the drive letter assigned to slot 1 for memory and Flash memory cards. |
Type the following and press Enter:
MTDDRV /?
Information similar to the following is displayed:
Drive E is partition number 00 for slot number 01. Drive F is partition number 00 for slot number 02. Drive G is partition number 00 for slot number 03. Drive H is partition number 00 for slot number 04.
This example shows a system with four PC Card slots, configured for one partition per card. You can use the memory card in your first PC Card slot (slot 1 in this example) as drive letter E.
The number of drive letters listed depends on the number of PC Card slots in your computer, and whether MTDDRV is configured for multiple partitions.
Attention: Make sure you are using the correct drive letter when formatting a memory card. Because any information on the specified drive is erased. Refer to the previous section if you need to know which drive letter to use.
To format your memory card, type the following and press Enter:
FORMAT drive_letter:
(drive_letter is the actual drive letter.)
For more instructions on using FORMAT, see your DOS user's guide.