Search found 4 matches
- 07 May 2009 15:10
- Forum: DOS Batch Forum
- Topic: Storing user imput as a variable and then .....
- Replies: 4
- Views: 8072
This is my final batch layout
I had to simplify my batch file. If anyone has any suggestions that would improve on this please let me know. @ECHO OFF REM.-- Prepare the Command Processor SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION REM net use F: \\imageserver\images /user:user_name Password set path=%path%;x:\ghost...
- 07 May 2009 09:44
- Forum: DOS Batch Forum
- Topic: Storing user imput as a variable and then .....
- Replies: 4
- Views: 8072
Does WinPE have a command processor?
I can not get the menu to work under WinPE boot image.
I get a 'findstr' is not reconized as an internal or external command, operable program or batch file.
Any suggestions?
I get a 'findstr' is not reconized as an internal or external command, operable program or batch file.
Any suggestions?
- 07 May 2009 06:56
- Forum: DOS Batch Forum
- Topic: Storing user imput as a variable and then .....
- Replies: 4
- Views: 8072
I will give this a try today and let you know.
Thank you for you quick reply. I just returned from out of town and I will give this a try sometime today and let you know.
- 05 May 2009 22:28
- Forum: DOS Batch Forum
- Topic: Storing user imput as a variable and then .....
- Replies: 4
- Views: 8072
Storing user imput as a variable and then .....
I have created a Ghost WinPE boot disk that starts up and automaticly restores a ghost image. I want to expand this so the user is prompted with two choices. So far I have a very basic batch menu that gives the user two choices. To load or dump a gost images. The problem I have is the menu is very l...