Click to See Complete Forum and Search --> : how do i execute a file


demonjinn
08-18-2001, 01:42 PM
i have a file.doc i need to execute how do i do it? ive trie \/ . and even ? but nothing
its on telnet by the way and what i want to do is read the file.

thanks in advance

demonjinn

Strike
08-18-2001, 01:51 PM
reading != executing

if it's really a Word .doc file, then you need something that can read Word .doc files (I recommend catdoc). If it's a plain text file, then just cat <filename>