DOCERR: Extract Command Syntax Incorrect in README.HLP
  
PSS ID Number: Q135664
Article last modified on 08-25-1995
 
3.00
 
WINDOWS
 

---------------------------------------------------------------------
The information in this article applies to:
 
 - Microsoft Visual FoxPro for Windows, version 3.0
---------------------------------------------------------------------
 
In the README.HLP file, the first help topic, "To copy the Visual FoxPro
disks," Step 3, incorrectly states:
 
   Copy the remaining disks to the directory by using the standard MS-DOS
   FOR command and the EXTRACT.EXE utility with the /C switch as shown in
   this example:
 
   FOR %I IN (*.*) DO C:\DISKS\EXTRACT /C A:\%I C:\DISKS\%I."
 
The correct syntax for the command is:
 
   FOR %%I IN (*.*) DO C:\DISKS\EXTRACT /C A:\%%I C:\DISKS\%%I
 
Additional reference words: 3.00 VFoxWin
KBCategory: kbreadme kbdocerr
KBSubcategory: FxotherDochelp
 
=============================================================================
 
Copyright Microsoft Corporation 1995.
