how to display a messagebox with run menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when i execute this command line
rundll32.exe user32.dll,MessageBoxA MyTitle
it display a messagebox with the title "MyTitle"

but how can i change the text in the messagebox

when i run : rundll32.exe user32.dll,MessageBoxA MyTitle MyText

it display a messagebox with the title "MyTitle Mytext"

what is the correct parameter separator for this function
 
From: "niko" <[email protected]>

| when i execute this command line
| rundll32.exe user32.dll,MessageBoxA MyTitle
| it display a messagebox with the title "MyTitle"
|
| but how can i change the text in the messagebox
|
| when i run : rundll32.exe user32.dll,MessageBoxA MyTitle MyText
|
| it display a messagebox with the title "MyTitle Mytext"
|
| what is the correct parameter separator for this function
|

A better place to ask would be a scripting News Group such as...
microsoft.public.windows.server.scripting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top