Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a pop up window? Thanks

Status
Not open for further replies.

Cabrita

Technical User
Apr 3, 2002
140
PT
Hello,

I don't know anything about assembly, I can only create a .bat file.

My question, i think it's very simple but i don't know how to do it. I want to crete a .bat file that would open a window in the Windows XP with a message that I would define, that window would have a OK botton when pressed the window would close and the program too.

Thank you very much.

Andre
 
Look at this thread: thread272-655515

Regards

-- AirCon --
 
Hi Aircon,

I copied the code into the bat file that I have created in the MS-Dos but it didn't work. Can you help me?

Thank you

Andre
 
Andre,

The code is not intent to run directly from bat file. You need to compile it into EXE, then you can call the EXE from bat.

Are you familiar with (any) programming ?
Because if you don't do any programming, I really don't know how to help.

Maybe you can try this from bat file:

RunDLL32 User32.DLL,MessageBoxA MyTitle


Regards


-- AirCon --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top