home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
SODTXT1.ZIP
/
SOD.DOC
< prev
next >
Wrap
Text File
|
1993-08-23
|
1KB
|
34 lines
I am just now learning the C++ language... So this little program ain't
nuthin' spectacular...
Basically all it does is redirects what you type into a text file...
You could do the same thing with "copy con test.fil", but I think this
is a little faster... Then again, I am a strange person...
The syntax is:
sod > test.txt // What ever the name of the file you would like to
create....
You could also use it as a substitute for "type"...
I don't know what the difference would make, but what the hell..
sod < test.txt // Whatever file you would like to type...
To exit from the little program, just type a control Z "^Z"
and press enter...
Also you can use a | more statement at the end of the syntax
to pause the screen to prevent scrolling...
Well, I make no promises about this file, nor what it should do..
I assume no liability for any damage that could occur from
the use of this product.. Although, I see no way anything
could go wrong...
l8r Dudes!
The Shaman