randeep Posted June 17, 2009 Posted June 17, 2009 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]
CrewXp Posted June 17, 2009 Posted June 17, 2009 (edited) ShellExecute? ShellExecute("C:\T-MATRIX\Database\Scripts\Single_Site\Drop_Database.sql") Edited June 17, 2009 by CrewXp
randeep Posted June 17, 2009 Author Posted June 17, 2009 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now