Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch fullscreen
Name: snowman Date: February 3, 2005 at 03:11:03 Pacific OS: NT CPU/Ram: 128
Comment:
does any one know how to make a batch program go fullscreen when it is run, using a piece of code that is inserted into the program, not using the alt + enter method or creating a shortcut.
Name: IVO Date: February 4, 2005 at 05:24:59 Pacific
Reply:
A trick to achieve that is to run a 16 bit program that sets up the display to graphic mode then the window is stuck to full screen.
If you are interested mail me and I'll send you a straightforward utility with the warning I tested that under Windows XP althought the NT kernel is quite the same.
Summary: Hey, ive got this batch file that, when executed posts(updates) pics on a FTP site. I want it to run every 10 minutes, or there abouts. WINAT and AT as far as i can see only allow you to run batch fil...