Command Example (6/6)
public static void main(String argv[]) throws InterruptedException {
Thread thisApp = Thread.currentThread();
File myFile = new File("autoexec.bat");
File myNewFile = new File("autoexec.bak");
RenameFileCommand rfc = new RenameFileCommand(myFile, myNewFile);
CommandManager cmgr = new CommandManager();