you could try making batch files for those command line parameters, and that should suffice, just make it a text file, oh yeah when you are done you have to save the file with an extension of ".BAT" put the commands in the order you want to run them, you may want to look at some old dos help. because you can put each command into one file and using the "IF ERRORLEVEL" command you can you use the one batch file for each command... what do you think, does it sound plausible?