-
Nov 18th, 2024, 02:28 PM
#1
Thread Starter
Banned
My name is Jason and I need some compability mode .bat files coding help please.
USA stands for United States of America
# is the symbol that means number
& is the symbol that means and
My name is Jason
& I was born in USA
& I live in USA
& I am from USA
I know about right click compatibility mode change.
I have four coding help questions please answer them truthfully. Thank you.
#1: For example.bat file what do I need to have as code to run example.exe as Windows 11 Compatibility?
#2: For example2.bat file what do I need to have as code to run example2.exe as Windows 10 Compatibility?
#3: For example3.bat file what do I need to have as code to run example3.exe as Windows Vista Compatibility?
#4: For example4.bat file what do I need to have as code to run example4.exe as Windows XP Compabitility?
awesomecodinghelp1278
-
Nov 23rd, 2024, 01:55 PM
#2
Re: My name is Jason and I need some compability mode .bat files coding help please.
1, 2 I don't think there's batch file compatibility presets for Win10/11
3
Code:
set __COMPAT_LAYER=VISTARTM
example3.exe
4
Code:
set __COMPAT_LAYER=WINXPSP3
example4.exe
-
Nov 25th, 2024, 05:28 AM
#3
Re: My name is Jason and I need some compability mode .bat files coding help please.
My name is Lola, I was:
& a showgirl
& I have yellow feathers in my hair and a dress cut down to there
& I will merengue and do the cha-cha
& I will try to be a star
& Faded feathers in my hair
& I sit here so refined, and drink myself half-blind
& I lost my youth and I lost my Tony
& Now I've lost my mind
All sing along now ... At the Copa, Copa Capabana, the hottest spot north of Havana...
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
Dec 2nd, 2024, 02:49 PM
#4
New Member
Re: My name is Jason and I need some compability mode .bat files coding help please.
Hi Jason, you've got an interesting set of coding challenges there! While it's great that you're diving into batch scripting, setting compatibility modes via a .bat file isn't natively supported in Windows. Compatibility settings are typically applied manually or through registry edits, which can be automated cautiously.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|