hello

I want to create a program that could develop an another program with a specified variable

eg:

I got 2 programs: Tool Builder and myTool


For myTool, is designed a variable called URLpath, that is used for open a url in IE.

So, i open tool builder, write this variable in a text field( for exemple, www.google.com), and then click on COMPILE, so, i'll create the myTool)

When i run mytool, www.google.com will open

...

How can i make this?