View Single Post
Old 01-01-2008, 11:04 AM   #93
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
When I do something that I might have to repeat because there is a better version of a program available (like som bug fixed in mobi2mobi ) I usually put the commands in a make file so I can repeat them.

In Windows that seems to mean that you install nmake and then you create a file Makefile that can contain just:

Code:
all:
<TAB> mobi2mobi ...
<TAB> mobi2mobi ....
and then just run nmake in the directory where you put the Makefile.

Jut wanted to mention this since I worry a bit that my programs contain some bug so people have to repeat the application of them. Also save the original file!
tompe is offline   Reply With Quote