Compatible Support Forums: setwin95.cmd

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

setwin95.cmd

#1 User is offline   3da 

  • stranger
  • Group: Members
  • Posts: 5
  • Joined: 01-October 02

Posted 01 October 2002 - 02:58 AM

Hi
Can somone please tell me if there is another way of getting hold of the setwin95.cmd file, except copying from the win-nt cd as I no longer have the cd. I am trying to install nfs3 on Win nt but with no luck....

Thanks

3DA
0

#2 User is offline   adamvjackson 

  • Pooh-Bah
  • Group: Members
  • Posts: 2174
  • Joined: 26-August 02

Posted 01 October 2002 - 04:09 AM

Here you go... just save the following text as setwin95.cmd:




@echo off
REM
REM This batch script will mark an image file so that it thinks it is running
REM on Windows 95.
REM
if "%1" == "" goto usage
echo Marking %1 executable so it thinks it is running on Windows 95
imagecfg -w 0xC0000004 %1 >nul
goto done
:usage
echo Usage: SETWIN95 executableFileName
:done
0

#3 User is offline   Four and Twenty 

  • Pooh-Bah
  • Group: Members
  • Posts: 1623
  • Joined: 25-March 00

Posted 01 October 2002 - 04:59 AM

Quote:
Here you go... just save the following text as setwin95.cmd:




@echo off
REM
REM This batch script will mark an image file so that it thinks it is running
REM on Windows 95.
REM
if "%1" == "" goto usage
echo Marking %1 executable so it thinks it is running on Windows 95
imagecfg -w 0xC0000004 %1 >nul
goto done
:usage
echo Usage: SETWIN95 executableFileName
:done


imagecfg is a great little tool
it can be used to mod exes for proccessor affinity aswell
0

#4 User is offline   3da 

  • stranger
  • Group: Members
  • Posts: 5
  • Joined: 01-October 02

Posted 01 October 2002 - 12:03 PM

Finaly it's working!!

Thanks for helping me!!!!!!!!!!!!!
0

#5 User is offline   adamvjackson 

  • Pooh-Bah
  • Group: Members
  • Posts: 2174
  • Joined: 26-August 02

Posted 01 October 2002 - 07:31 PM

No problem, glad its working for you.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users