Adding Shortcuts to "Retro Games" on Clockork Menu

Okay! Create, in the ~/games/DOS folder a file titled, Alien Syndrome.bat containing the following:

echo off
cd aliensyndrome
ALIEN.EXE -exit -exit

…or name the bat file aliensyndrome.bat and create an additional text file named, aliensyndrome.alias containing only:

Alien Syndrome

Now write your action.config file with the following:

ROM=/home/cpi/games/DOS
EXT=bat
LAUNCHER=~/dosbox-svn-master/src/dosbox
TITLE=DOS Box Games

You also want to create an action.json file in the same folder, containing:

{
"ROM":"/home/cpi/games/DOS",
"EXT":["bat"],
"LAUNCHER":"~/dosbox-svn-master/src/dosbox",
"TITLE":"DOS Box Games"
}

That should do it!