sc3-rom-dump/rom/help/shellapi.txt

20 lines
537 B
Plaintext
Raw Permalink Normal View History

2024-01-15 10:36:50 +01:00
Functions in the Shell API:
shell.exit()
shell.dir()
shell.setDir( path )
shell.path()
shell.setPath( path )
shell.resolve( localpath )
shell.resolveProgram( name )
shell.aliases()
shell.setAlias( alias, command )
shell.clearAlias( alias )
shell.programs()
shell.run( program, arguments )
shell.getRunningProgram()
shell.complete( line )
shell.completeProgram( program )
shell.setCompletionFunction( program, fnComplete )
shell.openTab( program, arguments ) (Advanced Computer required)
shell.switchTab( n ) (Advanced Computer required)