After seeing #1149 , I thought we could use something similar: ```py 'N,1,1,1' > mapdl # instead of mapdl.run('N,1,1,1') ``` and maybe: ```py "input.dat" >> mapdl # instead of mapdl.input("input.dat") ``` I'm not 100% convinced, so some feedback is appreciated.