I tried to copy the content of one folder to another using the batch file. The below is the example.
copy *.class c:\tomcat 5.5\webapps\serv\WEB-INF\classes
In this,
*.class is source which is correct
c:\tomcat is the second arguement
5.5\webapps\serv\WEB-INF\classes as 3rd arg
the 2nd ,3 rd arg are wrong how to rectify this.