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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
SUBT > Sources.HelpSrc
[ International_Help <> 0
Access_Help = "HFLSACC",0
Access_Syntax = "SFLSACC",0
Cat_Help = "HFLSCAT",0
Cat_Syntax = "SFLSCAT",0
CDir_Help = "HFLSCDR",0
CDir_Syntax = "SFLSCDR",0
[ hascopy
Copy_Help = "HFLSCPY",0
Copy_Syntax = "SFLSCPY",0
]
[ hascount
Count_Help = "HFLSCNT",0
Count_Syntax = "SFLSCNT",0
]
Dir_Help = "HFLSDIR",0
Dir_Syntax = "SFLSDIR",0
EnumDir_Help = "HFLSEDR",0
EnumDir_Syntax = "SFLSEDR",0
Ex_Help = "HFLSEX",0
Ex_Syntax = "SFLSEX",0
FileInfo_Help = "HFLSFIN",0
FileInfo_Syntax = "SFLSFIN",0
Info_Help = "HFLSINF",0
Info_Syntax = "SFLSINF",0
LCat_Help = "HFLSLCT",0
LCat_Syntax = "SFLSLCT",0
LEx_Help = "HFLSLEX",0
LEx_Syntax = "SFLSLEX",0
Lib_Help = "HFLSLIB",0
Lib_Syntax = "SFLSLIB",0
Rename_Help = "HFLSREN",0
Rename_Syntax = "SFLSREN",0
Run_Help = "HFLSRUN",0
Run_Syntax = "SFLSRUN",0
SetType_Help = "HFLSSTY",0
SetType_Syntax = "SFLSSTY",0
Shut_Help = "HFLSSHT",0
Shut_Syntax = "SFLSSHT",0
ShutDown_Help = "HFLSSHD",0
ShutDown_Syntax = "SFLSSHD",0
Stamp_Help = "HFLSSTM",0
Stamp_Syntax = "SFLSSTM",0
Up_Help = "HFLSUP",0
Up_Syntax = "SFLSUP",0
[ haswipe
Wipe_Help = "HFLSWIP",0
Wipe_Syntax = "SFLSWIP",0
]
Back_Help = "HFLSBCK",0
Back_Syntax = "SFLSBCK",0
URD_Help = "HFLSURD",0
URD_Syntax = "SFLSURD",0
NoDir_Help = "HFLSNDR",0
NoDir_Syntax = "SFLSNDR",0
NoURD_Help = "HFLSNUR",0
NoURD_Syntax = "SFLSNUR",0
NoLib_Help = "HFLSNLB",0
NoLib_Syntax = "SFLSNLB",0
FileSystem_Help = "HFLSCFS",0
FileSystem_Syntax = "SFLSCFS",0
Truncate_Help = "HFLSCTR",0
Truncate_Syntax = "SFLSCTR",0
|
Access_Help
= "*"
= TokenEscapeChar,Token0
= " changes the attributes of all objects matching the"
= " wildcarded specification."
= 13,"Attributes:"
= 13,"L(ock)",9,9
= "Lock object against deletion"
= 13,"R(ead)",9,9
= "Read permission"
= 13,"W(rite)",9,9
= "Write permission"
= 13,"/R,/W,/RW",9
= "Public read and write permission"
= 13
Access_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <object> [<attributes>]",0
Cat_Help
= "*"
= TokenEscapeChar,Token0
= " lists all the objects in a directory"
= " (default is current directory)."
= 13
Cat_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
CDir_Help
= "*"
= TokenEscapeChar,Token0
= " creates a directory of given name"
= " (and size on Net only)."
= 13
CDir_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <directory> [<size in entries>]",0
[ hascopy
Copy_Help
= "*"
= TokenEscapeChar,Token0
= " copies one or more objects that match the given"
= " wildcarded specification between directories."
= " Options are taken from the system variable Copy$Options "
= " and those given to the command."
= 13,"Options: (use ~ to force off,eg. ~C)"
= 13,"A(ccess)",9
= "Force destination access to same as source {on}"
= 13,"C(onfirm)",9
= "Prompt for confirmation of each copy {on}"
= 13,"D(elete)",9
= "Delete the source object after copy {off}"
= 13,"F(orce)",9,9
= "Force overwriting of existing objects {off}"
= 13,"L(ook)",9,9
= "Look at destination before loading source file {off}"
= 13,"N(ewer)",9,9
= "Copy only if source is more recent than destination {off}"
= 13,"P(rompt)",9
= "Prompt for the disc to be changed as needed in copy {off}"
= 13,"Q(uick)",9,9
= "Use application workspace to speed file transfer {off}"
= 13,"R(ecurse)",9
= "Copy subdirectories and contents {off}"
= 13,"S(tamp)",9,9
= "Restamp datestamped files after copying {off}"
= 13,"sT(ructure)",9
= "Copy only the directory structure {off}"
= 13,"V(erbose)",9
= "Print information on each object copied {on}"
= 13
Copy_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <source spec> <destination spec> [<options>]",0
]
[ hascount
Count_Help
= "*"
= TokenEscapeChar,Token0
= " adds up the size of one or more files that"
= " match the given wildcarded specification."
= " Options are taken from the system variable Count$Options "
= " and those given to the command."
= 13,"Options: (use ~ to force off,eg. ~R)"
= 13,"C(onfirm)",9
= "Prompt for confirmation of each count {off}"
= 13,"R(ecurse)",9
= "Count subdirectories and contents {on}"
= 13,"V(erbose)",9
= "Print information on each file counted {off}"
= 13
Count_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <file spec> [<options>]",0
]
Dir_Help
= "*"
= TokenEscapeChar,Token0
= " selects a directory as the current directory"
= " (default is user root directory)."
= 13
Dir_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
EnumDir_Help
= "*"
= TokenEscapeChar,Token0
= " creates a file of filenames from a directory that"
= " match the supplied wildcarded specification (default is *)."
= 13
EnumDir_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <directory> <output file> [<pattern>]",0
Ex_Help
= "*"
= TokenEscapeChar,Token0
= " lists all the objects in a directory together"
= " with their file information (default is current directory)."
= 13
Ex_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
FileInfo_Help
= "*"
= TokenEscapeChar,Token0
= " yields the full file information of an object."
= 13
FileInfo_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <object>",0
Info_Help
= "*"
= TokenEscapeChar,Token0
= " lists the file information of all objects matching"
= " the given wildcarded specification."
= 13
Info_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <object>",0
LCat_Help
= "*"
= TokenEscapeChar,Token0
= " lists all the objects in a subdirectory relative to "
= " the library (default is current library)."
= 13
LCat_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
LEx_Help
= "*"
= TokenEscapeChar,Token0
= " lists all the objects in a subdirectory of"
= " the library together with their file information"
= " (default is current library)."
= 13
LEx_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
Lib_Help
= "*"
= TokenEscapeChar,Token0
= " selects a directory as the current library"
= " (default is filing system dependent)."
= 13
Lib_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
Rename_Help
= "*"
= TokenEscapeChar,Token0
= " changes the name of an object."
= " It cannot be used to move objects between filing systems or"
= " between discs on the same filing system;"
= " *Copy with the D(elete) option must be used instead."
= 13
Rename_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <object> <new name>",0
Run_Help
= "*"
= TokenEscapeChar,Token0
= " loads and executes the named file,"
= " passing optional parameters to it."
= 13
Run_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <filename> [<parameters>]",0
SetType_Help
= "*"
= TokenEscapeChar,Token0
= " sets the file type of the named file to the given"
= " textual file type or hexadecimal number. If the file is"
= " not already datestamped then it is also stamped with the"
= " current time and date."
= 13
= """*Show File$Type*"" displays currently known file types."
= 13
SetType_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <filename> <file type>",0
Shut_Help
= "*"
= TokenEscapeChar,Token0
= " closes all open files on all filing systems."
= 13
Shut_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= "",0
ShutDown_Help
= "*"
= TokenEscapeChar,Token0
= " closes all open files on all filing systems,"
= " logs off file servers and causes hard discs to be parked."
= 13
ShutDown_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= "",0
Stamp_Help
= "*"
= TokenEscapeChar,Token0
= " sets the datestamp on a file to the current time and date."
= " If the file is not already datestamped then it is given"
= " file type Data (&FFD)."
= 13
Stamp_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <filename>",0
Up_Help
= "*"
= TokenEscapeChar,Token0
= " moves the current directory up the directory"
= " structure by the specified number of levels."
= 13
Up_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<levels>]",0
[ haswipe
Wipe_Help
= "*"
= TokenEscapeChar,Token0
= " deletes one or more objects that match"
= " the given wildcard specification."
= " Options are taken from the system variable Wipe$Options "
= " and those given to the command."
= 13,"Options: (use ~ to force off,eg. ~V)"
= 13,"C(onfirm)",9
= "Prompt for confirmation of each deletion {on}"
= 13,"F(orce)",9,9
= "Force deletion of locked objects {off}"
= 13,"R(ecurse)",9
= "Delete subdirectories and contents {off}"
= 13,"V(erbose)",9
= "Print information on each object deleted {on}"
= 13
= "See also *Delete."
= 13
Wipe_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " <file spec> [<options>]",0
]
Back_Help
= "*"
= TokenEscapeChar,Token0
= " swaps the current and previous directories."
= 13
Back_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= 0
URD_Help
= "*"
= TokenEscapeChar,Token0
= " selects a directory as the user root directory"
= " (default restores the URD to & or $ as appropriate)."
= 13
URD_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= " [<directory>]",0
NoDir_Help
= "*"
= TokenEscapeChar,Token0
= " unsets the currently selected directory on the temporary filing system."
= 13
NoDir_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= 0
NoURD_Help
= "*"
= TokenEscapeChar,Token0
= " unsets the user root directory on the temporary filing system."
= 13
NoURD_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= 0
NoLib_Help
= "*"
= TokenEscapeChar,Token0
= " unsets the library directory on the temporary filing system."
= 13
NoLib_Syntax
= "Syntax: *"
= TokenEscapeChar,Token0
= 0
FileSystem_Help
= "*Configure "
= TokenEscapeChar,Token0
= " sets the default filing system."
= 13
FileSystem_Syntax
= "Syntax: *Configure "
= TokenEscapeChar,Token0
= " <fs name>|<fs number>",0
Truncate_Help
= "*Configure "
= TokenEscapeChar,Token0
= " sets whether filenames should be truncated when too long."
= 13
Truncate_Syntax
= "Syntax: *Configure "
= TokenEscapeChar,Token0
= " On|Off",0
]
ALIGN
END