Jump to content

Recommended Posts

Posted

hello everyone

i am having a .sql file which opens in a notepad. now i am trying to open this with the help of

Run("C:\T-MATRIX\Database\Scripts\Single_Site\Drop_Database.sql")

but it is not able to open from the mentioned path. pls help

thanx

randeep

[font="Palatino Linotype"]Randeep Singh[/font][sub][/sub]

Posted (edited)

ShellExecute?

ShellExecute("C:\T-MATRIX\Database\Scripts\Single_Site\Drop_Database.sql")
Edited by CrewXp
Posted

CrewXp

thanx for the quick reply. now i am going write the next code without any delay.

thankx again

ShellExecute?

ShellExecute("C:\T-MATRIX\Database\Scripts\Single_Site\Drop_Database.sql")

[font="Palatino Linotype"]Randeep Singh[/font][sub][/sub]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...