home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / utility / system2 / where.xsl < prev   
Text File  |  1985-11-19  |  158b  |  12 lines

  1. *
  2. * Say if inputting from ST or terminal
  3. *
  4.  
  5. if equal stdin "CON:"
  6.   echo "Working from ST"
  7.   echo
  8. else
  9.   echo "Working from terminal"
  10.   echo
  11. endif
  12.