View Single Post
Old 02-11-2015, 09:27 AM   #153
Unregistered-AndreaPeg
Guest
Arrow INSTRUCTIONS - HOW TO RUN IN WINDOWS 7

Hello,

I can run it under Windows 7. I write some instructions: please take them 'as it is', even if they aren't a very efficient solution everyone can make them and maybe can help you.

1- Create the folder C:\GPM2 (or similar) and paste there the files, make sure that the folder "system" is there.

2- Go in C:\GPM2\system, right click on wind32.dll and give your user the permissions to manage this file, then do the same for all the other 4 files named "wing...".

3- Go in C:\GPM2, create a new text file, name it GPM2_RUN.BAT and paste the following content inside:
echo off
echo ### Will copy temporary the 32-bit DLLs - needs to be run as administrator - Press a key
pause
cd\
cd C:\GPM2
copy C:\GPM2\system\wing32.dll c:\windows\system32\wing32.dll
copy C:\GPM2\system\wing.dll c:\windows\system32\wing.dll
copy C:\GPM2\system\wingde.dll c:\windows\system32\wingde.dll
copy C:\GPM2\system\wingdib.drv c:\windows\system32\wingdib.drv
copy C:\GPM2\system\wingpal.wnd c:\windows\system32\wingpal.wnd
cd C:\GPM2
echo ###
echo ### PRESS A KEY TO START
echo ### (AFTER THE EXIT, PRESS A KEY AGAIN - TO RUN GPM_END.bat)
pause
GPM2.EXE
pause
cd C:\GPM2
CALL GPM_END.bat

4- Go in C:\GPM2, create a new text file, name it GPM2_END.BAT and paste the following content inside:
echo ### Will remove temporary the 32-bit DLLs - needs to be run as administrator - Press a key
pause
cd\
del c:\windows\system32\wing32.dll
del c:\windows\system32\wing.dll
del c:\windows\system32\wingde.dll
del c:\windows\system32\wingdib.drv
del c:\windows\system32\wingpal.wnd
cd C:\GPM2
echo ### END - TYPE EXIT

5- Go in Windows menu - > All programs - > Accessories , click with right mouse on "Command prompt" and then click on "Send to - > Desktop (create shortcut)"

6- Move the new link "Command Prompt" from Desktop to C:\GPM2

7- Right click on the new link "Command Prompt", select Properties, modify the item Destination from "%windir%\system32\cmd.exe" to "%windir%\system32\cmd.exe start /k "cd C:\GPM2"". Rename the link "Command prompt" to "GPM2 - RUN THIS AS ADMIN - TYPE GPM2_RUN"

8- Right click on GPM2.EXE, select Properties, then select the tab "Compatibility" and select "256 colors", "Run as administrator" and "Run as compatible with Win98"

9- Finally, right click on the new "GPM2 - RUN THIS... " link, select "Run as administrator", wait for the command window to open, then type GPM2_RUN to start it. If this doesn't run completely, try to launch GPM2.EXE as administrator manually.

Note: In C:\GPM2\system there is also a file GPM2MICP.INI, but for me it was not necessary to modify it.

Thank you for your attention.
Have fun!
                       
Reply With Quote