Ciao a tutti

Ho provato ad inserire nel codice il comando suggeritomi, così

codice:
        MessageBox.Show(String.Format("Logical Disk {0}: {1}", _
                                      e.LogicalUnit, _
                                      If(e.Inserted, "inserted", "removed")), _
                                      Me.Text)

        Process.Start("C:\Windows\System32\cmd.exe", "/k dir {0}")
però non funziona come vorrei... viene eseguito cmd.exe ma viene dato errore "file non trovato"