954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how can i run cmd.exe in vb.net ?

Dear all ,

I 'm new in vb.net , I wanna use NLP Processor in my project , but it runs with cmd.exe , it means I should open cmd.exe and type this code for run it ." c:\nlp>type\nlp\.... "
I have a big problem , I don't know how can i run cmd.exe in hide window? if you know plz tell me . thank so much .
samane

samane
Newbie Poster
3 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 
Piya27
Junior Poster
112 posts since Jun 2009
Reputation Points: 22
Solved Threads: 9
 

try

shell(cmd.exe)
or
shell(c:\Windows\System32\cmd.exe, vbNormalFocus) ' ucan hide or maximise window
)

dileepkumars1
Newbie Poster
9 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

Thanks so much for your respond.I find how can i run cmd.exe but now my problem is how can i run this code"c:\nlp\type\nlp\examples\terxt|\nlp\bin\nlp.cmd show_tags " in cmd.exe ?
MANY THANKS.
Samane.


actu

samane
Newbie Poster
3 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

Dear all, thanks so much for your response, I have another question .
I have a list of adjective , I decide to search in wordnet dictionary to find the orientation of each adjective in list . How can i do it in vb.net ?
if you know please tell me . thanks so much .
samane .

samane
Newbie Poster
3 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

Process.Start("c:\nlp\type\nlp\examples\terxt|\nlp\bin\nlp.cmd show_tags ")

martonx
Junior Poster in Training
51 posts since May 2008
Reputation Points: 10
Solved Threads: 8
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You