Foxpro for Windows Installation Notes ===================================== There is no installation program. After you've downloaded FOXRUNW.ZIP, create a temporary directory and unzip all files into it. The following is a MS-DOS command line example: C: [Enter] MD \TEMP [Enter] CD \TEMP [Enter] PKUNZIP FOXRUNW.ZIP -d [Enter] ...where "C:\TEMP" is a temporary directory, and "FOXRUNW.ZIP" is the pkzip file (you can find an pkunzip.exe at www.pkware.com). It is very important you invoke the "-d" option. Two sub-directories, ".\DISK1" and ".\DISK2" need to be created. Once created, execute ".\DISK1\SETUP.EXE". Follow the instructions. The default Foxpro runtime directory will be "C:\FOXRUNW". To test the runtime, execute the extracted file called "FOXRW.EXE". Note: Install the Foxpro runtime unit BEFORE installing your application. Uninstalling Runtime ==================== Removing the Foxpro for Windows runtime is simple. Just delete the runtime directory and all the files contained in it. Some files may be marked read-only. To delete these files, you need to remove these read-only marks. In the runtime directory, execute the following MS-DOS command: for %f in (*.*) do attrib -r %f Warranty Notice =============== THERE IS NO WARRANTY OF ANY KIND. THE COPYRIGHT OWNER MAY NOT BE HELD LIABLE FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR INABILITY TO USE THE SOFTWARE. BY USING THE SOFTWARE, YOU AGREE TO THIS. Copyright Notices ================= Foxpro and MS-DOS are registered trademarks of Microsoft Corporation (c) 1993-1999 Dennis Allen All rights reserved