I need an editable program that will copy and overwrite a file, then open a jar file.


4 answers
Apr 24, 2012. 5:37 PMthegeeke says:
How about a .bat file? Something like this:

@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".
Apr 24, 2012. 6:57 PMiceng says:
+1
Apr 24, 2012. 7:04 PMthegeeke says:
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.

Good luck! :)
Apr 25, 2012. 12:50 AMJayefuu says:
Perl will also do this. As will a lot of other languages.

What else do you want the program to do?

Pro

Get More Out of Instructables

Already have an Account?

close

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.

Upgrade to Pro today!