Skip to content

Instantly share code, notes, and snippets.

@pingud98
Last active August 7, 2017 09:50
Show Gist options
  • Save pingud98/e0f040431d8af95c21d15d4632b6ab2b to your computer and use it in GitHub Desktop.
Save pingud98/e0f040431d8af95c21d15d4632b6ab2b to your computer and use it in GitHub Desktop.
Create the directory structure for a project (Windows)
@echo Project Directory Structure Creation
@echo J.Devine 07/08/17
@echo Version 0.1
@echo off
md 01_Meeting_Minutes
md 02_Drawings
cd 02_Drawings
md 02_01_Sketches
md 02_02_Received_Drawings
md 02_03_Sent_Drawings
md 02_04_Drawings_For_Comment
md 02_05_Reference_Drawings
cd ..
md 03_Quotation_Requests
cd 03_Quotation_Requests
md 03_01_EL_Framework
md 03_02_SMB
md 03_03_External
cd ..
md 04_Presentations
cd 04_Presentations
md 04_01_EL_Internal
cd 04_01_EL_Internal
md 04_01_01_ELTC
md 04_01_02_SLMTS
md 04_01_03_Other
cd ..
md 04_02_EL_External
md 04_02_ENMB
md 04_03_TIOC
md 04_04_IEFC
md 04_05_Workshops
cd ..
md 05_Technical_References
cd 05_Technical_References
md 05_01_Internal
md 05_02_ISO_Standards
md 05_03_EN_Standards
md 05_04_Swiss_Standards
cd ..
md 06_Photos
cd 06_Photos
md 06_01_Pre-Start_Survey
md 06_02_Factory_Acceptance_Tests
md 06_03_Site_Works
md 06_04_Completion_Photos
cd ..
md 07_Documents
cd 07_Documents
md 07_01_Memos
md 07_02_Project_Proposal
md 07_03_Conceptual_Design_Report
md 07_04_Project_Management_Plan
md 07_05_Safety_File
md 07_06_Technical_Design_Report
md 07_07_Risk_and_Issue_Register
md 07_08_Monthly_Reports
md 07_09_Close_Out_Report
cd ..
md 08_Specification
md 09_Correspondence
cd 09_Correspondence
md 09_01_Internal_Correspondence
md 09_02_External_Correspondence
md 09_03_Project_Emails
cd ..
md 10_Technical_Submittals
md 11_Budget
md 12_Shortcuts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment