===============================================================
Using our provided CAS Manager, you can now run
ACCFAX directly under Windows 95 or 98, without leaving your
desktop environment. Simply follow these instructions for
setup.
** Note ** For best results ACCFAX version 6.3a or greater is
recommended.
ACCFAX Technical Notes
ISSUE - Running ACCFAX from the MS Windows
Desktop
===============================================================
1. Create an MSDOS icon on the Desktop to
launch an MSDOS session.
2. Edit the Icon by 'Right-clicking' on the
Icon and selecting "Properties"
3. Choose the Program tab, Edit the Name,
and enter in the BATCH file name for calling the special
ACCFAX batch that you will be creating. It loads the FAXDIR
program, calls PLUS and then unloads the FAXDIR drivers and
return to Windows.
4. Click on the 'Advanced...' button on the
screen.
5 . Enable the "Prevent MSDOS based
programs from detecting Windows." option on the form and
disable any others by clicking on them.
6. Click on the OK button to save
everything.
7. Now you can create the BATCH file that
will be called by this ICON. A sample batch follows here.
Make sure it is in the default search path
so that Windows can find it.
rem
----------------------------------------------------------
rem - Batch script for starting the FAXDIR
fax drivers
rem starting ACCPAC Plus
rem exiting plus and unloading FAXDIR
rem
----------------------------------------------------------
c:
cd\faxdir
faxdir faxdir.cfg
cd\
plus
\faxdir\faxdir /r
exit