Git Product home page Git Product logo

Comments (11)

winseros avatar winseros commented on June 17, 2024

You mean - a "console-like" variant of pack/unpack/etc?

from pboman3.

SuperDizor avatar SuperDizor commented on June 17, 2024

Currently, I use a batch file for packing my pbos.

pbom.exe pack <folder> -o <outputfile>

When this command is done, we need to click Close then the script continues. I mean a way to prevent this window to open and remove the user action to the script.

https://i.imgur.com/yx7cr5C.png

from pboman3.

winseros avatar winseros commented on June 17, 2024

I understand. Give me some time.

from pboman3.

winseros avatar winseros commented on June 17, 2024

@SuperDizor could you check the v1.3.0 release?

I added the -u/--no-ui option.

from pboman3.

SuperDizor avatar SuperDizor commented on June 17, 2024

@winseros I've try with the new version (v1.3.0) but it doesn't work. I reinstall completely the software.

I try those commands:

  • pbom.exe --no-ui pack <folder> -o <outputfile>
  • pbom.exe pack <folder> --no-ui -o <outputfile>
  • pbom.exe pack <folder> -o <outputfile> --no-ui

Did I miss something ?

from pboman3.

winseros avatar winseros commented on June 17, 2024

but it doesn't work

I think the core problem is the application prints nothing to console. This is the drawback of the GUI executable - it can't use console output. And if you misspell a name of a file or directory or make a command line mistake - it silently fails.

This problem can be solved only by making a dedicated executable file for the console operations.

Again, give me some time :)

from pboman3.

winseros avatar winseros commented on June 17, 2024

I added the dedicated executable pboc.exe for the console usage. It has almost the same set of commands, but it can print its output to console. So a user would see what's going on.

Could you please check the artifacts from the #70 build? If they work as expected, I'll promote them to a release.

from pboman3.

winseros avatar winseros commented on June 17, 2024

@SuperDizor ?

from pboman3.

SuperDizor avatar SuperDizor commented on June 17, 2024

Sorry for the delay. Looks good to me. Thank you very much!

from pboman3.

winseros avatar winseros commented on June 17, 2024

Nice. I'll promote the build to the release then.

from pboman3.

winseros avatar winseros commented on June 17, 2024

Created the 1.4.0 release

from pboman3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.