#!/bin/csh -f
#
# Starts a dos window on a remote machine and displays it locally
# (depending on DISPLAY environment variable).
#
# It should not be used to start a dos window locally as rdos is
# slower than xdos/dos. Use xdos or dos for a local dos window.
# 
# aside: Do not run dos remotely or locally in an xterm, xterms have
# buggy support for the complex text display capabilities of dosemu.
#
#
##############################################################################


exec /usr/bin/rdos -X $argv
