Git Product home page Git Product logo

lnk2vbs's People

Contributors

knight0x07 avatar

Stargazers

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

Watchers

 avatar  avatar

lnk2vbs's Issues

Issue while executing custom vbs.

I created a simple vbs file, that would display a simple msg box; Below is it's content-

Set objShell = CreateObject("WScript.Shell")

' Display a simple message box
MsgBox "Hello, World!", vbInformation + vbOKOnly, "Important"

Upon Execution-

The python script runs good, a .lnk file is generated but on clicking it desired output isn't produced.

Attaching ss for the same!

Desired Output-
Screenshot 2024-01-05 121733

But on clicking generated lnk file this message box isn't displayed.

Unable to run the vbs file which has large content.

When I tried to embed a vbs file having 70-80 lines of code, the integration into the .lnk file is successful! While during runtime when it tries to fetch it , copy it into sys.vbs there the trouble begins!

Like let us say input vbs is-

// Line1 of code.

// Line2 of code.

//Line3 of code.

//Line4 of code.

//Line5 of code.

....
....

....
....

Then the output sys.vbs is-
// Line1 of code.// Line2 of code.//Line3 of code.//Line4 of code.//Line5 of code................

Because of this the execution of sys.vbs(i.e on click of lnk file) throws error like this, which is not the case in input.vbs(p.s it runs as expected)
Screenshot 2024-01-05 155609

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.