home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / tlxtw109.zip / DOS.SLT < prev    next >
Text File  |  1993-06-01  |  133b  |  9 lines

  1. // dos.slc
  2. // Returns to the Telix directory after shelling to DOS.
  3. main()
  4. {
  5.  dos("", 0 );
  6.  newdir( _telix_dir );
  7.  return;
  8. }
  9.