Borje Posted 7 hours ago Posted 7 hours ago Hi everybody ! I can not have this to works I try to use the command line settings but all time i have error, please can anybody help me to have this to work and what is wrong. base32.au3 bobben.au3
argumentum Posted 7 hours ago Posted 7 hours ago 15 minutes ago, Borje said: ..please can anybody help me.. get the rest from https://www.autoitscript.com/forum/topic/59003-base32-encode-decode/#findComment-444874 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Borje Posted 7 hours ago Author Posted 7 hours ago Hi argumentum I have already read and read but i cant have that to works. I hope some can help me with this problem.
argumentum Posted 7 hours ago Posted 7 hours ago (edited) is a CUI, not a GUI. You'll have to compile this utility. au3.212761-need-some-help-with-base32.zip Edited 7 hours ago by argumentum Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
argumentum Posted 7 hours ago Posted 7 hours ago It compiles and runs encrypting and decrypting an ANSI text file. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Borje Posted 6 hours ago Author Posted 6 hours ago 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?
Borje Posted 3 hours ago Author Posted 3 hours ago I can't understand what problem is, it still not working.
Musashi Posted 3 hours ago Posted 3 hours ago (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 2 hours ago by Musashi bullshit "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
Musashi Posted 2 hours ago Posted 2 hours ago (edited) 3 hours ago, Musashi said: If you start the program with the -h parameter, for example, it only pops up briefly. MY MISTAKE ! 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) Edited 6 minutes ago by Musashi "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now