M
Mr Utkal Ranjan
Hi Friends
I want to launch notepad with a specific file on a
command click event. So I was using the "Shell" function
from VB on a command click event.For ex:
Shell "Notepad.exe C:\Program
Files\Test.txt",VbNormalFocus
But here is the problem in the space of the "Program
Files" folder, ie, "Program[SPACE]Files". The Shell
function not reading any character after the SPACE.
So HOW CAN I Launch my programs which has a SPACE in the
PATH parameter ???
Thanx
I want to launch notepad with a specific file on a
command click event. So I was using the "Shell" function
from VB on a command click event.For ex:
Shell "Notepad.exe C:\Program
Files\Test.txt",VbNormalFocus
But here is the problem in the space of the "Program
Files" folder, ie, "Program[SPACE]Files". The Shell
function not reading any character after the SPACE.
So HOW CAN I Launch my programs which has a SPACE in the
PATH parameter ???
Thanx