home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 01649.exe / data.2 / program / Scripts / strip.bat < prev    next >
Encoding:
DOS Batch File  |  1996-09-16  |  114 b   |  6 lines

  1. @echo off
  2. @move %1 temp.dll >\junk.txt
  3. @tdstrp32 temp.dll > \junk.txt
  4. @move temp.dll %1 > \junk.txt
  5. @echo on
  6.