M
ms shakeel
hello sir,
thanks in advance for help
the following pice of code is not working
-----------------------------------------------------
Dim x
YourFileName = "hello"
x = Shell("c:\windows\notepad.exe c:\YourFileName.txt",
vbNormalFocus)
-----------------------------------------------------
with the above code,the text file with name hello.txt does
not open.
also sir i should be able to text file hello.txt placed at
any filepath, That is--opening of the text
file "hello.txt" should be independent of the
file path--> where the text file "hello.txt" is residing.
plz help me
thanking you
shakeel
(e-mail address removed)
thanks in advance for help
the following pice of code is not working
-----------------------------------------------------
Dim x
YourFileName = "hello"
x = Shell("c:\windows\notepad.exe c:\YourFileName.txt",
vbNormalFocus)
-----------------------------------------------------
with the above code,the text file with name hello.txt does
not open.
also sir i should be able to text file hello.txt placed at
any filepath, That is--opening of the text
file "hello.txt" should be independent of the
file path--> where the text file "hello.txt" is residing.
plz help me
thanking you
shakeel
(e-mail address removed)