mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
7 lines
152 B
Batchfile
7 lines
152 B
Batchfile
imdisk -d -m M:
|
|
imdisk -a -s 1G -m M: -p "/fs:NTFS /V:MemDisk /q /y"
|
|
|
|
mkdir m:\Temp
|
|
|
|
xcopy D:\MemDisk\*.* m:\*.* /E /K /H /R /Q
|
|
REM attrib -A M:\ /S /D
|