![]() | ![]() |
|
09-09-2011 10:01 AM
Hi,
In v7 of Metastorm, I was able to execute a run command as follows:
%Run("FTP.EXE"," -s:C:\BATCH_FTP.SCR")
The .SCR file had all of the connection information as well as the file information that needed to be transferred.
In v9 I am sure something similar would be included, but I have been unable to find a similar Run command to perform this function.
Any information woudl be appreciated.
Thanks,
Harry
Solved! Go to Solution.
09-12-2011 02:44 AM
You can execute applications from .NET with Code Activity:
http://msdn.microsoft.com/en-us/library/ccf1tfx0.a
http://msdn.microsoft.com/en-us/library/system.dia
09-12-2011 03:40 PM
Looks like i found my own answer. Quite simple, really.
System.Diagnostics.Process.Start("C:\\Windows\\Sys
I created a text file using "WriteToFile" that held my FTP commands and and this worked!
-Harry
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















