August 19, 200521 yr Maybe is of the topic but I would like to know is it posible to make command to copy one file from cd to some destination on hard drive.The problem is destination because is unknown, it depends where the program is instaled.For example I want do copy images from CD to folder "images" inside of "Borgchat" folder butI dont know in what folder Borgchat is installed.Is it possible to make that in batch script?like "copy .\1.bmp+2.bmp+3.bmp ???destination???\images"
August 26, 200520 yr you can use copy /? to get the list of params,or you can see the command xcopy which is better and copies whole dirs (xcopy /? for list of params)For the Unknown folders I always install the app in virtual machine and I check the name of the installation folder.
Create an account or sign in to comment