5
votes
Underused features of Windows batch files
You can use call to evaluate names later, leading to some useful properties.
call set SomeEnvVariable_%extension%=%%%somevalue%%%
Using call to set variables whose …
1
vote
What screen size is better for end user
I am surprised that nobody has mentioned netbooks. If your application could conceivably run on a netbook, you may want to consider resolutions lower than 1024x768. For instance, the 7" Asus EeePC …
