• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 95 unique file?

MrScott81

Golden Member
Hi all,
I'm trying to write a batch file, and in the batch file i need to know if the user is using windows 95 (yes some people actually still use it at my workplace!!)....can anyone think of a way to determine this in a batch file (i was thinking of seeing if a certina file exists in the operating system)....
Thanks!
Scott
 
I believe you are misunderstanding your question. You should be asking, "Who makes Windows?". The answer is Microsoft.
 
Originally posted by: XZeroII
I believe you are misunderstanding your question. You should be asking, "Who makes Windows?". The answer is Microsoft.

See, I told you Scottdog81.
 
Originally posted by: XZeroII
I believe you are misunderstanding your question. You should be asking, "Who makes Windows?". The answer is Microsoft.

Or who is buried in Grant's Tomb?
 
check the contents of the %OS% environmental variable, it should be the easiest way to determine if the machine is Windows 95 or not.
 
Back
Top