JADE (NetBeans IDE 6.8) and Rev Studio 4.0
Mark Wieder
mwieder at ahsoftware.net
Fri Mar 19 18:37:36 EDT 2010
zeeshan-
Friday, March 19, 2010, 3:01:26 PM, you wrote:
> put shell("Server 6800") into tResult
Unless you've somehow compiled "Server" as an executable binary file,
you'll need to launch it as
put shell("java Server") into tResult
otherwise you'll end up with something in tResult like "'Server' is
not recognized as an internal or external command, operable program or
batch file."
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list