@ECHO OFF ECHO ====AFTER READING THIS TOP SECTION=============================== ECHO ====RENAME THIS FILE FROM OSESAMEBAT.TXT TO OSESAME.BAT========== ECHO. ECHO The attached Batch File (yes you read right!) will create the ECHO Master folder and sub-folders (Cabinets) for ECHO o'SESAME~FileRoomClerk on the hard drive ECHO to which you [Save] or [Save As] all of your files. ECHO Example: C:\oSESAME.BAT creates the master cabinet C:\eveFRC\ ECHO The batch file pauses several times initially, but once the ECHO Master FileRoomCabinet C:\eveFRC\ or on a network drive N:\eveFRC ECHO has been created (you can verify this at a pause point), ECHO the batch will blast through the creation process very quickly. ECHO If you don't have noahsARK you might consider using the following ECHO sub-folder structure. ECHO * Create Company folders under the appropriate first letter. ECHO * Do Not Use the 'space' character. ECHO * All uppercase letters is preferred to all lower case letters. ECHO * Mixed case is fine, but lowercase & mixed case reduce access ECHO speed. ECHO * AVOID the use of dot-extensions in FOLDER Names! ECHO Using them increases storage and ECHO is known to cause MS-OS problems ECHO. ECHO Yes-Yes's: C:\eveFRC\N\NationalTire&Battery\ ECHO or C:\eveFRC\N\NEWTON_SIR_ISAAC\ ECHO No-No's: C:\eveFRC\N\EINSTEIN.ALBERT\ ECHO or ALBERT.oo1 or ALBERT1 or ALBERT2 etc. ECHO. ECHO It is not necessary - nor does the batch file reassign ECHO your [My Documents] folder to the C:\eveFRC\ ECHO If you do, it can be changed back to the Microsoft default. ECHO If you are on a local area network (LAN), ECHO CHECK WITH YOUR NETWORK MANAGER FIRST !!! ECHO S/he may not want you to Move old files or Store your new ECHO 'My Documents' to the Server. ECHO. ECHO ====BATCH FILE FUNCTIONS BEGIN BELOW============================= ECHO TYPE "exit" OR Press [Ctrl+C] to abort this batch utility program! PAUSE CLS @ECHO OFF ECHO ATTENTION! ECHO TYPE "exit" OR Press [Ctrl+C] to abort this batch utility program! ECHO. ECHO THIS BATCH FILE oSESAME.BAT CREATES EVECTORY Software's ECHO o'SESAME Master File-Room-Cabinet. example: C:\eveFRC\ ECHO. ECHO ATTENTION: ECHO TYPE "exit" OR Press [Ctrl+C] to abort this batch utility program! ECHO PRESS ANY KEY TO BEGIN CREATING YOUR File-Room-Cabinet PAUSE MD eveFRC CLS ECHO. CD\eveFRC DIR ECHO. ECHO. ECHO YOU SHOULD SEE THE MASTER FOLDER ?\eveFRC DISPLAYED ABOVE. ECHO TYPE "exit" OR Press [Ctrl+C] to abort this batch utility program! ECHO ALL SUB-FOLDERS WILL NOW BE COMPLETED !!! ECHO. PAUSE CLS MD __ToBeFiled MD _ARK MD _BPM MD _DOC MD _LIB MD _LIC MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z DIR CLS ECHO Sub-Cabinets 0-9 and A-Z will now be created under ECHO each of the Master Sub-Cabinets beginning with _ARK PAUSE CD\eveFRC\_ARK MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z DIR CLS ECHO Sub-Cabinets 0-9 and A-Z will now be created under ECHO each of the Master Sub-Cabinets beginning with _BPM PAUSE CD\eveFRC\_BPM MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z DIR CLS ECHO Sub-Cabinets 0-9 and A-Z will now be created under ECHO each of the Master Sub-Cabinets beginning with _DOC PAUSE CD\eveFRC\_DOC MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z DIR CLS ECHO Sub-Cabinets 0-9 and A-Z will now be created under ECHO each of the Master Sub-Cabinets beginning with _LIB PAUSE CD\eveFRC\_LIB MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z DIR CLS ECHO Sub-Cabinets 0-9 and A-Z will now be created under ECHO each of the Master Sub-Cabinets beginning with _LIC PAUSE CD\eveFRC\_LIC MD 0 MD 1 MD 2 MD 3 MD 4 MD 5 MD 6 MD 7 MD 8 MD 9 MD A MD B MD C MD D MD E MD F MD G MD H MD I MD J MD K MD L MD M MD N MD O MD P MD Q MD R MD S MD T MD U MD V MD W MD X MD Y MD Z CLS ECHO. ECHO This Batch File Has Completed. ECHO Open [My Computer] or your favorite File Manager program ECHO to Review and Verify the Folder Structure Was Correctly Created. ECHO. ECHO You may now define this folder as your Default for Microsoft ECHO Programs like Word, Excel, Powerpoint, etc.. PAUSE CLS ECHO. ECHO You may also Re-Assign the [My Documents] command by ECHO Opening the Microsoft Utility Program [My Computer] ECHO. ECHO Click on the [Folders] icon to display Folders in the LEFT PANE. ECHO Right-Click One Time on the [My Documents] Option and then ECHO Click on the [Properties] Option. ECHO. ECHO Enter the following path if you have created o'SESAME folder system ECHO on the primary "C:\" drive C:\eveFRC ECHO And then Click "OK" ECHO NOTE: When the process is complete - Click on [My Documents] ECHO This happens quickly on most computers, but be patient. ECHO. PAUSE CLS ECHO LEFT-CLICK on the [My Documents] Folder to Display the Sub-Folders. ECHO. ECHO TYPE "exit" OR Press [Ctrl+C] to abort this batch utility program! PAUSE CLS