Mega Code Archive

 
Categories / Ruby / Development
 

Run notepad exe with system function

system("notepad.exe","myfile.txt")  # No problem...