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

# MYAES path's
myaesdir="/aes/"
myaes="/aes/myaes/myaespc.prg MYAES_PATH=u:/aes/"    

# Thing desktop path / maybe better to set in desktop.cnf
#thingdir="u:/aes/Thing"
 
# Starting MYAES (no additional paramaters atm
# u may add them)
 
# AESDIR envoirment variable MUST be set!
#export THINGDIR=$thingdir
export MYAES_DIR=$myaesdir

$myaes
