Search results

  1. S

    Faster execution time

    Hello, I’m trying my best to make my app the fastest app possible, I check over the forum, and found a comment from support to keep my files outside in a DATA folder. I want to make a single EXE for easier mobility, but since I have many icons, I was wondering if it is faster to generate the...
  2. S

    Powershell with cmd command

    Hello, I am trying this: $cmd_shortcut = "powershell notepad.exe"; system($cmd_shortcut); I do get this to work: system("dir"); I am using ExeOuput 1.7 Best regards, Steph
  3. S

    Chromium change default error text

    Hello, Is it possible to modify the chromium default language? Example, change the “value missing” in a required input field to “Champ obligatoire”… Thank you, Steph
  4. S

    PhpMailer, mail without SMTP server [solved]

    PhpMailer, mail without SMTP server Hello, I would like to know if someone has a solution for integrating PhpMailer into ExeOutput. In php code, I get my mail (from gmail.com), no mater what config I have in the php.ini, it works perfect. But once I compile it with ExeOutpout I get a the...
Back
Top