244
AUTO STARTING NEW DEAL SOFTWARE
How to make your computer automatically start New Deal
when you turn it on
You can make your computer automatically start any program when you turn
it on or reboot. When you boot your computer, it looks for a file called
AUTOEXEC.BAT. Each line in this file contains a DOS command that is
executed, in order, each time your computer boots. If you want to
automatically start a program when you turn on your computer, you can put
the command to run the program at the end of your AUTOEXEC.BAT file.
There are several options for adding the line to the AUTOEXEC.BAT file,
depending on how your computer is currently booting.
If you currently boot to a C: prompt or other DOS prompt . . .
We provide a program with New Deal that will automatically add the
command NEWDEAL to the end of your AUTOEXEC.BAT file.
To run the program, exit any programs you are working in,
and enter CD\NEWDEAL to get to a C:\NEWDEAL prompt.
Then enter BT2NEW .
The command to start New Deal will be added to the end of your
AUTOEXEC.BAT file.
If you currently boot into another program . . .
You will need to edit your AUTOEXEC.BAT file and replace the command
that loads the program you currently boot into with the command to start
New Deal (NEWDEAL). You can use the DOS Edit program, the DR-DOS Editor,
or any other text file editor to edit your AUTOEXEC.BAT file. You can
even use the New Deal Text File Editor.
To edit your AUTOEXEC.BAT file with the Text File Editor
- In NewManager, go to the World folder (click on the World button at
the bottom of the screen if you aren't already in the World folder).
- Double-click on the Text File Editor icon to start the Text
File Editor.
- Click on Open. In the Open File dialog
box, click on the Drives button. Then click on C: to display the
files at the top level (or root) of your C: directory.
- In the list of files that displays,
scroll down until you see AUTOEXEC.BAT. Click once on AUTOEXEC.BAT,
then click on the Open button.
- Your AUTOEXEC.BAT file will be displayed
on the screen. You can edit the file like any other document.
- The very last line in the file should
be for the program you are automatically booting into. Click on
this line with the mouse cursor, then use the Delete or Backspace
keys on your keyboard to erase the line. When the line is blank,
type in CD\NEWDEAL so that it is on the line by itself.
This command will cause your DOS prompt to change to the NEWDEAL
directory when you boot.
- With the cursor at the far left of the
cd\NEWDEAL line, press Enter to move the cursor to the
next blank line. Type in NEWDEAL -- the command to start
New Deal. The NEWDEAL should be on the last
line of the file.
- From the File menu, choose Save to
save the modified file. Then choose Exit from the File menu to
close the Text File Editor. The next time you boot your computer,
it will read the AUTOEXEC.BAT file and automatically run the commands
that you added at the end of the file.
NEWDEAL.BAT versus LOADER.EXE
There are two commands you can use to start New Deal: NEWDEAL
and LOADER . Some people experience problems with their
launchers, or with exiting New Deal, when they use the NEWDEAL
command, which runs a batch file. If you have these problems, try
changing the NEWDEAL in your AUTOEXEC.BAT to LOADER
.
Last Modified