As a DOS guy trying to learn linux here ya go

At your dos window type the following:

<command you want and options to get help>  then Greater Then Sign > then
ourput path and filename,  Or output device like LPT1 for printer.  Examples
would be;


mysqladmin > commands.txt
The above command should put the commands into a file called commands.txt

mysqladmin > c:\commands\commands.txt
The above command should put the commands into a directory  c:\commands,
providing that diectory exists and a file called commands.txt

mysqladmin > lpt1:

will output the commands to the printer.


I hope that helps

Mark



----- Original Message -----
From: "Robbie Martinez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 6:31 PM
Subject: MS-DOS Window


>
> This may be a simple MS-DOS question, but I'm a UNIX guy
> and am pretty clueless...
>
> I'm trying to capture some mysql command output, but my
> DOS screen runs out of space.  In other words, the data
> goes beyond what I can scroll up to get.  Is there any
> way for me to either:
>
>    (1) Redirect output from mysql commands to a file
>    (2) Create a session "typescript" of mysql
>    (3) Increase the DOS window's scroll memory to a very
>        large size (so I don't lose my data on my screen).
>
> Thanks,
>
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to