home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2769 < prev    next >
Internet Message Format  |  1991-02-16  |  1KB

  1. From: saunders@gesundheit.West.Sun.COM (Gene Saunders)
  2. Newsgroups: alt.sources
  3. Subject: Re: looking for: dos file commands for Sun internal floppy
  4. Message-ID: <1420@west.West.Sun.COM>
  5. Date: 16 Feb 91 19:12:53 GMT
  6.  
  7. This really isn't the proper newsgroup for this, but ...
  8.  
  9. In article <1991Feb16.064344.18023@johnny5.uucp> garvey@johnny5.uucp (Joe Garvey) writes:
  10. >
  11. >I just found out that the SPARCstation internal has a DOS compatible
  12. >driver... but none of the DOS file manipulation commands. :-(
  13. >
  14. >Any one got:    mkdir, copy, rename, erase, rmdir
  15.  
  16.     You already have them; use the C shell and enter this in your .cshrc:
  17.  
  18.     alias    md    mkdir
  19.     alias    chdir    cd
  20.     alias    rename    mv
  21.     alias    ren    mv
  22.     alias    erase    rm -i
  23.     alias    rd    rmdir
  24.  
  25.     and for good measure:
  26.  
  27.     alias    cls    clear
  28.     alias    ver    uname -sr
  29.     alias    type    cat
  30.  
  31.     okay, okay .. you get the idea.
  32. >
  33. >for the SparcStation floppy.
  34. >
  35. >I know I could buy a commercial DOS emulator, and thereby get these commands,
  36. >but, I'm cheap, and don't want to run DOS, just read & write the floppies.
  37.  
  38.     SunOS 4.1.1 includes a new filesystem type: pcfs.
  39.     Toss your DOS floppy into the drive and then "cd /pcfs" (assuming
  40.     /pcfs has been mounted as shown in the /etc/fstab file).
  41. --
  42. Gene Saunders   \ gene.saunders@West.Sun.COM \ gsaunders@sun.com
  43. Sun Microsystems \ saunders@sunkist (local)   \  ..!uunet!sun!gsaunders
  44. ---
  45. Views stated herein are my own .. my company wants nothing to do with me.
  46.