![]() |
| | #1 |
| Guest
Posts: n/a
| Thx Goose |
|
| | #2 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,183
| Code: system("wscript MyScript.vbs");
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline | |
| | #3 |
| Guest
Posts: n/a
| Sorry, but I didn't make myself clear before. I actually have a string that I want to pass to it and get data returned back. It so that the translation/processing can by modified easily with out having to recompile. |
|
| | #4 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,183
| You can maybe do this with Console Handles using a few APIs, or perhaps through COM, but it will be a fair bit of work.. Perhaps you can put the data you want to pass in a file....run the script...the script reads the files, makes changes, exits...and your prog opens the file and reads the changed data
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Win32 Console Application Problem. | kevinawad | C++ Programming | 10 | 11-07-2008 03:35 PM |
| Console application - input handling | Something | C++ Programming | 4 | 06-09-2007 02:19 PM |
| Running a console application | maxorator | C++ Programming | 4 | 10-03-2005 04:23 AM |
| My First Network Console application | aroticoz | Networking/Device Communication | 3 | 07-14-2005 03:49 AM |
| Few problems with console application | GaPe | C Programming | 12 | 04-03-2002 01:19 PM |