|
Answer» i made a batch file that can make other batch real easy. since today, i made some changes to it. the problem is i WANT it to save the contents to *.dll and then copy *.dll's contents to *.bat. heres the code since i CHANGED it. Code: [Select]C:\>"new.bat" cls @echo off title Welcome to BATCH MAKER. echo Welcome to BATCH MAKER. echo You can USE this to make your own batch file. echo When your DONE, press CTRL+Z, then enter, and your bat will be named other.bat echo Press any key to start programming! pause copy con batdata.dll pause copy batdata.dll+new.bat pause exit i dident know you could do that, "copy con" i think what you want is , instead of copy batdata.dll+new.bat , do copy batdata.dll new.bat |del batdata.dll i tryed that. it SAID the syntax is incorrect.copy batdata.dll new.bat
|