How to open a text file in Notepad using ASP?
I have one text file located on c:\ I wanted to open this file in notepad, programmatically using ASP. Which function will be helpful to complete the task.
# 1 Re: How to open a text file in Notepad using ASP?
you have to specify the problem more clearly . ASP is a server side script , which is executed only when some one requests it . you have said that a file is placed in C:\ , but where is it ?in server side or client side ?.
anyway see the usage of WScript.Shell in vbscript
akgalp at 2007-11-10 3:45:49 >

# 2 Re: How to open a text file in Notepad using ASP?
1) The file is at Client Side located at "C:\". It is a text file.
2) There is also one folder at Client Side located at "C:\". I want to open these both after execution of my programe.