zodehala
12-01-2008, 10:11 PM
like you know we can print a command output into a file like following command
tasklist > c:\a.txt
but i want to print following query into a file
show create table user;
and
mysql -u root -p123 -f db < c:\x.sql
tasklist > c:\a.txt
but i want to print following query into a file
show create table user;
and
mysql -u root -p123 -f db < c:\x.sql