
Search found 6 matches
- 27 Mar 2015 08:01
- Forum: DOS Batch Forum
- Topic: Using %COMPUTERNAME% question
- Replies: 7
- Views: 6993
Re: Using %COMPUTERNAME% question
Thanks for the help guys.. I was able to get it to work by fixing the syntax, went out of the dos window, went back in, started my program..
weird.. appreciate it..

- 26 Mar 2015 16:20
- Forum: DOS Batch Forum
- Topic: Interactive Menu with user Input
- Replies: 3
- Views: 4101
Re: Interactive Menu with user Input
I answered my own question and took care of this.. Thanks
- 26 Mar 2015 16:19
- Forum: DOS Batch Forum
- Topic: Using %COMPUTERNAME% question
- Replies: 7
- Views: 6993
Re: Using %COMPUTERNAME% question
Thanks for he reply, I have tried that and it doesn't make a difference..
- 26 Mar 2015 13:38
- Forum: DOS Batch Forum
- Topic: Using %COMPUTERNAME% question
- Replies: 7
- Views: 6993
Using %COMPUTERNAME% question
Hi, I am in the middle of writing a batchfile to do a bunch of things, but I do not want any of my executions to work on a particular server, if, by chance someone were to execute this on that server. So what I have done within the batch is exactly below. In the goto:server I just have a message sta...
- 24 Mar 2015 10:29
- Forum: DOS Batch Forum
- Topic: Interactive Menu with user Input
- Replies: 3
- Views: 4101
Re: Interactive Menu with user Input
Matt, Thanks for the reply, I have been working though this. My next question would be if the user put in a response to my question by me using the below. set /p Var1= " " How then would I pass this response to another part of the batch file to then my ultimate command would get executed a...
- 19 Mar 2015 09:51
- Forum: DOS Batch Forum
- Topic: Interactive Menu with user Input
- Replies: 3
- Views: 4101
Interactive Menu with user Input
Hi, I am new the the forum as well as being new to batch scripting and I am looking for an answer on the best way of passing in user input to a command. So the menu needs to ask the user to input a filename, then I need that result passed into the code below, the result will be the "end user&qu...