#!/bin/bash

this_path="$(dirname "$0")"
pushd $this_path
this_path=$PWD
popd

# echo "Runnnig: \"$this_path/rcbasic_studio_run\" $prog_file && read -p \"Press any key to continue... \" -n1 -s\n\n"

xterm -e "\"$this_path/rcbasic_studio_run\" $prog_file && read -p \"Press any key to continue... \" -n1 -s"
