home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI306.ASC < prev    next >
Encoding:
Text File  |  1988-04-18  |  1.7 KB  |  48 lines

  1. PRODUCT : TURBO PROLOG     NUMBER : 306
  2. VERSION : 1.0xx
  3.      OS : PC-DOS
  4.    DATE : June 9, 1986
  5.  
  6.   TITLE : TWO FLOPPY DISK USERS
  7.  
  8. GETTING READY
  9.  
  10. When  you  make working copies of your Turbo Prolog  disks,  make 
  11. sure  that you have a copy of COMMAND.COM on the disk  containing 
  12. PROLOG.EXE.  To do this, put your DOS disk in drive A: and a COPY 
  13. of  the Turbo Prolog program disk in drive B:.   At  the  prompt, 
  14. issue the command: 
  15.  
  16.           COPY A:COMMAND.COM B:
  17.  
  18. Before running Turbo Prolog, make sure you issue the command: 
  19.  
  20.           PATH=A:\
  21.  
  22. This may be placed into the AUTOEXEC.BAT file on the disk you use 
  23. to boot your system.
  24.  
  25. NOW THAT YOU'RE READY!
  26.  
  27. Once  you  have  debugged your program and wish to make  an  .EXE 
  28. file, it is suggested that you do so in the following manner.
  29.  
  30. Only  the  following  files should be on the  disk  in  drive  A: 
  31. COMMAND.COM,   PROLOG.EXE,   PROLOG.SYS,  PROLOG.ERR  (optional), 
  32. PROLOG  HELP  (optional),  and,  of course,  the source  to  your 
  33. program. 
  34.  
  35. The  following  programs  should  be on  the  disk  in  drive  B: 
  36. PROLOG.LIB,  PLINK.BAT,  INIT.OBJ,  and the Linker (LINK.EXE from 
  37. your DOS disk).
  38.  
  39. Run  Turbo  Prolog from drive A:  and set both the "OBJ" and  the 
  40. "Turbo" directories to drive B:\.  Now, simply select .EXE in the 
  41. Options pull-down menu and then Compile.
  42.  
  43. If  you still need more room on one of your disks,  you can  swap 
  44. the  disk  in  drive  A:  after running  Turbo  Prolog  with  one 
  45. containing  only  your source code and PLINK.BAT  (Once  you  run 
  46. Prolog,  the entire development system is resident).   Place only 
  47. the  required files on each disk to allow enough room for  larger 
  48. programs.