Hi,
I need help to allow me to write a batch file that execute in win 2000 server.
This batch file will answer some prompts such as:
username :
password :
etc
For your info, these prompts has been written down in notepad and save as .txt file.
I have started to write as per below in a .bat file but I don't know how to continue to call the .txt file which have the prompt answers.
echo off
c:
exp
Pls help.....
I need help to allow me to write a batch file that execute in win 2000 server.
This batch file will answer some prompts such as:
username :
password :
etc
For your info, these prompts has been written down in notepad and save as .txt file.
I have started to write as per below in a .bat file but I don't know how to continue to call the .txt file which have the prompt answers.
echo off
c:
exp
Pls help.....