@echo OFF CLS echo hello zied md folder1 md folder2 dir >myfile.txt copy myfile.txt folder1\ move myfile.txt folder2\thisfile.txt echo done