Computing.Net > Forums > Windows XP > Create batch file with menu

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.

Create batch file with menu

Reply to Message Icon

Name: Memphis_60
Date: November 5, 2004 at 11:56:36 Pacific
OS: Windows XP Pro
CPU/Ram: 3.0 ghz, 512MB
Comment:

I am trying to create a batch file that allows me to use a menu, so I can choose what task I would like to run. I have looked on the net, but there is nothing that I have found that work in XP. Is there anyone out there that can help me. Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: Johnw
Date: November 5, 2004 at 14:01:30 Pacific
Reply:

BatchRun , batchfile maker .
http://www.outertech.com/index.php?_charisma_page=downloads&PHPSESSID=0007473406038b22ae9ba7767d46cc7a
http://www.outertech.com/

=============================

BatchMaker
http://freebask.homestead.com/batchmaker.html
BatchMaker is an application that allows you to build lists of filenames, format them, and then copy them to the clipboard or save them to a text file. Lists can be compiled via the common file dialog, the common select folder dialog, drag and drop, the Add Disks dialog, or the command-line. They can also be opened from ASCII text files.

=============================

The Wizard's Apprentice
http://wizapp.sourceforge.net/
Batch files still are a good way to get things done. As long as the things are simple, a batch file can be exactly the right way to do it: easily written, portable, and no need to install anything to get it to work. There is one big shortcoming of batchfiles though: interactivety. There is hardly a nice way to ask the user questions. In the old days, in MSDOS, there was no way at all to ask questions; then came CHOICE, a very primitive utility to ask Yes/No kind of questions and get an error level back. And that was it.

Now there is the Wizard's Apprentice. It will allow you to ask questions from a batch file, using Windows dialog boxes in the so-called Wizard style: large dialogs asking one question at a time, with a Back button, a Next button and a Cancel button. With a few common batch techniques, the Wizard's Apprentice will allow you to create wizards with style!


0

Response Number 2
Name: WhitPhil
Date: November 5, 2004 at 15:57:45 Pacific
Reply:

Instead of building the menu in DOS, why not use the structure of Windows to build it?

Ie: A folder that contains all your potential DOS apps. And shortcuts, suitably named, that will initiate them.


0

Response Number 3
Name: Memphis_60
Date: November 16, 2004 at 10:37:37 Pacific
Reply:

The reason I would like a menu in a batch file is so I can put it onto disk or CD, and make it as easy as possible. This way others that come in when I am away can use it with ease.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: Create batch file with menu

Creating Batch file with copy comma www.computing.net/answers/windows-xp/creating-batch-file-with-copy-comma/169977.html

Creating Batch file using SE.EXE www.computing.net/answers/windows-xp/creating-batch-file-using-seexe/160914.html

how to create batch files www.computing.net/answers/windows-xp/how-to-create-batch-files-/114854.html