Search found 3 matches
- 04 May 2011, 12:08
- Forum: Firestreamer
- Topic: Pure Automation Documentation..
- Replies: 4
- Views: 49254
Re: Pure Automation Documentation..
[quote="js"]The problem has nothing to do with Firestreamer. I guess you need to enclose the parameters in parentheses: $FiCo.ChangerLoadMediaFromFile ($libraryNumber, $file) See a sample script [url=http://support.cristalink.com/forum/viewtopic.php?f=3&t=28]here[/url] .[/quote] BTW: T...
- 04 May 2011, 11:59
- Forum: Firestreamer
- Topic: Pure Automation Documentation..
- Replies: 4
- Views: 49254
Re: Pure Automation Documentation..
Sorry but No! 1. I dont want to use com (Because of COM limitations, the COM interface is less powerful than the .NET one, however, it is able to perform basic Firestreamer operations.) Ok from Start: [System.Reflection.Assembly]::LoadFile("c:\\Program files\\Cristalink\\Fschanger\\firestreamer...
- 04 May 2011, 10:14
- Forum: Firestreamer
- Topic: Pure Automation Documentation..
- Replies: 4
- Views: 49254
Pure Automation Documentation..
Hello, I am Using Powershell $libraryNumber = 1 $file = "C:\200-900Max.fsmap" $FiCo.ChangerLoadMediaFromFile $libraryNumber, $file Wenn i try to load a fsmap file I get this error: Unexpected token 'libraryNumber' in expression or statement. At line:1 char:46 + $FiCo.ChangerLoadMediaFromFi...