Search found 3 matches
- Tue Feb 19, 2013 9:48 pm
- Forum: General Discussion
- Topic: load dll .NET C#
- Replies: 2
- Views: 8464
load dll .NET C#
I am trying to load a simple C# assembly. Can Macro Scheduler load .NET assemblies. I am getting an error "Unable to load DLL" when attempting to do so? The assembly accepts a string, iterates a directory, and returns a string. I have the following line in the script: LibFunc>D:\Segments\GetPath.dll...
- Mon Feb 18, 2013 8:56 pm
- Forum: General Discussion
- Topic: Wait for command line to finish before executing next
- Replies: 3
- Views: 22991
- Fri Feb 15, 2013 10:25 pm
- Forum: General Discussion
- Topic: Wait for command line to finish before executing next
- Replies: 3
- Views: 22991
Wait for command line to finish before executing next
I have a SharePoint 2010 Management Powershell opened using Macro Scheduler and pass in a powershell script for it to execute. I then pass in another script for it to run. Ideally I would like to wait for the first script to complete before executing the Send command to start the second script. Sinc...