Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gnikii を使用して複数行の SMS を送信しようとしましたが、失敗しました
Dim xCmd As String xCmd = "cmd.exe /c echo " & txtBody.Text & " | c:\sms\gnokii.exe --sendsms 0771234567 2> test.txt" Shell(xCmd)
私を助けてください