i want to write some codes in cmd by batch file
{CreateObject("WScript.Shell").Run "%comspec% /c start /wait cmd.exe", 0, True }
this code opens cmd.exe ..
How can I edit this file with my own dos commands ? i dont want use it in txt file? my question is to write some command lines to cmd.exe not to txt file by "echo > & echo >> " i need to open cmd and start write instructions with a batch file and how i get some information from the cmd and place it in another script to use it later