R
risberg83
Hi
I want to create a program that starts some kind of command window.
The program should contain some functions and the user should be able
to call these functions trough the command window. Eg. If I have a sub
called hallo() that prints "hallo" in the command window, I want to be
able to call it from the command window with some command like
"hello()". Is this possible to do, and if it is what is the easiest
way to do it?
Thanks
Johan
I want to create a program that starts some kind of command window.
The program should contain some functions and the user should be able
to call these functions trough the command window. Eg. If I have a sub
called hallo() that prints "hallo" in the command window, I want to be
able to call it from the command window with some command like
"hello()". Is this possible to do, and if it is what is the easiest
way to do it?
Thanks
Johan