Roguelike enthusiast, gamedev wannabe. c, c++ and python programmer currently.
1 2 3 | load_path_win = { { "." } }; |
Roguelike enthusiast, gamedev wannabe. c, c++ and python programmer currently.
1 2 | @echo off echo Hello Dave. |
Roguelike enthusiast, gamedev wannabe. c, c++ and python programmer currently.
It could also be a permission issue. If you have set cmd to always run as admin while 4coder runs normally, I believe it wouldn't be able to call cmd, due to having a lower privilege.
Roguelike enthusiast, gamedev wannabe. c, c++ and python programmer currently.