Announcement

Collapse
No announcement yet.

Immediate Script to update Partition Status

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Immediate Script to update Partition Status

    I am trying to run an immediate script in an event to update the status of the DSC partition. I am using the following command: &hs.PluginFunction("BLDSC", "", "RequestStatus", Nothing). But I get the following error-Running script(2) &hs.PluginFunction("BLDSC", "", "RequestStatus", Nothing), init error: Invalid procedure call or argument: 'hs.PluginFunction'

    Any help would be appreciated.
    John

    #2
    Try this:

    Code:
    &nhs.PluginFunction("BLDSC", "", "RequestStatus", Nothing)
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Great. That worked. Thanks

      Comment

      Working...
      X