Show
Ignore:
Timestamp:
07/22/06 14:39:01 (2 years ago)
Author:
fujii
Message:

Remove portable dumper.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/dump.bat

    r3881 r4117  
    11@echo off 
    2 if exist Meadow.dmp del Meadow.dmp 
    32if exist Meadow.exe del Meadow.exe 
    43 
    5 .\temacs.exe -nd -batch -l loadup dump 
     4.\temacs.exe -batch -l loadup dump 
    65 
    7 move emacs.dmp Meadow.dmp 
    86move emacs.exe Meadow.exe