Salve a tutti
Qualcuno mi può dire la stringa di comando java per questi 2 comandi ?
C:\Windows\System32\net.exe stop UxSms
C:\Windows\System32\net.exe start UxSms
Ho fatto così ma non funziona
Quote:
Runtime.getRuntime().exec("C:\\Windows\\System32\\net.exe stop UxSms");
|