|
Problem:
|
Measures taken / Solution
|
| MS-DOS: |
| You have
exited Windows and want to get back to your C:\> prompt |
-
Type c: and press enter
-
Type cd\ and press enter
|
| You want
to create a new directory on your drive C: |
-
From DOS - (using the cd, or cd\path change
to the directory you want to insert the new directory into
-
Type md new where new is the name
of the new directory (the name must be limited to 8 alpha numeric characters.
-
From Windows File Manager Click on file,
Create Directory and type the new name in and click on OK
|
| You want
to delete a file from DOS |
-
Type del filename.ext where filename.ext
is the name of the file you want to delete.
|
| You want
to load a memory manager into you startup files |
-
This is not recommended since the Ashland
Compaq computer are pre-loaded with QEMM memory manager.
-
Add the line device=c:\dos\himem.sys to your config.sys file
-
Add the line device=c:\dos\smartdrv.exe into your autoexec.bat
-
Install a third party memory manager onto your computer (Like Blue Lighting,
QEMM, BlueMax)
|
| Ram Doublers |
-
With the exception of QEMM 8.0, - Memory
managers like SoftRam, RamDoubler, Hurricane etc. Do not increase the amount
of RAM available to your operating system, (they only use compression algorithms
within the Windows environment)
|
| You have
exited to windows and now want to get back to Windows from DOS |
-
Type win and press enter
-
If Windows is not in your path (defined
in the autoexec.bat file) then type cd\windows - press enter
-
type win - press enter
|
| You want
to see a list of files in your directories |
-
You can start Windows and use the File
Manager to see the files
-
Type dir and press enter (if the files
scroll by too fast - see #3)
-
Type dir /p to pause each screen
-
Type dir /w to see the files listed 4
across on your screen.
|
| You want
to delete an entire directory without manually deleting all files
|
-
You can do this if you have a version
of DOS higher then 5.0
-
type deltree dirname and answer yes to
delete all files and dirs.
|
| You do not
have enough memory available to run some of your programs after start-up |
-
You can use a memory
manager like QEMM (supplied with all of the Ashland Computer) and run the
optimize program - Due to the large amount of options and settings available
this should only be done by experienced users.
-
DOS does come with
an optimizing utility called memmaker However this program is not compatible
with QEMM.
-
You can use a third
party Optimize like Norton, BlueMax, etc.
-
Try starting your computer without loading
a lot of driver: to do this
-
Restart your computer - When the "Starting
MS DOS..." message appears press the F8 function key - this will prompt
you to run each line of the start-up files one by one
-
To bypass the start-up files completely
- Press the F5 key at the "Starting MS DOS ..." message. (Doing this will
give you a "Clean Boot" , however none of your extended memory will be
available since the HIMEM.SYS file is needed to use extended memory.)
|
| You want
to delete an entire directory and all the files within that directory. |
-
Go to the immediate parent directory (the
folder that holds the directory you want to delete)
-
Type deltree dirname (where dirname is
the name of the directory you want to delete.
-
type y when DOS asks you if you are sure
you want to delete all these files
-
From C:\> (root directory) you can also
specify the entire path
-
ex. deltree c:\word\docs\mystuff
|
| You want
to see how big a directory and all its sub-directories are and how much
space they are using on your hard drive |
-
Type cd\name (where name is the directory
you want to measure)
-
Type dir /s
-
When DOS is done reading all the files
it will list the total number of files and the total size being used.
|
| You want
the computer to remember all the commands you typed so that you can recall
them by pressing the up arrow key.. |
-
At the c:\> prompt in DOS type doskey
and press the enter key.
-
After that the computer will remember
all the commands you typed and you can cycle through them with the up and
down arrow keys.
-
Note: This does take up a small amount
of "low memory" so if you use DOS programs that need alot of memory you
may need to reboot prior to running those said programs.
-
Also: pressing the F3 key will retype
your last DOS command.
|
| You want
to find all the temporary files on your hard drive so that you can delete
them to make room for new files. |
-
At the DOS prompt c:\> type dir *.tmp
/s /p and press enter.
-
This will list all the temp. files and
pause after each screen so that you can jot them down and find them later.
-
If you need the room on your hard drive
often you can delete alot of the help files that you will not use. They
are usually named *.hlp (where the * can be any combination of characters)
-
Note: If you use the help files alot use
this method with discression.
|
| You used
the MS DOS icon from Windows and now you can’t get back to windows. |
-
At the DOS prompt (anywhere in DOS) type
exit and press enter.
|
| You want
to keep a DOS program running but you still want to get back to windows.
|
-
If you accessed the program from Windows
(or used the DOS icon in windows group "Main") you can shrink down the
size of your screen by holding down the Alt key and tapping the enter key.
-
This will give you a "Virtual DOS Window"
inside your window session.
-
You can then use your buttons to minimize
the window.
-
Note: You will not be able to exit the
program by double clicking on the control button or choosing file close.
-
You must exit the program the way you
normally would and type exit at the c:\>
|
| You want
to recover a file that you accidentally deleted |
-
From the directory the file was located
in type "undelete" and supply the first letter of the filename for DOS
when it tells you it found the file you want called ?myfile.doc (where
?myfile.doc is 2myfile.doc) DOS erases the first letter of a file from
the FAT when you delete it and replaces it with a question mark so there
will be room on you hard drive to put new files.
-
Note: The sooner you try this after a
file has been deleted the better chance you have of recovering it. Each
time you save a file or create a new file you run the risk of "writting
over top" of the file you deleted.
-
If DOS can not recover the file sometimes
3rd-party utilities can recover some of the data. Try the Norton Utilities,
PC Tools, etc.
|
| All the
files and directories look like jumbled lines and scribbles and even the
commands you type don’t display what you typed |
-
You probably have a TON of cross-linked
files and directories on your hard drive and the needed system files for
DOS have been corupted.
-
BOOT FROM A CLEAN SYSTEM DISK
-
RUN SCANDISK TO FIX ERRORS (SAVE THEM
AS FILES)
OR
-
RUN 3RD PARTY UTILITY LIKE NORTON’S NDD
-
Remember if you save the files - maybe
you can rename them as before
|
| You have
files that your programs can not read - "Invalid Filename" |
-
If a file has become corrupted, you can
copy a backup over it
-
If the has been named something that Windows
3.1 can not read, you can delete or rename the file in serveral ways: of
course you could type del *.* to delete, but
-
You may be able to rename it by using
a question mark at the place that is unreadable by...
-
rename my?doc.doc mydoc.doc (where the
file was named
-
my doc.doc and OS will not accept spaces.
-
Another solution: copy my*.doc c:\temp\mydoc.tmp
and then deltree c:\locat (where location is directory with invalid file)
|
| If you turn
the computer on and you can not get to a normal screen, - Errors like "Invalid
drive" or "Unable to boot from fixed disk"
|
-
CAUSE If your disk partitions have been
deleted, (then all the files will be gone as well) or your primary partition
has been made inactive you will get these errors
-
Boot from a clean
system disk of the same OS
-
Run the fdisk
utility
-
Make the primary
partition active.
|
If you get
messages telling you that
"the computer is unable to load"
... certian devices
or driver - POSSIBLE IRQ CONFILICT
|
-
Using the msd.com program check the IRQ
usage, and the memory areas to see where devices are loaded
-
Use either the BIOS or configs to eliminate
confilicting addresses and IRQ’s
|
| Microsoft
WINDOWS: |
| You want
to change the settings for your Windows (Colors, Fonts, Backgrounds, etc.) |
-
Double click on the Icon "Control Panel"
(Usually in the group - Main)
-
You will see the controls for changing
various Window options here.
|
| You can't
find the Group that you want to open that has the files and
programs you're looking for
|
-
Use your Scroll bars and Arrows (the gray
bars on the bottom and left-side of the windows) to move around inside
your windows.
-
Close all your open Groups (windows)
-
Click on Window (in the Program
Manager menu ribbon)
-
Click on Arrange Icons
|
| Windows
does not start-up the same way every time. |
-
Set Windows up to the way you want it
to start every time.
-
From the Program Manager Window:
-
Click on Options
-
Click on Save Settings on Exit
(make sure there is a check mark by this option)
-
Exit Windows
-
Type win and press enter to restart Windows.
-
Click on Options, Save Settings
on Exit again (Turn off check mark)
|
| You can't
find the icon (picture) to start the program you want to
run
( *- See Also Deleted Icon Section
-* ) |
-
Open the group that has your program -
and click on the up arrow button in the top right corner of the group window.
This will open your group to fill the entire Program Manager Window (click
on the double arrow button to reduce it back to its original size)
-
In Program Manager click on Options
, Auto Arrange - This will sort your Icons according to how big
you have your group window set.
-
In Program Manager - click on Window
- click on Tile (or Cascade) - This will arrange all the
open groups so that you can see them.
-
Use your Scroll bars and Arrows (the gray
bars on the bottom and left-side of the windows) to move around inside
your windows.
|
| Your mail
box is missing from your Lotus Notes desktop |
-
Login to the network with your user name
and current password
-
Open Lotus Notes
-
Click on File, Open Database
-
Double Click on the Server that your mail
is routed through (This is in the top box) ( Usually Server6 for Ashland_NIP)
-
In the bottom box find your street talk
name
-
Highlight your name
-
Click on the Add Icon button
-
Call your Network Administrator Ched (x-3513,
or x-3502)
|
| Can not
access or insert OLE objects (like Excel sheet into Word documents) and
you recently loaded a new program on the PC, (like a CD-ROM game). |
-
Some programs load THEIR versions of dll
files, (while they should check for previous version - some don’t)
-
If you have a backup copy of the dll’s
you can attempt to simply load them overtop the existing ones.
-
Note: close as many programs as possible,
OR an even better solution is to copy the files from a DOS prompt (with
Windows closed)
-
See MS Office Products section for full
listing of ole DLL files
|
| While working
in Windows your mouse pointer disappears and you can’t access programs
and options. |
-
While holding down the Alt key tap the
tab key to cycle through any open programs (release the keys to goto listed
program) - use the Alt key to access the menu’s and save any open files
-
Alt + tab to get to program manager -Hold
the Alt key and press F4
-
Press the enter key to "Yes" exit windows.
-
Restart Windows (check that mouse cord
is connected to PC)
|
| When you
try to start a Window program you get an error message stating that "Registration
data is missing or corrupted" |
-
From File manager find the directory that
has your executable file and look for a file with the same first name but
with the extension .reg
-
Double click on the *.reg file to update
the Windows registration database (versions 3.x)
|
| Windows
and Window programs are running slowly and locking up.
Note DO NOT DO THIS FOR WINDOWS95
Note: A 386 computer will naturally run much slower than one of the
new Pentiums. |
-
Defragment Hard
Disk - Run MS DOS program " Defrag ".
-
Run MS DOS program
" Scandisk ".
-
Delete un-necessary temporary files from
your temp directory.
-
NOTE: DO THIS ONLY AFTER YOU HAVE EXITED
FROM WINDOWS COMPLETELY !!
-
Remove wallpaper and extra fonts from
Windows start-up files - This can be done from the "Control Panel" program
usually located in the Group "Main".
-
DO NOT REMOVE THE FONTS:
-
SYSTEM
-
MS SAN SERIFF
-
TIMES NEW ROMAN
-
ARIEL (THESE FONTS ARE NEEDED TO
RUN WINDOWS !! )
-
Delete un-needed icons and groups from
Windows Program Manager.
-
Set Windows swap
file for virtual memory to at least 4 Mb / per 8Mb of physical RAM.
-
Set the Windows
swap file to a "Permanent" type file.
-
Enable 32 bit disk
access in virtual memory.
-
Remove un-needed
load lines from the *.ini files and remove un-needed programs from start
up group. experienced users only !
|
| When you
try to start Lotus Notes (or other type of email client) you get an error
Message
"S_Station not set" |
-
Make sure that you are logged into the
network !!
-
Check with one of the network administrators
to ensure that you do have a mail box set up on the network. - If you have
gotten Notes before you may need to reset the mailbox options.
-
Exit Windows and type set and press
enter at the C:\> prompt - Look to see if there is a line saying S_Station=a111111
(where a111111 is your employee number). If there is no line saying this
try typing set s_station=A###### and pressing the enter key
-
There may not be enough memory established
in your operating environment. Try looking at your autoexec.bat file to
see what the shell is: To do this exit Windows (or use the DOS prompt icon)
and at the c:\> prompt - make sure you are on the C drive type c:
and press enter, type cd\ and press enter, type type autoexec.bat
| more and press enter. This will show you what your autoexec.bat (startup
file) has. Look for a line that says something like :
-
shell=c:\command.com /p /e:640
The number at the end of the line should be at least 512 and no more than
1024: If it is not contact Ched at 3513 to edit this file.
|
| Lotus Notes
cannot be located with Vines Street Talk
|
-
This means that the Server software is
not available (in the case of Neville Island our server software is located
on one of the Dublin, OH. File servers) This is not a local problem and
you must call the Dublin help desk for assistance - Chances are that they
already know that the server is unavailable and are working on the solution.
-
Try the set s_station=a155555 (your employee
#) command from DOS and restart windows.
|
| Fonts that
you want, and are in Windows, are not available in your applications. |
-
Double click on the Icon "Control Panel"
(usually in group Main)
-
Double Click on the Icon "Fonts"
-
Click on Add -- and select the directory
where the fonts are located.
-
Note: Windows font files are stored in
the c:\windows\system directory (some of which may not be installed )
|
| You want
to save a picture of what is on your computer screen to print of use in
another application. |
-
Windows comes with a utility called a
clipboard - It is used to copy information to and from windows programs.
-
To save what is on your screen at the
moment you can press the print screen button. That picture is not on your
clipboard.
-
You can put that picture into an application
(Word, Excel etc. by clicking on the clipboard icon OR -
-
Click on Edit
-
Click on Paste
-
If you want to work with the picture to
change things you can use the Paint program (usually located in the group
Accessories)
|
| When you
try to copy a file to a floppy disk you get the message
"Can not create or replace a:\file.txt
Access denied" |
-
This is usually because your disk is write
protected (There is a little tab on top of the disk that slides up and
down)
-
Make sure the tab is pushed down (so that
you can NOT see through the little hole in the disk.
-
On a hard disk or Network drive this can
signify that the file is being used by another application or another person
-
If the properties of the file are set
to read only you can get this error message (See the "Can’t save or change
file" part later in this section.
|
| Deleted
Icons: You have Icon(s) missing (deleted) from your groups but you can
still see the files in File Manager. |
-
With both your file manager and the group
that is missing an icon(s)
-
Click on the file in file manager (will
have an exe, com, pif, or bat) extension
-
Hold the button down while you drag the
file into the open Program Group.
|
| You can’t
save or change a file. |
-
If you are using a floppy disk - first
check that it is not "Write Protected"
-
From your File manager highlight the file
you are trying to work on.
-
second click on file then click on the
properties
-
Check to see that there is no x in the
box marked read-only
-
Note: if the file is open either by another
one of your programs or another person you will not be able to change the
properties of that file.
-
This problem can also occur if you are
attempting to write / save a file to a network drive that you do not have
write / edit / modify access levels to. Check with the sysop, or LAN administrator
|
| You can’t
find the program you were running because you have too many things running
on your Screen. |
-
While holding down your ALT key tap the
tab key to cycle through all your currently open programs. When you find
it release the keys.
-
OR- In an open section of your desktop
(Outside Program Manager) double click your left mouse button and select
an option.
|
| Program
are locking up or changing colors at unusual times - |
-
Often lockups and crashes are caused by
programs trying to access memory that is already being used by other software
programs - if possible exit all of the programs that you are not currently
using and try to restart the current program
-
The screen saver After Dark is infamous
for causing memory errors and a large variety of problems associated with
windows and GPF messages. If you have After Dark on you machine then have
it removed (or at least close it and choose a windows screen saver from
the desktop icon (inside the control panel - which should be located in
the group "Main")
-
Have a technician make sure that your
virtual memory is set to a reasonable size for your computer configuration.
(1/2 of RAM)
-
Remove any unneeded fonts and wallpaper.
-
Change your screen resolution back to
640 X 480 X 16 colors
-
Open the group Main
-
Double click on control panel
-
Double click on the display icon
-
Click on the arrow button for mode
-
choose 640 X 480 X 16
-
Click on OK
-
Click on Restart Windows
Note: You should save all your work first
and close all running applications |
| You want
to see what a file looks like but you don’t know what type of a program
it was made in. |
-
You can use third party accessory programs
created just for viewing files, such (lview [shareware version available
on the internet, or check with Ched], PC Tool, Quick View Pro, or at Ashland
you can use the program Viewbase from the file server)
-
Start the Viewbase program
-
Click the File, then the Open menus and
locate the file in the file open dialog box.
-
If you do not have Viewbase showing as
an icon on your PC you can drag a copy of it from the file manager into
the program group that you want it installed into.
-
The file is on the Drive L: at l:\sdsk\vb\vbtoolsw.exe
|
| You want
to change or create a background for your Windows
|
-
Windows uses a file called a bitmap file
to color the background of Windows - You can find these settings in the
Group "Main" - double click on control panel, double click on desktop (Note:
that their is a section under wall paper for selecting center {will display
the picture in the center of the screen} and one for tile {will fill the
screen with multiple images of the picture you chose.}
-
If you want to create your own pictures(s)
use the paint brush program in the accessories group and save to c:\window\???.bmp
-
Click on files save when you have created
the picture
-
Give the file a name (it must have the
.bmp extension)
-
Make sure that you save it to the C:\WINDOWS
directory
|
| You want
to change the icons (pictures) inside your groups. |
-
While a program is highlighted - hold
down the alt key and press enter. Click on changed icon (the files progman.exe,
and moricons.dll have a large variety of icons to choose from.
-
Note: other icons may be found at J:\userdata\icons
|
| Some of
your Icons are disappearing and colors are fading.
|
-
This usually means that the Window resources
are gettin low and you must exit and restart Window.
-
Cutting down on the number of fonts you
have installed and not using any wall paper can help conserve resources;
however when you start a lot of programs and exit them and open and close
alot of files you will eventually run out of Window Resource Memory.
-
If you notice your icons turning black,
disappearing, and colors changing then you know immediately to save all
you work - Exit Windows and restart Window anew.
|
| You can’t
find the program you were running because you have too many things running
on your Screen. |
-
While holding down your ALT key tap the
tab key to cycle through all your currently open programs. When you find
it release the keys.
-
OR- In an open section of your desktop
(Outside Program Manager) double click your left mouse button and select
an option.
|
| Your out
of memory and can’t start anything - Maybe your mouse even disappeared
|
-
While holding down the alt key tap the
tab key to get to your programs.
-
When the program comes up hold down the
alt key and tap the F4 key to close it (don’t close program manager until
last, this would close windows)
-
If you get error messages while trying
to close programs try holding the ctrl+alt keys and tap the delete key
-
-
sometimes windows will jump to DOS and
tell you the program has stopped responding and pressing the enter key
will close the program.
-
Note: You WILL lose any unsaved work at
this point.
|
| "Cannot
find device ???.
file that may be needed to run Windows
in 386 enhanced mode.
You may need to run the setup program
again"
"device name" |
-
If windows can not find a driver (because
it is either corrupted, or has been deleted or moved) you can get this
error
-
Often windows will still start ... if
it does not you can ...
-
open the system.ini (in C:\windows), and
remark out the line that refers to the driver by using a semi-colon at
the beginning of the line.
|
Computer
keeps jumping out to DOS when running a windowed program. Displays full
screen of information about the error and the memory address..
"Fatel Exception Error would not
have been reported by DOS " |
-
This is usually caused by a third party
memory manager that tends to get too aggressive with memory shadowing,
and loading drivers in to areas of memory normally reserved for Windows
and display drivers. QEMM can often cause these problems when not configured
for certain problems.
-
From a text editor you can edit out references
to the QEMM (or other managers) and insert the line device=c:\path\himem.sys
-
add the lines load device, and device=driver
(replace with appropriate file names) - in the autoexec.bat and config.sys
-
Next run memmaker to optimize
-
A second option is to go to the directory
where your memory manager program resides and run the optimize program
(optimize for QEMM, memmaker for DOS, etc.)
|
You can
not start windows and you get a message
"Can Not Find System.ini (or win.ini)"
|
-
Very often if your win.ini or system.ini
files get corrupted or deleted you can recover to a previous configuration.
Inside the windows directory look for win.*, or system.* (often the extension
will be numbers ex. Win.001) - rename the old ini file to bak
-
copy the win.001 (or whatever you can
find, *.qem, *.ad, *.vb) to win.ini (or system.ini) and try to restart
windows.
|
| Helpful
DOS Commands: |
| Attrib
|
-
Shows all the attributes for files (even
shows the hidden files)
-
use the attrib + (or attrib -) filename.ext
to set them on or off
|
| Mem - mem
/c /p
|
-
Show the memory available to you and your
computer
-
Using the /c will show where all the drivers
are loaded (high or low)
|
| chkdsk
|
-
Runs faster than scandisk and show a summary
of available and used hard disk space
-
use the chkdsk /f to fix cross linked
files and clusters
|
| prompt
|
-
You can change how your dos prompt looks
by using this command - the prompt $p$g is the most common and shows what
directory your in
-
prompt my PC would display my PC (type
prompt /? for help)
|
| path
|
-
Defines where DOS looks for external commands
typed at the DOS prompt
-
(Usually set up in the autoexec.bat file
to include at least c:\dos and c:\windows)
|
| help
|
-
Displays a list of DOS commands that you
can look for help on.
-
Usually contains 3 files for each subject
1.the command, 2.syntax, and 3.notes or examples.
|
| deltree
|
-
Deletes an entire directory and ALL of
its files.
-
Note you must be in the directory ABOVE
it to do this - you can not delete a directory that you are currently in
(type cd.. and press enter to get to the directory above your current one
|
| dir .???
dir *.exe /s
|
-
Example dir .exe shows all the files with
extension exe (dir *.exe)
-
Will show all the files in that directory
with an extension of exe AND searches all of the SUB-directories for the
file.
|
| sys a:
|
-
Copy your needed DOS system files to a
floppy disk in your drive a: (making it bootable) (does not copy autoexec.bat
or config.sys)
|
| cls
|
-
Clears all the writing on your screen
and moves your prompt to the top of the screen.
|
| tree
|
-
Shows a graphical representation of all
the directories and subdirectories (use tree | more to pause at each screen
full)
|
| doskey
|
-
Loads a program into memory that will
remember all the commands that you type at the prompt. (use the up arrow
key to cycle through them)
|
| type file.ext
edit |
-
Displays the contents of a file on your
screen (substitute the file you want to see for "file.ext") use type ???.???
| more to pause at each screen full
-
An alternative is to open the file for
editing (edit file.ext)
|
| vol - label
|
-
vol displayes the name of your disk
-
label allows you to give your disk (hard
disk or floppy disk) a name
|
| msd
|
-
Runs a dianostic program and allows you
to see what is in your computer.
|
| move
(move c:\file.doc c:\myfiles\file.doc) |
-
makes a copy of your file to a destination
and deletes it from where it is
|
| type |
-
Used to display the contents of a file
on the screen. "Type mydoc.txt" will display the entire file (scrolls up
if more than one screen) on the monitor. Use the type my.txt | more to
pause after each screen (the | key is usually the \ key when the shift
key is held down while typing it)
|
| scandisk |
-
Used to check for cross linked files and
disk errors
|
| defrag |
-
Use this to "clean" up your hard drive.
It can allow you to create a larger swap file, give you more disk space,
and the BIGGIE - It will help keep your programs running faster
|
| expand |
-
Used to "unzip" some types of DOS and
older Windows files (3.x)
|
| extract |
-
Used to "unzip" some types of Windows95,
and Microsoft files
|
| format |
-
Sets up a disk for using with a compuer.
Note: this will entirely delete EVERY thing on the disk. Don’t to this
to C: unless you really want to start over completely.
|
| fdisk |
-
Sets partitions on a hard disk (500 Mb
is a good size for large disks)
|
| unformat |
-
If used IMMEDIATELY sometimes you can
recover a disk you just formatted by mistake.
|
| undelete |
-
Can sometimes recover files that have
been deleted if used soon enough that the original file was not ‘writen
over’ or another files was not saved with that old name.
|
| erase |
-
Same as del or delete.
|
| recover |
-
DON’T (This command was a real ‘goof’
on Microsoft’s part. While it can be useful, it destroys files if it is
not used in just the right way. You don’t need this - and if you do, use
a 3rd party software package.
|
| time - date |
-
Allows you to change the time and date
on your computer
|
| | |
-
called a filter (some call it a pipe -
but there is a difference) ( | more will pause a screen pause with the
type statement.)
|
| >> |
-
redirects output to something (called
a pipe) Example:
-
‘ dir /s >> c:\dir.txt ‘ will add to (or
create) a file called dir.txt in your root directory with a directory listing
of your hard drive.
|
| < |
-
gets input from a file or other directed
info,
|
| more |
-
pauses a display for piped and filtered
commands
|
| |
|
| HELP COMMAND
|
-
Substitute the command (dir, move, etc
for command): Shows a brief list of options for the command you type
|
|
Configuration Commands
|
| load |
-
Loads a program or driver into memory
(from autoexec.bat)
|
| loadhi (or
LH, or loadhigh) |
-
Loads a program or driver into memory
above the First Meg. (autoexec.bat)
|
| device |
-
Loads a device and / or driver into memory
(from config.sys)
|
| devicehigh |
-
Loads a device and / or driver into memory
above the conventional 640 Kb (from config.sys)
|
| shell |
-
Sets your command.com (or other shell)
in a protected area of memory.
|
| set |
-
Sets a path, driver, shell ,etc.
|
| |
|
|
Batch File Commands
|
| if |
-
checks a condition for true and allows
direction
|
| if not |
-
checks a condition for being false and
allows an action
|
| errorlevel |
-
type of code returned by the choice statement,
allows redirection
|
| choice |
-
Prompts for input from user, returns an
errorlevel code.
|
| if exist |
-
Checks to see if a condition exists (is
their a file with this name)
|
| %something% |
-
reads what is inside the % signs, and
stores as string variable
|
| echo |
-
displays a message on the screen
|
File written by: Charles H. Davis