Jump to content

Recommended Posts

Posted

Hi argumentum 

I have already read and read but i cant have that to works. I hope some can help me with this problem. 

Posted

Hi argumentum

I can not have it to works i downloaded your pack and i try to compile I use the -h and no help windows appear nothings

happen, have you tested this? and what version of autoit you compile with?

 

Posted (edited)
4 hours ago, Borje said:

... i try to compile I use the -h and no help windows appear nothings happen ... ,

See correction in the post below !

The functions (e.g. ShowUsage) use ConsoleWrite commands, which means, that the output takes place in the  STDOUT-Stream. If you start the program with the -h parameter, for example, it only pops up briefly. I have added a message box so that you can see the output.  

Please start the compiled program via the following .cmd file CMDStart.CMD

@echo off
CLS
cd %~dp0
bobben.exe "-h"

bobben.au3

Edited by Musashi
bullshit

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Posted (edited)
3 hours ago, Musashi said:

If you start the program with the -h parameter, for example, it only pops up briefly.

MY MISTAKE :mad2:
The STDOUT stream only pops up briefly when using ConsoleWrite because I started  the program via a CMD.

If the program is started directly via the command prompt, the output is displayed correctly. (I am using AutoIt 3.3.14.0)

Output.jpg.16fe34f778e5519bb5217a433b61a78a.jpg

 

Edited by Musashi

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...