Skip to content

Instantly share code, notes, and snippets.

@einnocent
Created May 6, 2014 04:47
Show Gist options
  • Save einnocent/0c25b5ab3b7382116891 to your computer and use it in GitHub Desktop.
Save einnocent/0c25b5ab3b7382116891 to your computer and use it in GitHub Desktop.
SJJ Shell config file (minus license key)
<?xml version="1.0" encoding="utf-8"?>
<!-- This is a sample XML custom shell config file -->
<Items>
<Config>
<License>REDACTED</License>
<NumRows>4</NumRows>
<NumCols>7</NumCols>
<BackColor>Blue</BackColor>
<ShellLauncher>C:\zoobac\lib\launch-scoreboard-windows.bat</ShellLauncher>
<ShellStartIn>C:\zoobac\lib</ShellStartIn>
</Config>
<Button>
<Image>C:\Windows\System32\Images\Control.JPG</Image>
<Name>ZooBac</Name>
<Row>1</Row>
<Col>1</Col>
<App>C:\zoobac\lib\launch-scoreboard-windows.bat</App>
<StartIn>C:\zoobac\lib</StartIn>
</Button>
<Button>
<Image>C:\Windows\System32\Images\onscreen_keyboard.JPG</Image>
<Name>Notepad</Name>
<Row>3</Row>
<Col>1</Col>
<App>notepad.exe</App>
</Button>
<Button>
<Image>C:\Windows\System32\Images\cmd.JPG</Image>
<Name>cmd.exe</Name>
<Row>3</Row>
<Col>2</Col>
<App>cmd.exe</App>
</Button>
<Button>
<Image>C:\Windows\System32\Images\ShutDown.bmp</Image>
<Name>Shut Down</Name>
<Row>4</Row>
<Col>1</Col>
<App>ShutDown.exe</App>
<AppArgs>-s -t 5</AppArgs>
<Confirm>Yes</Confirm>
</Button>
<Button>
<Image>C:\Windows\System32\Images\Restart.bmp</Image>
<Name>Restart</Name>
<Row>4</Row>
<Col>2</Col>
<App>ShutDown.exe</App>
<AppArgs>-r -t 5</AppArgs>
<Confirm>Yes</Confirm>
</Button>
</Items>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment