How do I open a dos window,
give two dos commands one after the other,
then close that dos window.
Thank You,
Shivakumar G.M.
Printable View
How do I open a dos window,
give two dos commands one after the other,
then close that dos window.
Thank You,
Shivakumar G.M.
but if necessary 2 command in the same dos call?
do U think that it can work?
shell "mycmd1.exe"
shell "mycmd2.exe"
dos window closes itself auto (nt).
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
I have to open dos window.
1. Give "cd\"
2. Type "type report.txt > prn"
Thank You.
Shivakumar G.M.
can U use cmd "type ..\report.txt > ..\prn" ?
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
Sir,
cmd "type ..\report.txt > ..\prn"
No, i can't use sir,
Thank You,
Shivakumar G.M.
hem.. sorry...
but U can use
cmd "type \report.txt > \prn"
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>