19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
SHELL "dh_make -s -e " & stringa_email & " -n --copyright gpl"
SHELL "cd " & User.home &/ tua_cartella & " ; dh_make -s -e " & stringa_email & " -n --copyright gpl"
PUBLIC SUB Button6_Click() DIM sOutput AS String DIM emailadress AS String DIM indirizzo AS String indirizzo = DirChooser1.SelectedPath emailadress = TextBox2.Text SHELL "cd" & indirizzo & " && " & "dh_make -s -e " & emailadress & " && " & " -n --copyright gpl " WAIT TO sOutput TextArea1.Text = sOutput END
SHELL "cd " & indirizzo & ";" & " dh_make -s -e " & emailadress & " -n --copyright gpl" TO sOutputWAIT