View Single Post
  #1  
Old 02-22-2007, 04:20 AM
SDeon SDeon is offline
Junior Member
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
SDeon is on a distinguished road
Default running scripts on windows??

Hello there,
Please inform me of how to run scripts on windows as on Linux. I want do something like: myscript table1 table 2

mysql all thecommandline stuff <<endend
use mydatabase;
select * from $1;
select * from $2;
exit
endend

Is it possible with any type of a windows gui tool, read a script and run it? I have not been able to figure out how to use the script tool of mysqlquerybrowser.
Thank you so much! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - running scripts on windows??
View Single Post
  #1  
Old 02-22-2007, 04:20 AM
SDeon SDeon is offline
Junior Member
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
SDeon is on a distinguished road
Default running scripts on windows??

Hello there,
Please inform me of how to run scripts on windows as on Linux. I want do something like: myscript table1 table 2

mysql all thecommandline stuff <<endend
use mydatabase;
select * from $1;
select * from $2;
exit
endend

Is it possible with any type of a windows gui tool, read a script and run it? I have not been able to figure out how to use the script tool of mysqlquerybrowser.
Thank you so much! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote