Avery-dennison 6037 Rev. AA 3/04 Programmer Manual Instrukcja Użytkownika Strona 1

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Ekwipunek Avery-dennison 6037 Rev. AA 3/04 Programmer Manual. Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów

Podsumowanie treści

Strona 1

MonarchPathfinder UltraGold 6037EX PrinterTC6037EXRD Rev. AA 3/04 Printed in the U.S.A. ©2004 Paxar Americas, Inc. All rights reserved.

Strona 2

1-2 Introduction

Strona 3 - CONTENTS

4-58 ROM-DOS Internal Commands Examples To show this prompt Current directory is drive:\path; Ready for <command> enter PROMPT Current director

Strona 4

ROM-DOS Internal Commands 4-59 REM (REMark) Batch File, Internal Command The REM command has two purposes: to allow comments in a batch or CONFIG.S

Strona 5 - Table of Contents iii

4-60 ROM-DOS Internal Commands REN (REName) Internal Command The REN command changes the name of a file. Syntax REN [drive:][path]filename1 filename

Strona 6

ROM-DOS Internal Commands 4-61 RMDIR (ReMove DIRectory) Internal Command The RMDIR command removes (deletes) a specified empty subdirectory. Syntax

Strona 7 - Table of Contents v

4-62 ROM-DOS Internal Commands ROMDISK External Command The ROMDISK command is used to create a ROM-DISK, similar to a RAM-DISK. This utility is cov

Strona 8

