| 1. |
Solve : I want to write a batch file to play a particular video file? |
|
Answer» I want to write a batch file to PLAY a video file . Suppose I have a video clip in some location in my PC. I want to write a batch file so that when I click on the batch file icon, the required player will open and start automatically Please see the video file is not associated with the player. Then associate it! In Windows explorer, right click the file, choose "open with..." choose "choose PROGRAM", choose "browse", find the program exe file, click OK, then CHECK "Always use the selected program". However, if you can't, or don't want to, start "" "Program" "video file" Code: [Select]start "" "C:\Program Files\FLV Player\flvplayer.exe" "C:\My Videos\abc.flv"Quote from: Dias de verano on March 29, 2009, 12:16:43 PM Then associate it! and what if i want to play this video at a specific time??This thread is 7 years old - make a new one and describe what you need to do. |
|