I want to make a popup box apear when my computer starts up with 3 buttons in it, 1 to start word 1 to start firefox and 1 to start steam. Is there a way to do this in a batch file?
i know how to make a pop up box appear in batch:
@echo off
msg * this is where the message goes.
but this only makes a button saying ok.