What is the method in version 9.3 to replace the old (but good) Metastorm %Run() function
Hi All,
What is the V9 method that replace the %Run() V5..V7 Metastorm function
Thanks
Pierre
Comments
-
In ServerScript Project Section :
Using System.Diagnotics;
public class Myscripts
{
public static void RunExternalApp()
{
ProcessStartInfo startinfo = new ProcessStartInfo();
//Where it stays:
startinfo.WorkingDirectory = "C:\WSMBPM";
//it's name :
startinfo.FileName = "MyApp.exe";
// Run it
Process.Start(startinfo);
// use it as : MyScripts.RunExternalApp();
}
}0 -
In ServerScript Project Section :
Using System.Diagnotics;
public class Myscripts
{
public static void RunExternalApp()
{
ProcessStartInfo startinfo = new ProcessStartInfo();
//Where it stays:
startinfo.WorkingDirectory = "C:\WSMBPM";
//it's name :
startinfo.FileName = "MyApp.exe";
// Run it
Process.Start(startinfo);
// use it as : MyScripts.RunExternalApp();
}
}0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 150 General Questions
- 148 Thrust Services
- 57 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 186 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories