Valutazione discussione:
  • 0 voto(i) - 0 media
  • 1
  • 2
  • 3
  • 4
  • 5
Easy Luncher
#1
Codice:
;semplice launcher

MsgBox, 0, Benvenuto,Devil Easy Launcher è un semplice launcher di programmi.
Process Priority,,High
SetBatchLines, -1

TrayTip , Devil Easy Launcher, Devil Easy Launcher è posizionato qui, 5, 1

SetWorkingDir %A_ScriptDir%

#Persistent
Menu, Tray, NoStandard
Menu, tray, add, Calcolatrice, calcolatrice
Menu, tray, add, Notepad, notepad
Menu, tray, add, Paint, paint
Menu, tray, add
Menu, tray, add, Cmd, cmd
Menu, tray, add, Ip,ip
Menu, tray, add, Esci, exit
return

calcolatrice:
MsgBox, 4, Calcolatrice, Avviare la calcolatrice?
IfMsgBox No
    return
else
run calc.exe
return

Notepad:
MsgBox, 4, Notepad, Avviare blocco note?
IfMsgBox No
    return
else
run notepad.exe
return

paint:
MsgBox, 4, Paint, Avviare paint?
IfMsgBox No
    return
else
run mspaint.exe
return

cmd:
MsgBox, 4, Cmd, Avviare cmd?
IfMsgBox No
    return
else
run cmd.exe
return

ip:
MsgBox, 4, IP, Vuoi sapere il tuo ip?
IfMsgBox No
    return
else
MsgBox, % A_IPAddress1
return


exit:
MsgBox, 4, Esci, Vuoi Uscire?
IfMsgBox No
    return
else
MsgBox, 0, Bye, Grazie di aver usato il mio launcher :D.
ExitApp
IN COSTRUZIONE
Cita messaggio


Messaggi in questa discussione
RE: Easy Luncher - da Devil_Code - 09-07-2009, 12:26 PM
RE: Easy Luncher - da Fabianator - 09-08-2009, 11:00 AM
RE: Easy Luncher - da Tex - 09-08-2009, 11:59 AM
RE: Easy Luncher - da Admin - 09-08-2009, 06:30 PM

Vai al forum:


Utenti che stanno guardando questa discussione: 1 Ospite(i)