Quote Originally Posted by yudlugar View Post
Maybe try:
Sub macro_1()
Shell "Cmd.exe /S /K " & Replace(CreateObject("Scripting.filesystemobject").opentextfile("E:\test.txt").readall, vbNewLine, "")
End Sub
Hi,

This is also processing only one line...