Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Shell.GetCompletedScriptName
Queries name of script to call when shell is done.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Shell | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | ❌ No |
MBS( "Shell.GetCompletedScriptName"; ShellRef ) More
(old name: Shell.GetScriptName)
Parameters
Parameter | Description | Example |
---|---|---|
ShellRef | The reference number from the shell. | $shell |
Result
Returns script name or error.
Description
Queries name of script to call when shell is done.See also
Release notes
- Version 10.0
- Renamed Shell.SetScript to Shell.SetCompletedScript, Shell.GetScriptName to Shell.SetCompletedScriptName and Shell.GetScriptFileName to Shell.SetCompletedScriptFileName.
Blog Entries
This function is free to use.
Created 18th November 2017, last changed 17th November 2019
Shell.GetCompletedScriptFileName - Shell.GetCurrentDirectory
