I have the following folder structure for one of my tools:
- Original
- Scripts
In my scripts folder I have a .bat-script which runs a .exe-file in my Original-folder. This .exe requires a few compatibility modes like:
- run with Windows 98
- run at 640x480
- run 265bit mode
- disable fullscreen optimizations
Therefore my question is - how do you set all these compatibility options with in a script when you not know the whole path (just that you have to go one directory up and into the specified path) ?
Thank you for your help Greetings
