Open notepad using Shell command
Open notepad using Shell command
Rate Open notepad using Shell command
(1(1 Vote))
a = Shell("notepad.exe", vbNormalFocus)
For i = 1 To Len(text)
Sleep (Speed)
SendKeys Mid(text, i, 1), 1
Next i
End Sub
Private Sub Command1_Click()
StartNote "salut c'est moi khaldoun comment allez vous ?", 10
End Sub
Open notepad using Shell command Comments
No comments yet — be the first to post one!
Post a Comment