microcat issues

This site contains affiliate links for which LandyZone may be compensated if you make a purchase.

palace

Active Member
Posts
739
I have downloaded micro cat after struggling to find an emulator to read it I installed the crack that resets the date but it still wont open and askes for a dongle anyone got any ideas ?
 
I have the 2006 version as well, I launch it using a batch file containing the following...

set saved=%DATE%
date=01-10-06
cd c:\mclre
start mclre.exe
pause
date=%saved%

The batch file stores the current system date then sets it to Oct 2006 before launching microcat. Then when I exit microcat I press the space bar to quit the batch file and it sets the date back as it was (which is the reason I wrote the batch file as I could never remember what date is was!!).

Hope this is of some use.
 
I have the 2006 version as well, I launch it using a batch file containing the following...

set saved=%DATE%
date=01-10-06
cd c:\mclre
start mclre.exe
pause
date=%saved%

The batch file stores the current system date then sets it to Oct 2006 before launching microcat. Then when I exit microcat I press the space bar to quit the batch file and it sets the date back as it was (which is the reason I wrote the batch file as I could never remember what date is was!!).

Hope this is of some use.

Bloody hell, why didn't i think of that!

Just made meself a nice clicky link...
For anyone that doesn't know how to make a batch file:

Open notepad (it's in accessories on the start menu) then copy/paste the next six lines of text into the window

set saved=%DATE%
date=01-10-06
cd c:\mclre
start mclre.exe
pause
date=%saved%


Click on file, save as
select 'save as file type' as all files
then input file name as ****.bat (the **** part can be whatever you like - mine's called microcat.bat

Click on the new file (put it on the desktop or start menu if you want) and press space when prompted.

Hey presto
 
textbook answer.

If you're using Vista or Windows 7 you'll need to run the batch file as an administrator. Right click the batch file and you should see the option "Run as administrator".
 
Back
Top