-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLCC_Folder_and_File.ps1
543 lines (271 loc) · 21.9 KB
/
LCC_Folder_and_File.ps1
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
$folder="X:\LCC"; # Directory to place the new folders in.
$root0 = "A General Works";
$root1 = "B Philosophy Psychology Religion";
$root2 = "C Auxiliary Sciences of History";
$root3 = "D World History And History of Europe";
$root4 = "E History Of Americas";
$root5 = "F History Of The Americas";
$root6 = "G Geography Anthropology And Recreation";
$root7 = "H Social Sciences";
$root8 = "J Political Science";
$root9 = "K Law";
$root10 = "L Education";
$root11 = "M Music";
$root12 = "N Fine Arts";
$root13 = "P Language And Literature";
$root14 = "Q Science";
$root15 = "R Medicine";
$root16 = "S Agriculture";
$root17 = "T Technology";
$root18 = "U Military ScienceLaw";
$root19 = "V Naval Science";
$root20 = "Z Bibliography Library Science And General Information Resources";
new-item -type directory -path $folder\$root0
new-item -type directory -path $folder\$root1
new-item -type directory -path $folder\$root2
new-item -type directory -path $folder\$root3
new-item -type directory -path $folder\$root4
new-item -type directory -path $folder\$root5
new-item -type directory -path $folder\$root6
new-item -type directory -path $folder\$root7
new-item -type directory -path $folder\$root8
new-item -type directory -path $folder\$root9
new-item -type directory -path $folder\$root10
new-item -type directory -path $folder\$root11
new-item -type directory -path $folder\$root12
new-item -type directory -path $folder\$root13
new-item -type directory -path $folder\$root14
new-item -type directory -path $folder\$root15
new-item -type directory -path $folder\$root16
new-item -type directory -path $folder\$root17
new-item -type directory -path $folder\$root18
new-item -type directory -path $folder\$root19
new-item -type directory -path $folder\$root20
new-item -path $folder\$root0\ -Name "AC Collections Series Collected works.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AE Encyclopedias.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AG Dictionaries and other general reference works.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AI Indexes.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AM Museums Collectors and collecting.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AN Newspapers.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AP Periodicals.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AS Academies and learned societies.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AY Yearbooks Almanacs Directories.md" -ItemType "file"
new-item -path $folder\$root0\ -Name "AZ History of scholarship and learning The humanities.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "B Philosophy General.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BC Logic.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BD Speculative philosophy.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BF Psychology.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BH Aesthetics.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BJ Ethics.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BL Religions Mythology Rationalism.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BM Judaism.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BP Islam Bahaism Theosophy etc.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BQ Buddhism.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BR Christianity.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BS The Bible.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BT Doctrinal theology.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BV Practical Theology.md" -ItemType "file"
new-item -path $folder\$root1\ -Name "BX Christian Denominations.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "C Auxiliary Sciences of History.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CB History of Civilization.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CC Archaeology.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CD Diplomatics Archives Seals.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CE Technical Chronology Calendar.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CJ Numismatics.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CN Inscriptions Epigraphy.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CR Heraldry.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CS Genealogy.md" -ItemType "file"
new-item -path $folder\$root2\ -Name "CT Biography.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "D History General.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DA Great Britain.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DAW Central Europe.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DB Austria Liechtenstein Hungary Czechoslovakia.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DC France Andorra Monaco.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DD Germany.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DE Greco Roman World.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DF Greece.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DG Italy Malta.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DH Low Countries Benelux Countries.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DJ Netherlands Holland.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DJK Eastern Europe General.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DK Russia Soviet Union Former Soviet Republics Poland.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DL Northern Europe Scandinavia.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DP Spain Portugal.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DQ Switzerland.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DR Balkan Peninsula.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DS Asia.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DT Africa.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DU Oceania South Seas.md" -ItemType "file"
new-item -path $folder\$root3\ -Name "DX Romanies.md" -ItemType "file"
new-item -path $folder\$root4\ -Name "No sub Class.md" -ItemType "file"
new-item -path $folder\$root5\ -Name "FC Canadian History.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "G Geography General Atlases Maps.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GA Mathematical geography Cartography.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GB Physical geography.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GC Oceanography.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GE Environmental Sciences.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GF Human ecology Anthropogeography.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GN Anthropology.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GR Folklore.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GT Manners and customs General.md" -ItemType "file"
new-item -path $folder\$root6\ -Name "GV Recreation Leisure.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "H Social sciences General.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HA Statistics.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HB Economic theory Demography.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HC Economic history and conditions.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HD Industries Land use Labor.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HE Transportation and communications.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HF Commerce.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HG Finance.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HJ Public finance.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HM Sociology General.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HN Social history and conditions Social problems Social reform.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HQ The family Marriage Women and Sexuality.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HS Societies secret benevolent etc.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HT Communities Classes Races.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HV Social pathology Social and public welfare Criminology.md" -ItemType "file"
new-item -path $folder\$root7\ -Name "HX Socialism Communism Anarchism.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "J General legislative and executive papers.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JA Political science General.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JC Political theory.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JF Political institutions and public administration.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JJ Political institutions and public administration North America.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JK Political institutions and public administration United States.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JL Political institutions and public administration Canada Latin America etc.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JN Political institutions and public administration Europe.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JQ Political institutions and public administration Asia Africa Australia Pacific Area etc.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JS Local government Municipal government.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JV Colonies and colonization Emigration and immigration International migration.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JX International law see JZ and KZ obsolete.md" -ItemType "file"
new-item -path $folder\$root8\ -Name "JZ International relations.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "K Law in general Comparative and uniform law Jurisprudence.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KB Religious law in general Comparative religious law Jurisprudence.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBM Jewish law.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBP Islamic law.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBR History of canon law.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBS Canon law of Eastern churches.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBT Canon law of Eastern Rite Churches in Communion with the Holy See of Rome.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KBU Law of the Roman Catholic Church The Holy See.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KDK United Kingdom and Ireland.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KDZ America North America.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KE Canada.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KF United States.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KG Latin America Mexico and Central America West Indies Caribbean area.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KH South America.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KJ KKZ Europe.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KL KWX Asia and Eurasia Africa Pacific Area and Antarctica.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KU KUQ Law of Australia and New Zealand.md" -ItemType "file"
new-item -path $folder\$root9\ -Name "KZ Law of nations.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "L Education General.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LA History of education.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LB Theory and practice of education.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LC Special aspects of education.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LD Individual institutions United States.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LE Individual institutions America except United States.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LF Individual institutions Europe.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LG Individual institutions Asia Africa Indian Ocean islands Australia New Zealand Pacific islands.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LH College and school magazines and papers.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LJ Student fraternities and societies United States.md" -ItemType "file"
new-item -path $folder\$root10\ -Name "LT Textbooks.md" -ItemType "file"
new-item -path $folder\$root11\ -Name "M Music.md" -ItemType "file"
new-item -path $folder\$root11\ -Name "ML Literature on music.md" -ItemType "file"
new-item -path $folder\$root11\ -Name "MT Instruction and study.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NA Architecture.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NB Sculpture.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NC Drawing Design Illustration.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "ND Painting.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NE Print media.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NK Decorative arts.md" -ItemType "file"
new-item -path $folder\$root12\ -Name "NX Arts in general.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "P Philology Linguistics.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PA Greek language and literature Latin language and literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PB Modern languages Celtic languages and literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PC Romanic languages.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PD Germanic languages Scandinavian languages.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PE English language.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PF West Germanic languages.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PG Slavic languages and literature Baltic languages Albanian language.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PH Uralic languages Basque language.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PJ Oriental languages and literatures.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PK Indo Iranian languages and literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PL Languages and literature of Eastern Asia Africa Oceania.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PM Hyperborean Native American and artificial languages.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PN Literature General.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PQ French literature Italian literature Spanish literature Portuguese literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PR English literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PS American literature.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PT Literature German Dutch Flemish Afrikaans Scandinavian Norse Icelandic and Norwegian Modern Icelandic Faroese Danish Norwegian Swedish.md" -ItemType "file"
new-item -path $folder\$root13\ -Name "PZ Fiction and juvenile belles lettres.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "Q Science General.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QA Mathematics.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QB Astronomy.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QC Physics.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QD Chemistry.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QE Geology.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QH Natural history Biology.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QK Botany.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QL Zoology.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QM Human anatomy.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QP Physiology.md" -ItemType "file"
new-item -path $folder\$root14\ -Name "QR Microbiology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "R Medicine General.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RA Public aspects of medicine.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RB Pathology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RC Internal medicine.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RD Surgery.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RE Ophthalmology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RF Otorhinolaryngology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RG Gynecology and Obstetrics.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RJ Pediatrics.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RK Dentistry.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RL Dermatology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RM Therapeutics Pharmacology.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RS Pharmacy and materia medica.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RT Nursing.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RV Botanic Thomsonian and Eclectic medicine.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RX Homeopathy.md" -ItemType "file"
new-item -path $folder\$root15\ -Name "RZ Other systems of medicine.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "S Agriculture General.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "SB Horticulture Plant propagation Plant breeding.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "SD Forestry Arboriculture Silviculture.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "SF Animal husbandry Animal science.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "SH Aquaculture Fisheries Angling.md" -ItemType "file"
new-item -path $folder\$root16\ -Name "SK Hunting.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "T Technology General.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TA Engineering Civil engineering General.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TC Hydraulic engineering Ocean engineering.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TD Environmental technology Sanitary engineering.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TE Highway engineering Roads and pavements.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TF Railroad engineering and operation.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TG Bridges.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TH Building construction.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TJ Mechanical engineering and machinery.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TK Electrical engineering Electronics Nuclear engineering.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TL Motor vehicles Aeronautics Astronautics.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TN Mining engineering Metallurgy.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TP Chemical technology.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TR Photography.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TS Manufacturing engineering Mass production.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TT Handicrafts Arts and crafts.md" -ItemType "file"
new-item -path $folder\$root17\ -Name "TX Home economics.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "U Military science General.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UA Armies Organization distribution military situation.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UB Military administration.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UC Military maintenance and transportation.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UD Infantry.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UE Cavalry Armor.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UF Artillery.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UG Military engineering Air forces.md" -ItemType "file"
new-item -path $folder\$root18\ -Name "UH Other military services.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "V Naval science General.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VA Navies Organization distribution naval situation.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VB Naval administration.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VC Naval maintenance.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VD Naval seamen.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VE Marines.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VF Naval ordnance.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VG Minor services of navies.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VK Navigation Merchant marine.md" -ItemType "file"
new-item -path $folder\$root19\ -Name "VM Naval architecture Shipbuilding Marine engineering.md" -ItemType "file"
new-item -path $folder\$root20\ -Name "Z Books General Writing Paleography Book industries and trade Libraries Bibliography.md" -ItemType "file"
new-item -path $folder\$root20\ -Name "ZA Information resources materials.md" -ItemType "file"