6 lines
66 B
Batchfile
6 lines
66 B
Batchfile
@echo off
|
|
cd ..
|
|
call hc.bat helpex
|
|
copy helpex.hlp win32
|
|
cd win32
|