home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
ADDRC.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-04
|
379b
|
14 lines
echo off
rem
rem Simple batch file to add resources to a given .EXE file. This should
rem be run after you have linked your .EXE. This batch file assumes
rem your .RC and .EXE file have the same filename.
rem
rem This runs rc twice: to compile the .RC file to a .RES file, and
rem then add it to the .EXE.
rem
rem Example: addrc myapp
rem
rc -r %1
rc -k %1