Originally Posted by khanjan_a2k
VB Code:
Open "c:\machines.txt" For Append As # 1Originally Posted by khanjan_a2k
VB Code:
Print #1, "MachineName"Print #1 will place each item on a separate lineOriginally Posted by khanjan_a2k
Open the file and read the whole thing into a multiline textbox. Do you editing, save the contents back.Originally Posted by khanjan_a2k




Reply With Quote