Is there some way to write scripts for Winamp? [closed] - winamp

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I like to write some scripts for Winamp. How might I do this?

You can also use gen_scripting plugin which uses JSpript or VB which might be of use to you.
And a few words to the wise: Just add the plugin to the winamp plugins directory and remember to register it with regsvr32 from the command prompt. Scripting only works with Winamp running :)

Related

How to create an executable for Ruby console application [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm writing a simple console app, but instead of distributing it as a script (somefile.rb), I want it as a binary file, like an executable.
Any idea?
Embedded Ruby (or better mruby) into C or C++
Simple one file with script as text.
Here is example for mruby mruby.

How to build own instructions for command line [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I had experienced Windows command line as well as Linux based. I curious how to build my own instructions for windows.
two possibilities come to my mind: batch files somewhere in the path and doskey

How do I create a patch file in windows? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I use windows 8 and have source codes of a software in English version.
I translated it and want to create a patch file of it. It's my first time doing it..
And.. can I use diff which I believe can be used in Linux?
winmerge can create patches is you are looking for a gui way. they have some hints for doing it scripted as well: http://manual.winmerge.org/Faq.html#d0e10357

Problem with luabind installation under Windows [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Cant build luabind. Have downloaded Boost and bjam.exe. Have anybody experience for it under Windows? How i can use this library? Thanks.
You could use my branch of luabind, which includes a cmake-based build system which may be easier for you. https://github.com/rpavlik/luabind

How to bundle multiple installation(.exe) files? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Say, we have ABC.exe and CDE.exe
I want to bundle these 2 installation files into a single un-attended installation file [XYZ.exe].
And when I run the XYZ.exe it should install the above applications.
Any ideas how this can be achieved ?
You need a Bootstrapper.
Try dotNetInstaller if you need some logic in the bootstrapper, I haven't used it myself but it's often recommended on the WiX mailing list as a good free bootstrapper.
I think what you want is a self-extracting archive.

Resources