home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
util
/
misc
/
021
/
tmp.bat
< prev
Wrap
DOS Batch File
|
1993-04-20
|
196b
|
7 lines
ECHO OFF
REM -- detect what has changed and display it
ECHO -- Displaying all changes made...
CD FORM
FOR %%F IN ( *. ) DO IF EXIST %%F.MOD TYPE %%F
CD ..