abyrne
03-16-2001, 04:37 PM
Hi,
I'm trying to use a button in a movie to open a directory, I used
on (release) {
fscommand ("exec", "start\tDIR_name");
}
on (release) {
fscommand ("exec", "cmd\t/c\tDIR_name");
}
It works in windows 95/98 but will not open with 2000, any suggestions?
Thanks
Aaron
I'm trying to use a button in a movie to open a directory, I used
on (release) {
fscommand ("exec", "start\tDIR_name");
}
on (release) {
fscommand ("exec", "cmd\t/c\tDIR_name");
}
It works in windows 95/98 but will not open with 2000, any suggestions?
Thanks
Aaron