forked from dlundqvist/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolbox.guide.in
More file actions
67 lines (53 loc) · 1.99 KB
/
Copy pathtoolbox.guide.in
File metadata and controls
67 lines (53 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#include "toolbox_rev.h"
#define MAKEVERSION_(V,R) V ## . ## R
#define MAKEVERSION(V,R) MAKEVERSION_(V,R)
@DATABASE toolbox
@AUTHOR Daniel Lundqvist
@$VER: toolbox.guide MAKEVERSION(VERSION,REVISION)
@NODE "MAIN"
NAME
TOOLBOX - Communicate with SCSI emulator
FORMAT
DEVICE,UNIT/N,LD=LISTDEVICES/S,LF=LISTFILES/S,LCD=LISTCDS/S,
SCD=SETCD/N,GET
FUNCTION
The DEVICE option specifies which device to open, and UNIT which unit
on that device. Defaults to scsi.device and 2 respectively.
The LISTDEVICES option lists all SCSI devices the SCSI emulator is
handling.
The LISTFILES option lists all files the SCSI emulator shares with
the host.
The LISTCDS option lists all CD image files that the SCSI emulator
can change to for the specified UNIT.
The SETCD option changes the SCSI emulator to use the specified CD
image index for the specified UNIT.
The GET option downloads specified file that's being shared from the
SCSI emulator.
EXAMPLES
1> TOOLBOX LISTDEVICES
ID Type
------------------------------------
0 Not enabled
1 Fixed
2 Optical
3 Not enabled
4 Fixed
5 Fixed
6 Not enabled
7 Not enabled
1> TOOLBOX DEVICE scsi.device UNIT 2 LF
Index Name Size
--------------------------------------------------
0 AmigaTestKit.adf 901120
1 SysInfo.adf 901120
1> TOOLBOX LCD
Index Name Size
--------------------------------------------------
0 CygnusEd_Pro_5.iso 37969920
1 RoadshowCD.iso 31037440
2 AmigaOS3.2CD.iso 77899776
1> TOOLBOX SETCD 2
Changes active CD image
1> TOOLBOX GET SysInfo.adf
SysInfo.adf: Block 220/220
@ENDNODE MAIN