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

Recommended Answers

All 5 Replies

try

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

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

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 .

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.