cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

i would like to know how to call sql scripts in the installanywhere

hi,
i am installing the mysql scripts for creating databases but if i install the sql scripts in the user install folder how can i call the scripts from the command console as i dont know how it will detect the user install folder.
That i am calling the sql scripts in the command console like
>>>call C:\something.sql
how can i make it to call ----- call $USER_INSTALL_DIR$$\something.sql
Any suggestions are eagerly awaited.
Labels (1)
0 Kudos
(1) Reply
Yves_Kreis
Level 7

james decosta wrote:
how can i make it to call ----- call $USER_INSTALL_DIR$$\something.sql


$USER_INSTALL_DIR$$\$something.sql
0 Kudos