Monday, July 18, 2011

Can u make it that while on a batch file you can click on something and it while take u somewhere?

Essentially no, sorry. Batch scripting is console based (it doesn't take mouse input). You can create basic batch menus: http://www.computing.net/answers/dos/menu-in-a-batch-file/11109.html (The second from last post contains an example menu).

No comments:

Post a Comment