Recent content by Justsomepplz

  1. J

    Console width/height

    To answer my own question (mainely for others, not myself), you can do this with: shell_exec(“mode con:cols=80 lines=40”); from within the application whenever you need to change the width/height of the screen. So what is missing is the DEFAULT width/height setting.
  2. J

    Wordpress installation

    It wouldnt work on an nginx server either. .htaccess is for apache servers only. I dont know what server if any exeoutput uses, it’s highly unlikely that whatever it uses supports htaccess at all. However, knowing what webserver exeoutput uses would be useful in fixing your issue.
  3. J

    Console width/height

    Need an option to set width/height of the console window that is created when compiling as a console application. Not being able to set this is very annoying and borderline not usable with long text strings on the screen.
Back
Top