DNM Script Editor

From Wiki

Jump to: navigation, search

Welcome to DNM Script Editor

This tool is designed to help you create DNM Scripts and its variants. What you see on the left is a list of functions, in the middle is your script editor.

What you see here is the online documentation of DNM Script or any other DNM Script variant you're using now.

About the scripts

DNM Script (and its variants like Ac Script etc) is a simple procedural scripting language, in an early development phase, designed as the scripting solution for Ac Browser Plus and other applications. It allows you to add your own, new functionality to the software. So, if there's something, the application cannot do for you - you can easily implement this! It's as simple as entering specific commands (functions) one by one.

To see it in action, in the text edit box, enter:

MessageBox("Hello world!");

And choose Run | Run menu command. MessageBox here is a function, and "Hello world!" is a function argument.

Another example:

ShellExecute("","sndvol32.exe");
ShellExecute("","calc.exe");
ShellExecute("","c:");

This will open two applications (sound volume control and calculator) and a "C:\" folder. ShellExecute simply takes a few arguments, and one of them (the second one) is a program or website or document or folder to open. Every function is described in this wiki, eg. this one is documented here: ShellExecute

See also

About the DNM Script editor

Tips:

  • Double-click a function in the tree view to insert a function to the text editor
  • Select a keyword/function name in your text editor, and press F2 to go directly to the article describing it
  • Press F1 to go directly to this page
  • Press F10 to run the script (or choose Run | Run menu command)

What's kwiki?

What's kwiki ?

Kwiki (what you're seeing now) is an encyclopedia written collaboratively by its readers. It is meant for articles about software at http://www.konradp.com, and specifically for DNM Script. The site is a Wiki, meaning that anyone, including you, can edit any article right now by clicking on the edit link that appears at the top of every article. Please don't be shy and use the edit button if you feel there's something wrong, missing, or you find something you want to share with others! See Help:Contents for more information.

Personal tools
konradp.com