68 |
} |
} |
69 |
|
|
70 |
if (!strcmp(argv[1], "-version")){ |
if (!strcmp(argv[1], "-version")){ |
71 |
cout << "$Name: $ $Revision: 6.3 $" << "\n"; |
cout << "$Name: YODA6_3/05 $ $Revision: 6.3 $" << "\n"; |
72 |
exit(1); |
exit(1); |
73 |
} |
} |
74 |
|
|
183 |
Run.WriteFiles(); |
Run.WriteFiles(); |
184 |
|
|
185 |
logger->info("<-------------------------------END UNPACKING------------------------------->\n"); |
logger->info("<-------------------------------END UNPACKING------------------------------->\n"); |
186 |
return EXIT_SUCCESS; |
|
187 |
//Momentarly suspended the save |
//Momentarly suspended the save |
188 |
//system(command.c_str()); |
//system(command.c_str()); |
189 |
} |
} |