Search found 4 matches

by jgregory84
15 May 2011 14:30
Forum: DOS Batch Forum
Topic: Menu Help
Replies: 7
Views: 5748

Re: Menu Help

You are amazing thank you again, now only question I think I have for now is with the original script you gave me, it seems to skip the numbers 5 and 10, but not the actual choices. I.E the 5th item in the clients.txt simply becomes choice 6. which I can live with but if you do see a fix i would be ...
by jgregory84
15 May 2011 10:15
Forum: DOS Batch Forum
Topic: Menu Help
Replies: 7
Views: 5748

Re: Menu Help

umm I love you... haha that is awesome work and i thank you. Now to build on that, I have client.txt including all of this info so far Domain; Client Name;Phone Number MSFT;Microsoft Corp;1234567890; APPLE;Apple Inc;0123456789; Im working on the script to pull the domain name using the %userdomain% ...
by jgregory84
14 May 2011 21:19
Forum: DOS Batch Forum
Topic: Menu Help
Replies: 7
Views: 5748

Re: Menu Help

Yea I have been working on it, I'm not lazy. I'm sure it is in regards to the for /f comman set but I havent been able to figure it out. Hence the asking for some assitance
by jgregory84
13 May 2011 11:43
Forum: DOS Batch Forum
Topic: Menu Help
Replies: 7
Views: 5748

Menu Help

Hello im trying to figure out if i can make a menu system for cmd on xp and newer systems. Basically I want the menu to load up a list of my clients from a seperate text file as the choices, i also want the last choice to always be "Company Not Listed" From there if i choose the company no...