|
| ||||||||||
| Tags: compact disc, copy files, hard disk drive, hard drive, media files, windows, windows media player, xcopy |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| xcopy command line together with wmplayer command line
|
|
#2
| ||||
| ||||
| Re: xcopy command line together with wmplayer command line
To copy the contents of the compact disk to the hard drive of the computer, you can use the following commands in the command prompt of Windows Code: xcopy "." c:\ads/s/e/y C: cd\ads name of the file to be copied |
|
#3
| ||||
| ||||
| Re: xcopy command line together with wmplayer command line
Instead of copying the entire contents of the compact disk to the hard drive of the computer, you can only copy the file which you need to play using the windows media player on the hard drive. You can use some variants in the xcopy command to execute this task. Try the following command in the RUN tab and then see if it works. Quote:
Last edited by Dammit : 31-03-2010 at 11:53 AM. |
|
#4
| |||
| |||
| Re: xcopy command line together with wmplayer command line
I tried to copy all the contents of the CD to the hard drive of the computer and the command worked properly but it gives that some content on the CD cannot be copied. Although I was not able to start the windows media player to play the files as the command suggested did not work properly. Is there any other command which I can use to run the files on the hard drive using any video player? Please suggest. |
|
#5
| |||
| |||
| Re: xcopy command line together with wmplayer command line
I dont use Windows media player to play the media files on the hard drive but instead use iTunes using the command prompt. I use the command to play the files which are present on the hard drive and it will not help in copying files from CD to the hard drive. Enter the following command in the RUN tab to test if it works. Replace the application file name to which you are using. Code: start "" "c:\Program Files\iTunes\iTunes.exe" "c:\Users\Public\Music\01 Name.mp3" |
|
#6
| |||
| |||
| Re: xcopy command line together with wmplayer command line
Yes it finally worked. Thanks for suggesting the solution. I modified the command which you have suggested and changed the location, application and it worked. I used the following command to play the files on the hard drive. So if anybody is facing the same problem, then use the following command Code: start "" "c:\Program Files\Windows Media Player\wmplayer.exe" "c\path\file name.wmv"/fullscreen |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "xcopy command line together with wmplayer command line" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we use PHP from the command line? | kyosang | Software Development | 5 | 03-02-2010 12:06 AM |
| Problem: Command Line Option Syntax Error. Type Command /? For Help | Nadeem | MediaCenter | 3 | 03-09-2009 05:41 PM |
| Command Line Ren (Rename) command broken? | SixSigmaGuy | Vista Help | 2 | 18-05-2008 03:30 PM |
| Run MSI from Command Line | Thomas M. | Windows Security | 2 | 03-11-2007 03:49 AM |
| autorun.inf - shell\..\command with command line parameter doesn'twork | kakii | Windows XP Support | 1 | 18-05-2007 01:24 AM |