Created
May 25, 2016 21:42
-
-
Save dejibimbolaAyo/ff85202bd1a58f123e6c146bdc45eefe to your computer and use it in GitHub Desktop.
batch file echo to print, opens mp3 fic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
ECHO this file was created with a batch program> myfile.txt | |
ECHO THIS TEXT IS TO BE APPENDED TO MY ALREADY CREATED FILE>> myfile.txt | |
cd "E:\music" | |
start Akon_Freedom.mp3 | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment