basic-system-cmd/online
2015-10-03 23:45:15 -05:00
..
Makefile Separated ilen and ilen testing, switching to text variants of AppleScript. 2015-09-29 09:14:10 -05:00
online.asm Corrected weird error text getting mixed into output; reformatted to use tabs; tweaked code to keep within 256 bytes. 2015-10-03 23:29:58 -05:00
README.md Formatting... 2015-10-03 23:45:15 -05:00
test.scpt.txt Correcting test case for S6 instead of S3. 2015-10-03 23:26:57 -05:00

ONLINE Command

Displays all volumes online.

]ONLINE

S3,D2 /RAM
S6,D1 ERR=$27
S6,D2 ERR=$27

]

Accepts slot/drive parameters.

]ONLINE,S3,D2
 
S3,D2 /RAM

]

Error code of $57 indicates duplicate volumes are online, and ONLINE reports which disk is a duplicate.

]ONLINE
 
S6,D1 /MY.DISK
S6,D2 ERR=$57 (S6,D1)

]