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)
  On 3/12/2025 at 6:26 PM, Borje said:

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

Expand  

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.CMDFetching info...

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

bobben.au3Fetching info...

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)
  On 3/12/2025 at 9:37 PM, Musashi said:

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

Expand  

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."

Posted

First to all I want to  big thanks to all so far but i have some problem with the syntax to encode and decode from file to to file when I test bobben -e / -d filname1.txt filname2.txt  that creates a emty filname2.txt

I think that I done something wrong please help with the correct syntax.. 

 

Posted

 bobben -e -d filname1.txt  filname2.txt  that creates a emty filname2.txt    creates a empty filname2.txt 

Posted

What do you expect when you encode AND decode at the same time?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

-e encodes a file, -d decodes a file. So which option should be removed from

bobben -e -d filname1.txt  filname2.txt  

to only encode a file?

N.B. If you have problems with English use a translator like https://www.deepl.com/

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

It not helps  if I want to have file1.txt converted I use bobben -e "abcdef" file1.txt 

not working it save nothing

 

 

Posted

I have done more testes now and i have it to workswith txt files but exe encode exe file not works is there a solution

to have that to works?

Posted (edited)
  On 3/13/2025 at 9:44 AM, Borje said:

but exe encode exe file not works is there a solution to have that to works?

Expand  

I just did a quick test. Text files are encoded and decoded correctly.

Binary files (i checked an EXE and a JPG) are apparently damaged during this process (file header etc.). 

Is there any reason why you don't want to use Base64 ?

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...