Small company logo:
   History
 
Advertising banner:
 
 FCBatchAdminReply
Home • Help • Customization Tools • FCAS • Language Reference • FCBatchAdminReply
 
Purpose
Returns a string containing FirstClass scripting reply data supplied from the last FCBatchAdmin call.
Syntax
FCBatchAdminReply
Example
Sub Main()
        If FCBatchAdmin ("GET ADMIN") = 0 Then
                Print "The Default Admin account is: ";
FCBatchAdminReply
        End If
End Sub