@echo off echo Backing up folder and files... xcopy C:\Program Files\Common Files\MSSoap\*.* c:\backup\ /s /e /c /q /h echo finished backup. echo beginning removal of original... rd C:\Program Files\Common Files\MSSoap /s /q echo removal complete
you could just save it in a batch file say copyndelete.bat
and just run it
but if you want to do something else
cd\ will get you to the root of c drive
cd.. (2 dots) will get you to one lower level of directory



Help
This topic is locked

Back to top








