mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-07 16:41:59 +00:00
Add command line shortcut executable files
This commit is contained in:
parent
93debf7de0
commit
e73c623a52
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1354,7 +1354,7 @@ def docmds#0
|
||||
is 'V'
|
||||
volumes()
|
||||
break
|
||||
is 'X'
|
||||
is '.'
|
||||
ref = open(getlnbuf)
|
||||
if ref
|
||||
^getlnbuf = read(ref, getlnbuf+1, 81)
|
||||
|
@ -1436,7 +1436,7 @@ def docmds#0
|
||||
is 'V'
|
||||
volumes()
|
||||
break
|
||||
is 'X'
|
||||
is '.'
|
||||
ref = open(getlnbuf)
|
||||
if ref
|
||||
^getlnbuf = read(ref, getlnbuf+1, 81)
|
||||
|
@ -211,7 +211,7 @@ def shell#1
|
||||
is 'V'
|
||||
volumes
|
||||
break
|
||||
is 'X'
|
||||
is '.'
|
||||
ref = cmdsys:sysopen(cmdptr)
|
||||
if ref
|
||||
^cmdptr = cmdsys:sysread(ref, cmdptr+1, 81)
|
||||
|
@ -286,7 +286,7 @@ def shell#1
|
||||
is 'V'
|
||||
volumes
|
||||
break
|
||||
is 'X'
|
||||
is '.'
|
||||
ref = cmdsys:sysopen(cmdptr)
|
||||
if ref
|
||||
^cmdptr = cmdsys:sysread(ref, cmdptr+1, 81)
|
||||
|
Loading…
x
Reference in New Issue
Block a user