From e0665f3d9c7a699366902b655b01400da3699f9f Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Thu, 5 Mar 2015 18:53:08 +0000 Subject: [PATCH] Added collection creation instructions --- .../Common/collections/CREATING_COLLECTIONS.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Package/Environment/Common/collections/CREATING_COLLECTIONS.txt diff --git a/Package/Environment/Common/collections/CREATING_COLLECTIONS.txt b/Package/Environment/Common/collections/CREATING_COLLECTIONS.txt new file mode 100644 index 0000000..4995004 --- /dev/null +++ b/Package/Environment/Common/collections/CREATING_COLLECTIONS.txt @@ -0,0 +1,14 @@ +To create a new collection run the following commands at a commmand prompt. +(assuming you are in the root of your RetroFE directory) + +For Windows: + Core/RetroFE.exe -createcollection "Nintendo Entertainment System" + +For Linux: + ./RetroFE -createcollection "Nintendo Entertainment System" + + +Replace "Nintendo Entertainment System" with the collection name of your choosing. + +This will create a "Nintendo Entertainment System Folder", create the rom folder, +artwork folders and default configuration files. \ No newline at end of file