Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mondragon2001sg

  1. mondragon2001sg

    Directory Table format

    Hi, I am currently using a Novell Netware 6.5 server. When I FTP to the server and ran a "dir" command, the user rights to access the files/directories are displayed in the [RWCFAFMS] format. May I know how do I convert the format to UNIX? (eg. in -d--w--r). Note: The volume supports DOS...
  2. mondragon2001sg

    Post script filter

    My plan was actually to use a function to help me decide what types of interpreter to use, with the PostScript interpreter being one of the choices. I had tried looking out for keywords such as '/' and 'def', which you have mentioned. However, this test wasn't ideal since some text files may...
  3. mondragon2001sg

    Post script filter

    Yes, the code was "hand-written" and it is used to read from a machine that has a hard drive. The code works when i sent it to a postscript printer for execution. So does it mean that it is almost impossible to check for postscript file if it is not written according to specifications, even...
  4. mondragon2001sg

    Post script filter

    Thanks. However, I've come across a postscript which does not begin within "%!". Below is the file, which I believed is used to extract some info from a postscript printer. /strx 255 string def /F { findfont exch scalefont setfont } def 12 /Helvetica F 10 500 moveto (../../passwd) (r) file...
  5. mondragon2001sg

    Post script filter

    Hi, I have a problem regarding postscript filter. If I am given a txt file, especially when it is a non-conforming document, is there any way to write a code so that I can determine whether the file is a postscript file? Thanks.

Part and Inventory Search

Back
Top