Syntax, Parameters and values, Examples – Synaccess Networks NP-0801DTM User Manual
Page 275: Delete script #dscript

EASY SCRIPT EXTENSION PYTHON INTERPRETER, AT COMMANDS
275
HSPA+ AT Commands Reference Guide
Note: If file
Note: If file
error message.
Test command returns OK result code.
Syntax
Command
Command type
AT#LCSCRIPT
Execute
AT#LCSCRIPT=
AT#LCSCRIPT=?
Test
Parameters and Values
String type, file name. Maximum 16 characters, case sensitive.
The device prompts a five character sequence
followed by the file content.
Examples
AT#LCSCRIPT
#LCSCRIPT: “First.py”,51,8FD6
#LCSCRIPT: “Second.py”,178,A034
#LCSCRIPT: “Third.py”,120,7C48
#LCSCRIPT: free bytes: 20000
OK
To list a specific script by name AT#LSCRIPT="name.py" rather than just listing all scripts via AT#LSCRIPT command.
AT#LCSCRIPT=“Second.py”
#LCSCRIPT: “Second.py”,178,A034
OK
If file Third.py is already in use, CRC value is not displayed in response.
AT#LCSCRIPT
#LCSCRIPT: “First.py”,51,8FD6
#LCSCRIPT: “Second.py”,178,A034
#LCSCRIPT: “Third.py”,120
#LCSCRIPT: free bytes: 20000
OK
Delete Script #DSCRIPT
Execute command deletes a file from Easy Script related non‐volatile memory memory.
Test command returns OK result code.