mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-12 07:50:53 +02:00
8 lines
213 B
Batchfile
8 lines
213 B
Batchfile
@echo off
|
|
if exist storm.hlp del storm.hlp
|
|
hc31 storm.hpj
|
|
if exist storm.ph del storm.ph
|
|
if exist *.bak del *.bak
|
|
if exist storm.hlp copy storm.hlp o:\help\storm.hlp /v
|
|
if exist storm.hlp start winhlp32 storm.hlp
|