hcl-bot
1
Hi Guys,I have a help desk system I am modifiying a little bit to do what I need.
I want to be able to run a windows command from a document by clicking a button or clicking a hyperlink, does anyone know how this can be done?
e.g. a document has a hostname or i.p. address and i want to try and ping this in a new cmd window e.g. ping -t xyz.com.
Cheers
P
hcl-bot
2
Subject: Send a batch file
Hi,Send a batch file .bat & add your commands in that file.
hcl-bot
3
Subject: Various ways…
@Command( [Execute],…) in formula language, Shell command in LotusScript, Run method of WshShell object…
hcl-bot
4
Subject: Awesome
Awesome!And so easy (I really should have search the documentation a bit better sorry)