Web Essentials
This blog is used to share information technology tips and programming for IT students.
Menu
Home
Mobile App Development
Basic Computer 2
E-commerce
Technical English
10 September 2013
Create symlink in window for TYPO3 cms package
This is some useful command for create symlink in window:
mklink /D typo3_src ..\typo3_src
mklink /D typo3 typo3_src\typo3
mklink /D t3lib typo3_src\t3lib
mklink index.php typo3_src\index.php
Newer Post
Home