setwin95.cmd

This is a discussion about setwin95.cmd in the Windows Software category; 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.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar33.webp

5 Posts
Location -
Joined 2002-10-01
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

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
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

data/avatar/default/avatar16.webp

1615 Posts
Location -
Joined 2000-03-25
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

data/avatar/default/avatar33.webp

5 Posts
Location -
Joined 2002-10-01
OP
Finaly it's working!!
 
Thanks for helping me!!!!!!!!!!!!!