Problem: system() test fails on MS-Windows. Solution: Deal when extra space and CR.
Problem: To pass buffer content to system() and systemlist() one has to first create a string or list. Solution: Allow passing a buffer number. (LemonBoy, closes #1240)