Saved Bookmarks
| 1. |
Solve : how to create a window in a batch file? |
|
Answer» how can you create a window using a batch file Quote how can you create a window using a batch file TECHNICALLY you can't. What you can do is create an INSTANCE of a resized cmd shell window that can mimic a window. SEE this post for details. You can use VBScript wrapped in a HTML framework to create a HTML Application (HTA). Such a window runs in Windows and does not REQUIRE all the pesky security involved with a browser. You can also use Powershell on a XP machine and create Winforms. Powershell is a script language so there is no need for compiling and linking a full fledged PROGRAMMING language would require. Good luck. |
|