Salve!
Oggi volevo fare un software che aggiorni automaticamente tutti i software fatti da me.
Quindi avevo deciso di dare esecuzione automatica al software di aggiornamento (fatto con neobook), e ogni volta che si avvia scarica un file dal mio sito che ha dei comandi
Tipo questo:
Se è disponibile un aggiornamento neobook scaricherà il file con i comandi:
AlertBox "Aggiornamento" "Nuovo aggiornamento disponibile"
DownloadFile "www.miosito.it/nomeprogramma.exe" "C:\UPDATES\nomeprogramma.exe"
Run "C:\UPDATES\nomeprogramma.exe" etc...
Quindi NeoBook scarica questo file e lo esegue con i suoi comandi.
C'è quindi un metodo per creare file tipo batch che funzionano con i comandi di neobook?
Grazie in anticipo
Non ci sarebbe un modo per fare un file tipo .bat per neoboo
-
- Posts: 10
- Joined: Fri Jul 11, 2014 12:43 am
-
- NeoSoft Team
- Posts: 5628
- Joined: Thu Mar 31, 2005 10:48 pm
- Location: Oregon, USA
- Contact:
Re: Non ci sarebbe un modo per fare un file tipo .bat per ne
It's not possible to create a Windows/DOS bat file that works with NeoBook commands, but you can use NeoBook's Call action to execute an external function file containing NeoBook commands.C'è quindi un metodo per creare file tipo batch che funzionano con i comandi di neobook?
So there is a method to create batch files that work with the commands of neobook?
NeoSoft Support