home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacks & Cracks
/
Hacks_and_Cracks.iso
/
vol1
/
unite.zip
/
CRACK.CMD
next >
Wrap
OS/2 REXX Batch file
|
1997-02-13
|
1KB
|
40 lines
/* OS/2 REXX -- PATCHPAK TOOLKIT */
PSpec = 'Unite CD-Maker V2.1c-M'
FSpec = 'LIB\CTCDCAP.DLL'
Say ''
Say 'This will patch' PSpec
Say ''
Say 'This will remove the 100 Mb limit from Cirrus CD Creator...'
Say 'Just run this in the Unite Directory after installing but'
Say 'before re-booting :)'
Say ''
Say 'If you like it...buy it! Support quality OS/2 Software...'
Say '...meantime tho....have Phun! :)'
Say ''
Say 'AQPFEPO by SafeHex...all the way from New Delhi, India :)'
Say 'BTW, AQPFEPO = Another Quality Patch For Educational Purposes Only! :>'
Say ''
Say ''
If ( Stream( FSpec, 'c', 'Query Exists' ) = '' ) Then Do
Say 'USAGE: Just run this in the installed' PSpec 'Directory!'
Exit
End
Say 'Patching' PSpec'...'
t = CharIn(FSpec, 2049, 16)
If c2x(t) \= '558BEC68BC03010064FF350000000064' Then Do
Say 'Verification Check #1 Failed...'
Exit
End
Call CharOut FSpec, x2c('558BECC9C303010064FF350000000064'), 2049
Say 'Patches applied to' PSpec
Say ''
Say 'Feel the POWER -- OS/2 REXX!'
Say 'Have Phun! Compliments of a desperate SafeHex :)'