qp.hlp (Topic list)
Cannot Execute Program
 
  This is an unusual message to receive. The operating
  system cannot run the program. Perhaps there isn't
  enough memory. Try to restart QuickPascal using the
  /SWAP:DISK option as follows:
 
    QP /SWAP:DISK
 
  The /SWAP:DISK option tells QuickPascal to store a
  temporary file that it uses on disk rather than keeping
  that file in memory. Note that the temporary file requires
  one megabyte of disk space.
 
  Alternatively, perhaps the executable file is corrupted;
  try recompiling the source file.