ROM-DOS Internal Commands 4-63 SET Internal Command The SET command sets, displays, or removes environment variables. Syntax SET [variable = [stri

Strona 9 - INTRODUCTION

4-64 ROM-DOS Internal Commands SHELL CONFIG.SYS Command The SHELL command allows you to specify a command interpreter other than the default COMMAND.

Strona 10 - 1-2 Introduction

ROM-DOS Internal Commands 4-65 SHIFT Batch File, Internal Command The SHIFT command moves each replaceable parameter for a batch file one position

Strona 11 - DOS BASICS

4-66 ROM-DOS Internal Commands STACKS CONFIG.SYS Command The STACKS command enables the dynamic use of data stacks to handle hardware and software in

Strona 12 - File name Extensions

ROM-DOS Internal Commands 4-67 SUBMENU CONFIG.SYS Command The SUBMENU command defines a menu item that represents a secondary menu when selected.

Strona 13 - Naming Subdirectories

DOS Basics 2-1 DOS BASICS Files, Directories, and Command Line Entries Naming Files A file is a defined set of related information that your comput

Strona 14 - Drive Specifications

4-68 ROM-DOS Internal Commands Example [MENU] menuitem=Word_Proc, Word Processing menuitem=Network, Network submenu=Research, Research and Developmen

Strona 15 - Support

ROM-DOS Internal Commands 4-69 SWITCHES CONFIG.SYS Command The SWITCHES command allows special CONFIG.SYS file options. Syntax SWITCHES=[/k][/n][/

Strona 16

4-70 ROM-DOS Internal Commands TIME Internal Command The TIME command displays the current time as shown on the system’s internal clock. Allows rese

Strona 17 - Command Line

ROM-DOS Internal Commands 4-71 ROM-DOS displays the time according to the 24-hour clock with the a or p indicator to show AM or PM. The AM / PM in

Strona 18 - Input Redirection

4-72 ROM-DOS Internal Commands TRUENAME Internal Command The TRUENAME command displays the actual path of virtual drives created with SUBST, network

Strona 19 - Using Batch Files

ROM-DOS Internal Commands 4-73 TYPE Internal Command The TYPE command displays the contents of a text file on the screen. Syntax TYPE [drive:][pat

Strona 20 - Creating a Batch File

4-74 ROM-DOS Internal Commands VER Internal Command The VER command displays the version number of the ROM-DOS in use and allows revision of this ver

Strona 21 - Batch File Commands

ROM-DOS Internal Commands 4-75 VERIFY Internal Command The VERIFY command displays or modifies the VERIFY state. Syntax VERIFY [ON | OFF] Remarks

Strona 22

4-76 ROM-DOS Internal Commands VERSION.SYS CONFIG.SYS Command VERSION.SYS modifies the version number that ROM-DOS reports. This device performs the

Strona 23 - Command Summary

ROM-DOS Internal Commands 4-77 VOL Internal Command The VOL command displays the volume label on a specified disk. Syntax VOL [drive:] Remarks If

Strona 24

2-2 DOS Basics File names range from one to eight characters in length and consist of any combination of letters, numbers, and the following symbols:

Strona 25

4-78 ROM-DOS Internal Commands

Strona 26

Utility Descriptions 5-1 UTILITY DESCRIPTIONS ROM-DOS Utilities Command Descriptions The following pages provide a description of ROM-DOS external

Strona 27

5-2 Utility Descriptions ANSI.SYS ANSI.SYS is a console device driver that allows you to support ANSI codes on the local display. Syntax Device=ANSI

Strona 28 - 2-18 DOS Basics

Utility Descriptions 5-3 ATTRIB The ATTRIB command either displays or modifies the attributes of a file or directory. Syntax ATTRIB [+R | -R] [+A

Strona 29 - CONFIGURING ROM-DOS

5-4 Utility Descriptions ATTRIB -a -r *.dat Removes the Read Only attribute and the Archive attribute of all files with the .DAT extension. ATTRIB *.

Strona 30 - 3-2 Configuring ROM-DOS

Utility Descriptions 5-5 CHKDSK (CHecK DiSK) The CHKDSK command checks the disk directories and File Allocation Table (FAT) and displays a disk and

Strona 31

5-6 Utility Descriptions If a filename is used, then CHKDSK displays all files matching that specification that have noncontiguous data areas on the

Strona 32

Utility Descriptions 5-7 CHOICE The CHOICE command allows a user to select between different options during the processing of a batch file. Syntax

Strona 33

5-8 Utility Descriptions If the text argument is added CHOICE /c:ync Please select Yes, No, or Continue the display will be: Please select Yes, No, o

Strona 34 - Commands

Utility Descriptions 5-9 :timeout tmout.exe goto end :update updat.exe goto end :timein tmin.exe goto end :end

Strona 35

DOS Basics 2-3 It is possible to have several files with the same file name but different extensions. ROM-DOS searches for and accesses the file n

Strona 36 - 3-8 Configuring ROM-DOS

5-10 Utility Descriptions COMM The COMM communications program provides the ability to communicate with a remote ROM-DOS system. COMM supports Xmode

Strona 37 - Configuring ROM-DOS 3-9

Utility Descriptions 5-11 An additional environment variable for time zones is also supported. The TZ variable allows you compensate for time zone

Strona 38 - Changing Country Conventions

5-12 Utility Descriptions On a desktop PC running Windows programs, such as Hyper Terminal, determining the time zone is part of the setup of the ope

Strona 39 - Changing the Keyboard Layout

Utility Descriptions 5-13 Command Description PgUp Sends a file to a remote computer, giving you the option of either Xmodem or ASCII file transf

Strona 40 - 3-12 Configuring ROM-DOS

5-14 Utility Descriptions COMMAND The COMMAND command starts a new command processor. Syntax COMMAND[device][/e:number][/k filename][/p] [/c string]

Strona 41 - Configuring ROM-DOS 3-13

Utility Descriptions 5-15 The /c string switch causes COMMAND to execute the command in string and then terminate. The string command can be any i

Strona 42

5-16 Utility Descriptions Option Description /C Prevents prompting for confirmation. DEFRAG does not prompt for confirmation when run from a batch

Strona 43 - COMMANDS

Utility Descriptions 5-17 DELTREE The DELTREE command deletes one or more directory trees or individual files. Syntax DELTREE [/Y] [drive:]path [[

Strona 44

5-18 Utility Descriptions DISKCOPY The DISKCOPY command copies the entire contents of one floppy disk to another. Syntax DISKCOPY drive1: drive2: [/

Strona 45

Utility Descriptions 5-19 DISPLAY DISPLAY is a device driver that allows you to view international letters and symbols (code pages) on EGA and VGA

Strona 46

2-4 DOS Basics Moving around the Directory Tree When the computer is first turned on, ROM-DOS boots into the root directory. From the root, you can

Strona 47

5-20 Utility Descriptions DUMP DUMP is a utility that dumps out the contents of memory or the contents of a file. Syntax dump filename [offset] [len

Strona 48 - BUFFERS

Utility Descriptions 5-21 EGA.CPI/EGA3.CPI EGA.CPI and EGA3.CPI are font data files for use with the international video display driver, DISPLAY.SY

Strona 49 - External Command

5-22 Utility Descriptions EMM386 The EMM386 device driver enables expanded memory support for systems capable of supporting expanded memory, such as

Strona 50

Utility Descriptions 5-23 The I=xxxx-yyyy option tells EMM386 to include UMBs in the range specified by xxxx-yyyy. The X= xxxx-yyyy option tells E

Strona 51 - CHDIR (CHange DIRectory)

5-24 Utility Descriptions The LOW argument prevents the relocation of EMM386 into the first UMB with sufficient size to hold it. EMM386 remains in c

Strona 52 - WORDPROC

Utility Descriptions 5-25 DEVICE = EMM386.EXE ROM=F000-FFFF Specifies an address range for EMM386 to use for shadow RAM. The ROM represented by th

Strona 53 - CLS (CLear Screen)

5-26 Utility Descriptions FIND The FIND command displays lines, within a disk file, that contain a specified string of characters. Syntax FIND [/V]

Strona 54

Utility Descriptions 5-27 FIND /C ROM-DOS MANUAL.TXT ...MANUAL.TXT: 105 Displays a count of the lines in the file MANUAL.TXT that contain the str

Strona 55

5-28 Utility Descriptions FORMAT The FORMAT command initializes a disk so ROM-DOS can access files on that disk. A disk must be formatted before ROM

Strona 56

Utility Descriptions 5-29 The /Q option causes FORMAT to do a quick format. A quick format reinitializes the disk, deleting each file and subdirec

Strona 57 - COPY CON NEWFILE.TXT

DOS Basics 2-5 Using Wildcard Characters without Long File name Support To simplify a task performed on a large group of similarly named files, use

Strona 58 - COUNTRY

5-30 Utility Descriptions HIMEM The HIMEM.SYS device driver manages extended memory and the High Memory Area (HMA) in a 286, 386 or greater, or PS/2

Strona 59

Utility Descriptions 5-31 Alternately, /CONTROLA20:OFF instructs HIMEM to not detect the control method for the A20 line and assumes the A20 line i

Strona 60 - CTTY (Change TeleTYpe)

5-32 Utility Descriptions Device = C:\DOS\HIMEM.SYS /machine:1 Forces the use of the AT-style A20 line control. The HIMEM driver fails to load when e

Strona 61

Utility Descriptions 5-33 KEYB The KEYB command allows you to alter the keyboard layout for a different language or nationality. Syntax KEYB KEYB

Strona 62 - DATE 6-10-1999

5-34 Utility Descriptions Examples KEYB GR KEYB GR,437 KEYB GR,,C:\TOOLS\KEYBOARD.SYS Each of these commands establishes a German keyboard layout. T

Strona 63 - DEL (DELete)

Utility Descriptions 5-35 KEYBOARD.SYS /KEYBRD2.SYS KEYBOARD.SYS and KEYBRD2.SYS are keyboard code page data files for use with the international k

Strona 64

5-36 Utility Descriptions LABEL The LABEL command sets or deletes a disk volume label. Syntax LABEL [drive:] [volume string] Remarks The volume str

Strona 65

Utility Descriptions 5-37 MEM The MEM command displays the used and free memory in your system. Syntax MEM [/B | /C | /R] Remarks Options Descript

Strona 66 - DEVICEHIGH

5-38 Utility Descriptions MODE The MODE command modifies the operation of the printer, serial port, and active video display. Syntax MODE LPT#[:]=CO

Strona 67 - DIR (DIRectory)

Utility Descriptions 5-39 bw40 — For a color graphics adapter with color disabled and 40 characters per line. bw80 — For a color graphics adapter

Strona 68

2-6 DOS Basics Using Wildcard Characters with Long File name Support To simplify a task performed on a large group of similarly named files, use wild

Strona 69

5-40 Utility Descriptions MORE The MORE command displays a text file one screen at a time. Syntax MORE [filename] or command | MORE Remarks The i

Strona 70

Utility Descriptions 5-41 MOVE The MOVE command moves files and renames files and directories. Syntax To move one or more files: MOVE [/Y | /-Y] [

Strona 71

5-42 Utility Descriptions NED The NED editor is a menu-based text editor you can use with ROM-DOS. This editor is similar to other editors but has s

Strona 72

Utility Descriptions 5-43 Basic Editor Operation NED uses the standard Windows interface for cut, copy, and paste operations. Del and Shift+Del bo

Strona 73

5-44 Utility Descriptions sequence can be played by selecting Play Macro or by pressing ALT. Keyboard bindings are saved in NED.CFG in the same dire

Strona 74

Utility Descriptions 5-45 Ctrl+I Insert tab (same as Tab) Ctrl+J Page down Ctrl+K Toggle block mode (for cutting to clipboard) Ctrl+L Delete th

Strona 75

5-46 Utility Descriptions Default Hot Keys Many of the editor commands can be accessed directly by pressing key combinations. For example, press Alt+

Strona 76

Utility Descriptions 5-47 Key Function Ctrl+N Read a file into a new buffer Ctrl+Left Arrow Left one word Ctrl+P Move to the previous positio

Strona 77

5-48 Utility Descriptions PRINT The PRINT command prints a single file or a list of files. Syntax PRINT [/drive:] [filename] [/options] Remarks PRI

Strona 78 - .TXT extension

Utility Descriptions 5-49 The /F option sets the maximum number of files to be queued up at one time. The default number of files is ten. The min

Strona 79

DOS Basics 2-7 System Prompt After the execution of each command, ROM-DOS displays the system prompt indicating that it is ready for the next instr

Strona 80

5-50 Utility Descriptions RSZ RSZ.EXE is a Zmodem file transfer utility used to transfer files over a serial port to another machine running the Zmod

Strona 81 - condition command

Utility Descriptions 5-51 Option Description /S Send the specified files using Zmodem protocol. Wildcards are allowed. /V Verbose switch forces

Strona 82

5-52 Utility Descriptions TZ (Time Zones) An additional environment variable for time zones is also supported. The TZ variable allows you compensate

Strona 83 - INCLUDE

Utility Descriptions 5-53 On a desktop PC running Windows programs, such as HyperTerminal, determining the time zone is part of the setup of the op

Strona 84 - INSTALL

5-54 Utility Descriptions SHARE The SHARE command installs the capabilities for file sharing and file locking on your hard disk. Syntax SHARE [/L:nn

Strona 85 - LASTDRIVE

Utility Descriptions 5-55 INSTALL=C:\UTILS\SHARE.EXE /l:30 Installs SHARE from the CONFIG.SYS file and changes the maximum number of locked files t

Strona 86 - LOADHIGH

5-56 Utility Descriptions SMARTDRV The SMARTDRV command provides disk and diskette cacheing. This is a memory resident program that speeds up your s

Strona 87 - MENUCOLOR

Utility Descriptions 5-57 Option Description /E: ElementSize Specifies how many bytes of information to move at one time./B: BufferSize Specifies

Strona 88

5-58 Utility Descriptions SORT The SORT command sorts a text file and displays the output to the standard device. Syntax SORT [/R] [/+n] [[drive1:][

Strona 89 - MENUDEFAULT

Utility Descriptions 5-59 STACKDEV.SYS The STACKDEV.SYS command is used to increase the number of stacks available for IRQ handlers and Int13h. Th

Strona 90

2-8 DOS Basics The last command entered on the command line is stored in a command line buffer. You can recall and edit the contents of this buffer

Strona 91 - MENUITEM

5-60 Utility Descriptions SUBST The SUBST command allows one drive to appear as another drive. This is useful for creating a consistent drive letter

Strona 92

Utility Descriptions 5-61 SYS The SYS command copies the ROM-DOS system files ROM-DOS.SYS and COMMAND.COM from the disk in the default drive to the

Strona 93 - MKDIR (MaKe DIRectory)

5-62 Utility Descriptions The third method uses the file ROM-DOS.SYS, the equivalent of the hidden system files IBMBIO.COM and IBMDOS.COM. ROM-DOS.S

Strona 94 - NEWFILE

Utility Descriptions 5-63 TRANSFER TRANSFER is a file-exchange utility that allows embedded systems to upload and download files over a serial link

Strona 95

5-64 Utility Descriptions Option Description /B# Sets the baud rate. The rate number may be 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, or 1

Strona 96 - NUMLOCK

Utility Descriptions 5-65 This example sends the file JUNK.ABC over COM4 at 1200 baud, using IRQ 11. A:>transfer /s /B1200 /COM4 /IRQ11 junk.abc

Strona 97

5-66 Utility Descriptions TREE The TREE command displays each subdirectory and, optionally, the files within them for a specified drive. Syntax TREE

Strona 98

Utility Descriptions 5-67 UMBLINK.EXE UMBLINK builds upper memory blocks (UMBs) which have a distinct MCB chain and may or may not be linked into t

Strona 99

5-68 Utility Descriptions VDISK VDISK is a device driver that allows you to use RAM as a disk. Syntax device = VDISK [size [secs[dirs]]] [/E] Remark

Strona 100 - Examples

Utility Descriptions 5-69 Examples device = VDISK.SYS Builds a 64KB RAM disk in DOS memory. device = C:\DOS\VDISK.SYS 220 /E Builds a 220KB RAM di

Strona 101 - REM (REMark)

DOS Basics 2-9 Output Redirection The syntax for redirecting output to a file is > filename When this is added to the end of the command line, s

Strona 102 - REN (REName)

5-70 Utility Descriptions XCOPY The XCOPY command copies multiple files and, optionally, subdirectories from one disk to another. Syntax XCOPY sourc

Strona 103 - RMDIR (ReMove DIRectory)

Utility Descriptions 5-71 The /S option copies files in subdirectories of the source directory. The /V option verifies each write to the disk. The

Strona 104 - ROMDISK

5-72 Utility Descriptions

Strona 105 - Remarks

Servers 6-1 SERVERS Serial File Server With these utilities, the client machine can access some or all of the drives of the server machine throug

Strona 106

6-2 Servers Option Description /B# Selects the baud rate for transmission. Available baud rates are 300, 1200, 2400, 4800, 9600, 19200, 38400, 57

Strona 107 - Example

Servers 6-3 The syntax for unloading SERLINK is: SERLINK.EXE /U Option Description /U Unloads SERLINK from memory, thereby disabling the drive le

Strona 108

6-4 Servers Remote Disk Program The remote disk program allows you to access a disk drive on a remote system via a serial cable and standard PC-styl

Strona 109 - SUBMENU

Servers 6-5 Option Description /IRQn Set the IRQ for the communications port. Valid settings are 3 – 15. Default is IRQ3 for COM 2 and COM4, an

Strona 110

6-6 Servers Option Description /Bnnnn Selects the baud rate for transmission. Available baud rates are 300, 1200, 2400, 4800, 9600, 19200, 3840

Strona 111 - SWITCHES

Servers 6-7 Using the Remote Disk To use the remote disk, both REMDISK and REMSERV must be running on their respective systems and must use the sa

Strona 112

Each product and program carries a respective written warranty, the only warranty on which the customer can rely. Monarch reserves the right to make c

Strona 113

2-10 DOS Basics Batch File names When naming batch files, use the .BAT extension on the file name. This extension tells ROM-DOS to execute the batch

Strona 115

Glossary A-1 GLOSSARY Address Mask (also referred to as NetMask) A bit mask used to select bits from an IP address for subnet addressing. The ma

Strona 116

A-2 Glossary Baud Literally, the number of times per second the signal can change on a transmission line. Commonly, the transmission line uses only

Strona 117 - VERIFY

Glossary A-3 DOS kernel The DOS kernel is the part of DOS that handles a standard DOS call (Int 21h). It handles opening, reading/writing of fil

Strona 118 - VERSION.SYS

A-4 Glossary POST Power On Self-Test – a test performed by the BIOS that checks the computer hardware for problems before fully initializing the comp

Strona 119

ii Index INDEX % symbol how to use in a batch file, 2-11 ; sign using in a batch file, 4-4 using in CONFIG.SYS, 4-4 ? symbol using to pause CONFIG.S

Strona 120

ii Index Batch files bypassing commands in, 3-6 clearing the display, 4-11 commands that can be used in, 2-11 disabling the user prompt, 5-7 how to

Strona 121 - UTILITY DESCRIPTIONS

Index iii COM ports changing configuration with MODE, 5-38 COMMAND command using to start the command processor, 5-14 Command interpreter loading ot

Strona 122 - ANSI.SYS

iv Index using INCLUDE for multiple-user setups, 4-41 using to install device drivers, 4-23, 4-24, 4-44 using to set for multiple users, 4-47, 4-49

Strona 123

Index v DATE command using to display/set the date, 4-19 DEL command using to erase disk files, 4-21 DELTREE command using to erase disk files, 5-17

Strona 124 - ATTRIB *.dat

DOS Basics 2-11 Batch File Command Line Parameters A batch file may use parameters placed on the command line. Insert these parameters as argument

Strona 125 - CHKDSK (CHecK DiSK)

vi Index Disk files checking free disk space, 5-5 definition of, 2-1 displaying directory contents, 4-25, 4-72, 5-66 displaying text using MORE, 5-4

Strona 126

Index vii ECHO command using to display batch file messages/commands, 4-29 EGA.CPI, 5-21 EMM386.EXE using to support expanded memory, 5-22 Environme

Strona 127

viii Index using DIR to list directory contents, 4-25 using DISKCOPY to create entire disk, 5-18 using ERASE to delete, 4-31 using in place of keybo

Strona 128

Index ix Keyboard layout loading different countries with KEYB, 3-11 setting for different countries, 3-11 Keyboard layouts altering with KEYB, 5-33

Strona 129

x Index MORE command using when displaying text files, 5-40 MOVE command using to move/rename new files/directories, 5-41 Moving files using MOVE to

Strona 130 - Environment Variables

Index xi RMDIR command using to delete a directory/subdirectory, 4-61 RMDIR/RD command using to delete an empty directory, 4-61 ROM-DOS changing the

Strona 131

xii Index Time settings changing with the TIME command, 4-70 TREE command using to list directories/subdirectories, 4-72, 5-66 TSR, 4-42 TSR program

Strona 134 - COMMAND

2-12 DOS Basics For example, you may often run a program named MY_INFO1 followed by a program named MY_INFO2, both of which display a screen of infor

Strona 135

DOS Basics 2-13 Command Summary Following are brief descriptions of all ROM-DOS commands, including batch file commands. Command Description ? CO

Strona 136

2-14 DOS Basics Command Description DEL Deletes specified files. DELTREE Deletes one or more directory trees or individual files. DEVICE Installs

Strona 137 - DELTREE

DOS Basics 2-15 Command Description GOTO Batch file command. Moves control to a specified line in the batch file. HELP Lists all available ROM-

Strona 138 - DISKCOPY

2-16 DOS Basics Command Description MORE Displays a text file one screen at a time. MOVE Moves files and renames files and directories. NED A DOS

Strona 139 - DISPLAY

DOS Basics 2-17 Command Description SORT Utility that sorts text files and displays the output to the standard device. STACKDEV Increases the nu

Strona 141 - EGA.CPI/EGA3.CPI

Configuring ROM-DOS 3-1 CONFIGURING ROM-DOS Basic Configuration Certain standard settings for your system’s operation can be stored in a file named C

Strona 142

Table of Contents i CONTENTS INTRODUCTION ... 1-1 About ROM-DOS...

Strona 143 - Utility Descriptions 5-23

3-2 Configuring ROM-DOS To define multiple configurations within the CONFIG.SYS file, you first need to define a startup menu. Each menu item repres

Strona 144

Configuring ROM-DOS 3-3 A sample menu block might look as follows: [MENU] menuitem=Research, Research and Development menuitem=WP, Word Processing me

Strona 145 - DEVICE = EMM386.EXE D=20

3-4 Configuring ROM-DOS To continue the above example, the configuration blocks might appear as follows: [COMMON] device=c:\romdos\himem.sys dos=high

Strona 146

Configuring ROM-DOS 3-5 Extending Menu Items to AUTOEXEC.BAT The defined name of the menu item you have chosen becomes the value of the environment v

Strona 147 - ...MANUAL.TXT: 105

3-6 Configuring ROM-DOS Bypassing CONFIG.SYS and AUTOEXEC.BAT Commands ROM-DOS offers the capability to bypass some or all of the commands in your AU

Strona 148

Configuring ROM-DOS 3-7 2. As the above message is being displayed, press the F8 key to display the first command in the CONFIG.SYS file. 3. For ea

Strona 149 - Utility Descriptions 5-29

3-8 Configuring ROM-DOS Configuring ROM-DOS for International Use You can configure ROM-DOS to conform to local conventions for date, time, and curre

Strona 150

Configuring ROM-DOS 3-9 Country Code Code Page Alternative Code Page Australia 061 437 850 Belgium 032 850 437 Brazil 055 850 437 Canadian-Fr

Strona 151 - Error Conditions

3-10 Configuring ROM-DOS Changing Country Conventions The command to instruct ROM-DOS to use German conventions, for example, is COUNTRY=049 The COUN

Strona 152 - 5-32 Utility Descriptions

Configuring ROM-DOS 3-11 Displaying Different Code Pages To display a code page other than the hardware code page, you must load DISPLAY.SYS in CONFI

Strona 153

ii Table of Contents Environment Variables... 3-7 Configuring ROM-DOS for Internati

Strona 154

3-12 Configuring ROM-DOS Most countries have two valid code pages. If you do not specify a code page, the default code page is used. Following are

Strona 155 - KEYBOARD.SYS /KEYBRD2.SYS

Configuring ROM-DOS 3-13 After you have loaded KEYB, your keyboard layout reflects the country you chose. You can switch back to the US keyboard lay

Strona 156

3-14 Configuring ROM-DOS Note that the keyboard code page could be set to not match the display code page. This can lead to confusion, as the keyboa

Strona 157

ROM-DOS Internal Commands 4-1 ROM-DOS INTERNAL COMMANDS Internal Command Descriptions The following pages provide a complete description of each RO

Strona 158

4-2 ROM-DOS Internal Commands ? The question mark (?) command directs ROM-DOS to pause and ask for confirmation before processing the command. Plac

Strona 159

ROM-DOS Internal Commands 4-3 @ Internal Command The @ sign command prevents a single command in a batch file from being echoed to the screen as th

Strona 160

4-4 ROM-DOS Internal Commands ; Internal Command The semicolon (;) command has two purposes: to allow comments in a batch or CONFIG.SYS file, and to

Strona 161

ROM-DOS Internal Commands 4-5 BREAK Internal Command The BREAK command expands the list of operations that can be stopped by pressing Ctrl+C or Ctr

Strona 162 - Starting the Editor

4-6 ROM-DOS Internal Commands BUFFERS CONFIG.SYS Command ROM-DOS has internal buffers to temporarily hold data read from the disk. Increasing the nu

Strona 163 - Utility Descriptions 5-43

ROM-DOS Internal Commands 4-7 BUILD External Command The BUILD command is used to create a ROM-DOS kernel with customized options. This is a menu

Strona 164

Table of Contents iii ERASE...4-31 EXIT...

Strona 165

4-8 ROM-DOS Internal Commands CALL Batch File, Internal Command The CALL command invokes execution of a secondary batch file without exiting the prim

Strona 166 - Key Function

ROM-DOS Internal Commands 4-9 CHDIR (CHange DIRectory) Internal Command The CHDIR command changes the current directory. Syntax CHDIR [drive:][pat

Strona 167 - Utility Descriptions 5-47

4-10 ROM-DOS Internal Commands The following examples use this directory tree structure: CD D:\TEST\NEW Moves you into the subdirectory named NEW, lo

Strona 168

ROM-DOS Internal Commands 4-11 CLS (CLear Screen) Internal Command The CLS command clears the monitor to display a blank screen. Syntax CLS Remark

Strona 169

4-12 ROM-DOS Internal Commands COPY Internal Command The COPY command copies a file or set of files to a specified destination: another disk, another

Strona 170

ROM-DOS Internal Commands 4-13 COPY device [drive:][path]filename[/option] The device is the source such as a keyboard or console, the output of wh

Strona 171 - File Transfer Recovery

4-14 ROM-DOS Internal Commands /-Y confirms the copy of one file over the existing file of the same name. This option overrides the setting made by t

Strona 172 - TZ (Time Zones)

ROM-DOS Internal Commands 4-15 COPY JAN.DAT + FEB.DAT + MAR.DAT QTR1.DAT Copies the files JAN.DAT, FEB.DAT, and MAR.DAT in sequence into the single

Strona 173 - Utility Descriptions 5-53

4-16 ROM-DOS Internal Commands COUNTRY CONFIG.SYS Command ROM-DOS supports multiple country formats for time, date, and currency, and other basic cou

Strona 174

ROM-DOS Internal Commands 4-17 The first COUNTRY command above uses codes page 850, by default, for sorting and case conversion. The second COUNTR

Strona 175 - SHARE /U

iv Table of Contents STACKS...4-66 SUBMENU...

Strona 176 - SMARTDRV

4-18 ROM-DOS Internal Commands CTTY (Change TeleTYpe) Internal Command The CTTY command directs input and output to a different device other than you

Strona 177

ROM-DOS Internal Commands 4-19 DATE Internal Command The DATE command displays the current date (month, day, year) as known to ROM-DOS and also all

Strona 178

4-20 ROM-DOS Internal Commands Alternatively, you may skip the display and prompting by entering the current date on the command line. To enter June

Strona 179 - STACKDEV.SYS

ROM-DOS Internal Commands 4-21 DEL (DELete) Internal Command The DEL command deletes a specified file or set of files. Syntax DEL [drive:][path]fi

Strona 180

4-22 ROM-DOS Internal Commands Examples DEL A:*.DOC /P Deletes all files on the A: drive with a .DOC extension. Before each file is deleted, you are

Strona 181

ROM-DOS Internal Commands 4-23 DEVICE CONFIG.SYS Command The DEVICE command installs a device driver. Syntax DEVICE = [drive] [path] driver name [

Strona 182

4-24 ROM-DOS Internal Commands DEVICEHIGH CONFIG.SYS Command The DEVICEHIGH command loads an installable device driver into the upper memory area, if

Strona 183 - TRANSFER

ROM-DOS Internal Commands 4-25 DIR (DIRectory) Internal Command The DIR command displays a list of the files that are in a specific directory. Synt

Strona 184

4-26 ROM-DOS Internal Commands The /P option selects page mode, which makes ROM-DOS pause the display each time the screen is full. Press any key to

Strona 185 - A:>TRANSFER /r B:VI.EXE

ROM-DOS Internal Commands 4-27 The values for rows and columns only have an affect when you use the /P or /W options with the DIR command. The /P

Strona 186

Table of Contents v FORMAT ...5-28 HIMEM...

Strona 187 - UMBLINK.EXE

4-28 ROM-DOS Internal Commands DOS CONFIG.SYS Command ROM-DOS can be loaded into an upper portion of memory referred to as the High Memory Area (HMA)

Strona 188

ROM-DOS Internal Commands 4-29 ECHO Batch File, Internal Command The ECHO command controls whether ROM-DOS commands and other messages are displaye

Strona 189

4-30 ROM-DOS Internal Commands Examples ECHO This batch file moves files ECHO to another directory. A batch file message with more than one line. ECH

Strona 190

ROM-DOS Internal Commands 4-31 ERASE Internal Command The ERASE command deletes a specified file or set of files. Syntax ERASE [drive:][path]filen

Strona 191

4-32 ROM-DOS Internal Commands Examples ERASE MYLETTER.DOC MYLETTER.DOC, Delete (Y/N)? Erases the file MYLETTER.DOC from the current default subdir

Strona 192 - 5-72 Utility Descriptions

ROM-DOS Internal Commands 4-33 EXIT Internal Command The EXIT command exits a secondary nested ROM-DOS operation and returns control of the system

Strona 193 - SERVERS

4-34 ROM-DOS Internal Commands FCBS CONFIG.SYS Command The FCBS command allows you to specify the number of File Control Blocks (FCBs) open at one ti

Strona 194 - Client Program

ROM-DOS Internal Commands 4-35 FILES CONFIG.SYS Command The FILES command specifies the maximum number of files that may be open at one time. Synta

Strona 195

4-36 ROM-DOS Internal Commands FOR Batch File Command The FOR command allows repeated execution of a ROM-DOS command applied to a set of files. Synta

Strona 196 - Remote Disk Program

ROM-DOS Internal Commands 4-37 GOTO Batch File, Internal Command The GOTO subcommand transfers control to another line of the batch file. Syntax G

Strona 197

vi Table of Contents Remote Disk Program... 6-5 Server Program...

Strona 198

4-38 ROM-DOS Internal Commands HELP Internal Command The HELP command provides on-line help of each ROM-DOS command. Syntax HELP command Remarks Th

Strona 199 - Using the Remote Disk

ROM-DOS Internal Commands 4-39 IF Batch File Command The IF subcommand allows conditional execution of commands. Syntax IF [NOT] condition command

Strona 200 - 6-8 Servers

4-40 ROM-DOS Internal Commands Examples IF ERRORLEVEL 15 GOTO EXIT Will GOTO the :EXIT label if the ERRORLEVEL was equal to or greater than 15. IF %1

Strona 201 - GLOSSARY

ROM-DOS Internal Commands 4-41 INCLUDE CONFIG.SYS Command The INCLUDE command includes the contents of one configuration block into another. The i

Strona 202 - A-2 Glossary

4-42 ROM-DOS Internal Commands INSTALL CONFIG.SYS Command The INSTALL command loads Terminate and Stay Resident (TSR) programs during CONFIG.SYS proc

Strona 203 - Glossary A-3

ROM-DOS Internal Commands 4-43 LASTDRIVE CONFIG.SYS Command The LASTDRIVE command sets the maximum number of drives. Syntax LASTDRIVE = letter Rem

Strona 204 - A-4 Glossary

4-44 ROM-DOS Internal Commands LOADHIGH CONFIG.SYS, Internal Command The LOADHIGH command loads an executable or TSR program into the upper memory ar

Strona 205

ROM-DOS Internal Commands 4-45 MENUCOLOR CONFIG.SYS Command The MENUCOLOR command allows you to set the text and background colors for the startup

Strona 206

4-46 ROM-DOS Internal Commands Color Values: 0 – Black 1 – Blue 2 – Green 3 – Cyan 4 – Red 5 – Magenta 6 – Brown 7 – White 8 – G

Strona 207

ROM-DOS Internal Commands 4-47 MENUDEFAULT CONFIG.SYS Command The MENUDEFAULT command allows you to set the default menu-item choice and a time-out

Strona 208

Introduction 1-1 INTRODUCTION Datalight ROM-DOS is the operating system that runs on the Monarch Pathfinder Ultra Gold 6037EX printer. About RO

Strona 209

4-48 ROM-DOS Internal Commands Makes the Word_Proc configuration block the default menu item. If you fail to make a selection within 20 seconds, the

Strona 210

ROM-DOS Internal Commands 4-49 MENUITEM CONFIG.SYS Command The MENUITEM command allows you to specify an item on the startup menu. This command ca

Strona 211

4-50 ROM-DOS Internal Commands Examples [MENU] menuitem=Word_Proc, Word Processing menuitem=Network, Network menuitem=Research, Research and Developm

Strona 212

ROM-DOS Internal Commands 4-51 MKDIR (MaKe DIRectory) Internal Command The MKDIR command creates a new subdirectory. Syntax MKDIR [drive:][path]su

Strona 213

4-52 ROM-DOS Internal Commands NEWFILE CONFIG.SYS Command The NEWFILE command allows you to continue CONFIG.SYS file processing from a new file. The

Strona 214

ROM-DOS Internal Commands 4-53 the NEWFILE= statement. This can be used in an AUTOEXEC.BAT file for further boot-up decision-making. Examples NEWFI

Strona 215

4-54 ROM-DOS Internal Commands NUMLOCK CONFIG.SYS Command The NUMLOCK command sets the Num Lock key on the keyboard to ON or OFF when your computer s

Strona 216

ROM-DOS Internal Commands 4-55 PATH Internal Command The PATH command sets the search path for command files that are not in the current directory.

Strona 217

4-56 ROM-DOS Internal Commands PAUSE Batch File, Internal Command The PAUSE command suspends the execution of a batch file and resumes operation when

Strona 218

ROM-DOS Internal Commands 4-57 PROMPT Internal Command The PROMPT command changes the ROM-DOS command prompt. Syntax PROMPT [text] [$character] [$

Komentarze do niniejszej Instrukcji

Brak uwag