home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Doom I/II Collection
/
DM12.ISO
/
edit
/
bsp12
/
r.bat
< prev
next >
Wrap
DOS Batch File
|
1994-06-24
|
107b
|
6 lines
@echo off
setlocal
set time=%@TIME[%_time]
bsp %1
echo BSP took %@eval[%@TIME[%_time]-%time] seconds.