Guangning Yu's Blog
Home
Code
Data
Setup
Industry
MachineLearning
Archive
Windows cmd
2019-03-19 18:31:36
|
Windows
- create a file ``` echo This is a sample text file > sample.txt ``` - delete a file ``` del file_name ``` - move a file ``` move stats.doc c:\statistics ``` - combine files ``` copy /b file1 + file2 file3 ```
Previous:
Kubeless Basics
Next:
Load Excel file into SQL Server