Coder Social home page Coder Social logo

ps2exe's People

Contributors

studoot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ps2exe's Issues

Message Popups/ and GUI window do not wrap text or resize accordingly

See attached - more of an inconveniece than anything:

(1) If you get a message on a compiled executable with a lot of text, the popup box doesn't wrap or resize, meaning that in some cases the "OK" box is off screen and cannot be clicked

exemessagebox

(2) The GUI does not resize when a long path is selected
GUILongPath

curl and Invoke-RestMethod won't work after compile

Hi,
i'm not sure if this fits here, but i've the Issue that curl and Invoke-RestMethod doesnt'work anymore when the ps1 script is compiled with ps2exe.
Booth Versions work when i run the PS1 script. Is this known issue or is just my code wrong?

curl.exe --% -X GET http://127.0.0.1:8080?IP=10.0.0.15&Action=11
or

$params = @{
	 "IP"=$LocalIP;
	 "Action"="1";}

	Invoke-RestMethod -Uri "http://127.0.0.1:8080" -Method POST -Body ($params|ConvertTo-Json) -ContentType "application/json"

Wrong output type for compiled script

I also posted this on technet, I apologize if the duplicity is annoying:
I have a script which runs the msdl library compiled for windows. When I'm downloading a file by running the .ps1 script, the output shows download percentage and updates as it progresses.
However when I run the exe compiled from the .ps1 script, the output is in red, prefaced with "ERROR: ", and keeps printing and scrolling the screen, rather than updating the same line.
Is it possible to manipulate the output type of the script or the specific command so it appears as intended?
Thanks.

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.