home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / directry / mv / readme.txt < prev    next >
Encoding:
Text File  |  1994-06-05  |  1.6 KB  |  41 lines

  1.  
  2. 8-Sep-86 16:33:40-PDT,1479;000000000000
  3. Return-Path: <pwu@unix.macc.wisc.edu>
  4. Received: FROM UNIX.MACC.WISC.EDU BY B.ISI.EDU WITH TCP ; 8 Sep 86 16:33:28 PDT
  5. Received: by unix.macc.wisc.edu;
  6.           id AA05000; 4.12/5; Mon, 8 Sep 86 17:32:30 cdt
  7. Date: Mon, 8 Sep 86 17:32:30 cdt
  8. From: Peter Wu <pwu@unix.macc.wisc.edu>
  9. Message-Id: <8609082232.AA05000@unix.macc.wisc.edu>
  10. To: info-ibmpc-request@mosis
  11. Subject: readme.txt
  12.  
  13. To make mv from source, you must have ibm C compiler version 1.0 or
  14. Microsoft C version 3.0 plus the macro assembler. Just type
  15.  
  16.   make mv
  17.  
  18. and it will create mv.exe for you. If you use Microsoft C version
  19. 4.0, edit front.c to reverse the order of the parameters in the
  20. "rename" function.
  21.  
  22. Files description
  23.  
  24.   mv            makefile for mv
  25.   absdr.asm     absolute disk read/write BIOS call
  26.   func32h.asm   routine to call an undocumented DOS function
  27.   putn.asm      routine to print strings
  28.   testmv.bat    batch file I used to test mv
  29.   break.c       routines to check and set break status
  30.   error.c       routines to handle fatal errors
  31.   front.c       front end of the mv program
  32.   fstat.c       routines to find matching files and their attributes
  33.   mv.c          routines for moving sub-directories
  34.   normal.c      routines to normalize a path specification
  35.   sector.c      routines to do buffered disk read/write
  36.   mv.exe        executable version of mv
  37.   peek.h        macros for peeking and poking memory
  38.   dta.h         data structure at disk transfer address; used by fstat.c
  39.   date.h        defines the date when the last version was made
  40.  
  41.