Oralloy:
I had look at all the registries, but nothing found with /Professional switch.
And changing the registry worked for one time, means once I submit a request from my application it calls CAMCAD correctly with the newly changed value, but the next time the original data value for that clsid is restored. Is there any other technique to replace win32:OLE in PERL which works in a similar way? Or in some other script or language...
User Profile
Collapse
-
How to call exact file location using Win32::OLE->new()?
Hello All,
I'm very much new to PERL scripting. I'm the admin for an online tool which has some Perl scripts. And i have a problem executing one of the script. I'm just writing a problematic code in the script:
Code:my $ex = Win32::OLE->new('CamCad.application') or die "oops\n"; my @args = (25,"$basedir\\SYM.TXT,$basedir\\RTE.TXT,$basedir\\BRD.TXT,$basedir\\PAD.TXT",''); $ex->Invoke('Import',@args);
No activity results to display
Show More
Leave a comment: