a have made a fail. when i´ll open a bat file by clicking on it, it just opening cmd without running the script so i haft to type start hello.bat to run the file. how to fix it???
i have typed this in cmd: echo echo hello >> hello.txt >> hello.bat so the batchfile script on hello.bat is this: echo hello >> hello.txt and when you starting hello.bat it will make hello.txt in hello.txt: hello but.... when i typing echo echo hello >> hello.txt >> hello.bat today the hallo.bat has...
is it possible to sync two cmd windows? there is two cmd windows open. when i typing in window1 and press enter. the message will popup in window2. how to do that