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
#2
pan per i tuoi denti... :mrgreen:
Cita messaggio
#3
E' vero progresso quando è per tutti?
"c cos avt ditt?" :acc:
Cita messaggio
#4
Tex non ha torto, Devil qualche riga di delucidazione farebbe comodo a chi vuole cimentarsi...
[Immagine: 1xtz7.png]
Cita messaggio


Vai al forum:


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