home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SODTXT1.ZIP / SOD.DOC < prev    next >
Text File  |  1993-08-23  |  1KB  |  34 lines

  1.  
  2. I am just now learning the C++ language... So this little program ain't
  3. nuthin' spectacular...
  4.  
  5. Basically all it does is redirects what you type into a text file...
  6. You could do the same thing with "copy con test.fil", but I think this
  7. is a little faster... Then again, I am a strange person...
  8.  
  9. The syntax is:
  10. sod > test.txt    // What ever the name of the file you would like to 
  11.              create....
  12.  
  13. You could also use it as a substitute for "type"...
  14. I don't know what the difference would make, but what the hell..
  15.  
  16. sod < test.txt    // Whatever file you would like to type...
  17.  
  18. To exit from the little program, just type a control Z "^Z"
  19. and press enter...
  20.  
  21. Also you can use a | more statement at the end of the syntax
  22. to pause the screen to prevent scrolling...
  23.  
  24. Well, I make no promises about this file, nor what it should do..
  25.  
  26. I assume no liability for any damage that could occur from
  27. the use of this product.. Although, I see no way anything 
  28. could go wrong...
  29.  
  30. l8r Dudes!
  31.  
  32.             The Shaman
  33.  
  34.