Quote: "Open up your .dbpro file using notepad (or any text editor really), locate the line starting 'window resolution=', and change the numbers to match your requirement."
Why do you need to do that?
Depending on what the original poster needs, the following seems to work directly from the IDE:
set window size 196, 128
Sync On
Backdrop On
Set Text Font "Arial"
Set Text Size 100
Do
Text 10, 10, Str$(scancode())
Sync
LOOP
The Screen settings in the Properties tab of the editor are:
Screen Type: fulldesktop
Window Resolution: 640x480
Fullscreen resolution: 1680x1050x32.
Perhaps I've missed something?
Quote: "And after this
how can i make my script just a .exe file so that everyone that doesn't have DarkBasic can execute it?"
I don't think you can. I believe they need to have suitable versions of DirectX installed even if the program isn't doing any 3D stuff (unless you can exclude parts from the compilation process somehow

).