The question is as follows: Write a utility that, when launched with parameters, would adjust the screen brightness on an ASUS P750.
For example:
text
backlight.exe -up // brightness increases by 1 level
backlight.exe -down // brightness decreases by 1 level
I found this code on the forum...