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.

c:\\tomcat 5.5\\webapps\\serv\\WEB-INF\\classes

INPUT LIKE THIS..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.