I have a vb6 project. I need to open a text file in notepad and delete all the underscore characters in it. I found this code to open notepad and open a text file but how do i search through it and delete all the underscore characters. Thank you for the help.
Shell “Notepad.exe” & ” ” & “c:Temp.txt”, vbMaximizedFocus