Skip to content

Instantly share code, notes, and snippets.

@dejibimbolaAyo
Created May 25, 2016 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejibimbolaAyo/ff85202bd1a58f123e6c146bdc45eefe to your computer and use it in GitHub Desktop.
Save dejibimbolaAyo/ff85202bd1a58f123e6c146bdc45eefe to your computer and use it in GitHub Desktop.
batch file echo to print, opens mp3 fic
@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