I also just saw that instructables put a new line by the destination path and file... Just to clarify, there is no line. Also there is a quotation mark at the end of the path\file.extention.
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
@echo off
copy /y "SourcePath\file.extention" "DestinationPath\file.extention
start file.jar
exit
That should do it. To edit it, just right click and click "edit".
Good luck! :)
What else do you want the program to do?