|
-
Hey Northcode,
First up, cheers for the apps, the patience, and the help!
Second, I have a question about your proxie.exe ...
With the old Flash 5 standalone player, you could call a bat with the exec fscommand, and you could send perameters to the bat by tabbing them out. eg:
st = "save.bat" add chr(9) add "param_1" add chr(9) add "param_n";
fscommand("exec", st);
Then in the bat, just set the params as vars. eg:
SET VAR1=%1
SET VARn=%n
Can you call the proxie.exe with params as above, and have it pass the params to the bat?
If not, is there a way around this?
Cheers heaps,
Jamin.
Last edited by jamin; 05-04-2004 at 12:08 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|