home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
020A
/
PREXCM60.ZIP
/
VIEWMSG.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-08-01
|
412b
|
10 lines
@echo off
rem Using this file to view the modification message and serial number
rem encrypted on a Protected file. This uses the ModMsg.EXE tool to
rem produce a modified version of the file you specify in TEMP.EXE and
rem then it runs TEMP.EXE if ModMsg.EXE doesn't have any big errors.
rem Note: TEMP.EXE can crash if it wasn't previously Protected.
if exist temp.exe del temp.exe
modmsg %1
temp.exe