#!/bin/sh
# MULTITOS launcher 0.01
# Starts MYAES using custom   CNF files and
# commandline parameters.  Early stage, but
# all seems to work OK. YesCREW 2001 - 2024

# multitos path's
#multitosdir="u:/aes/multitos/"
multitos="u:/aes/multitos/gem.sys"

# Thing desktop path
thingdir="u:/aes/Thing"

# Starting MYAES (no additional paramaters atm
# u may add them)

# AESDIR envoirment variable MUST be set!
export THINGDIR=$thingdir

$multitos
