Jump to content

Recommended Posts

Posted

Do it is possibile to execute a script as Windows Application a DOS Command Application simultaneously?

For example:

If $CmdLine[0]<>"" Then

ConsoleWrite("Hello!") ; return message to dos

else

MsgBox(0,0,"Hello!")

Endif

Posted

I did as you said but it does nothing.

I tried running it in the command prompt and just normally executing it, but nothing.

I would to show the output in the dos box.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...