MangroBongacello
Programmer
Hello!
This is my problem:
If I execute command like this from shell:
shell>mysql -uuser -ppassword < c:\MyFile.sql
it executes ok, but if I put such command into a desktop shortcut on a windows machine, it does not (instead help is displayed for command-line arguments).
How do I make it work?
Thank you very much!
This is my problem:
If I execute command like this from shell:
shell>mysql -uuser -ppassword < c:\MyFile.sql
it executes ok, but if I put such command into a desktop shortcut on a windows machine, it does not (instead help is displayed for command-line arguments).
How do I make it work?
Thank you very much!