28.07.2013 Views

JANUS? 2020 Hand-Held Computer (4MB) - Intermec

JANUS? 2020 Hand-Held Computer (4MB) - Intermec

JANUS? 2020 Hand-Held Computer (4MB) - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Defining the Startup Files<br />

NF BC Learning About the Software<br />

3<br />

<strong>JANUS</strong> devices use two startup files to control how DOS uses hardware,<br />

memory, and files: AUTOEXEC.BAT and CONFIG.SYS. AUTOEXEC.BAT<br />

loads programs and defines paths. CONFIG.SYS loads device drivers and<br />

reserves memory for processing information. The commands in the startup<br />

files execute when you warm boot or cold boot the <strong>JANUS</strong> device.<br />

You may modify the startup files for a variety of reasons:<br />

• To change the default <strong>JANUS</strong> Startup menu.<br />

• To support applications you will run on your <strong>JANUS</strong> device.<br />

• To load drivers for your PC cards.<br />

• To create physical RAM drives.<br />

• To configure your <strong>JANUS</strong> device to operate in another language.<br />

Because AUTOEXEC.BAT and CONFIG.SYS are stored on drives C or D, you<br />

must use Auto-Loader, binary file transfer (BFT), or MakeDisk and PutDisk to<br />

replace them.<br />

The next sections illustrate what the two startup files may contain when your<br />

<strong>4MB</strong> <strong>JANUS</strong> device arrives from the factory.<br />

AUTOEXEC.BAT File<br />

The AUTOEXEC.BAT file on your <strong>4MB</strong> <strong>JANUS</strong> device should look like this one:<br />

Command Line Definition<br />

echo off The AUTOEXEC.BAT commands are not displayed on<br />

the screen as they are executed.<br />

cls Clears the screen.<br />

if not exist autoinst.bat goto T2<br />

call autoinst<br />

goto T3<br />

:T2<br />

if exist d:\autoinst.bat call<br />

d:\autoinst<br />

:T3<br />

These commands call the AUTOINST.BAT file, enabling<br />

you to update drives C or D with Auto-Loader.<br />

Do not remove these commands.<br />

Do not delete AUTOINST.BAT from drives C or D.<br />

set prompt=$p$g Sets the DOS prompt to display the current drive and<br />

directory, followed by the > symbol.<br />

set path=c:\;d:\;e:\; Directs DOS to look for commands and programs in the<br />

root directories of drives C, D, and E. Do not add drive<br />

G to the path, or else errors will occur when you do not<br />

have a PC card installed.<br />

3-7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!