Help! meron ako project, any of the following would help.
1.) I need to build a program in which the program can read and execute a script from a file.
2.) or A program that can easily compile/link (.exe)
Any suggestion?
It depends on your requirements.
Is this a windows or a *nix app? If it's a windows app you can build batch files or better yet use powershell.
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
or you can do shell scripting if you are using linux.
You could also use VBScript if you want.
HTH
sa windows po...
Ok guys thanks i'll check those...