SVDISK.EXE: Difference between revisions
Appearance
Created page with "Starts the super virtual disk tool every boottime '''Parameters:''' * driveletter: The driveletter of the svdisk * /c Fake a disk change. * /e[f] Eject media [f = forced..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Starts the super virtual disk tool every | Starts the super virtual disk tool every boot time | ||
==Parameters== | |||
* driveletter: | * driveletter: - The drive letter of the SVDISK | ||
The | * /c - Fake a disk change. | ||
* /e[f] - Eject media [f = forced eject]. | |||
* /c | * /i[:size] - Insert media (if size is not specified, default to max. drive capacity.) Size can only be specified for the VFloppy device. Valid sizes are: 160, 180, 320, 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68. | ||
Fake a disk change. | * /l:size - Lock SVDisk in non-swappable memory. Size is anywhere from 0 (KB) to the max. media size. | ||
* /q - Query SVDisk status | |||
* /e[f] | * /r[:size] - Reconfigure VFloppy device capacity (if size is not specified, default to max. drive capacity.) Valid sizes are: 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68. | ||
Eject media [f = forced eject]. | * /u - Unlock non-swappable memory used by the SVDisk. | ||
* /i[:size] | |||
Insert media (if size is not specified, default to max. drive capacity.) Size can only be specified for the VFloppy device. Valid sizes are: 160, 180, 320, 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68. | |||
* /l:size | |||
Lock SVDisk in non-swappable memory. Size is anywhere from 0 (KB) to the max. media size. | |||
* /q | |||
Query SVDisk status | |||
* /r[:size] | |||
Reconfigure VFloppy device capacity (if size is not specified, default to max. drive capacity.) Valid sizes are: 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68. | |||
* /u | |||
Unlock non-swappable memory used by the SVDisk. | |||
[[Category:CALL Statements]] | [[Category:CALL Statements]] |
Latest revision as of 21:50, 9 April 2020
Starts the super virtual disk tool every boot time
Parameters
- driveletter: - The drive letter of the SVDISK
- /c - Fake a disk change.
- /e[f] - Eject media [f = forced eject].
- /i[:size] - Insert media (if size is not specified, default to max. drive capacity.) Size can only be specified for the VFloppy device. Valid sizes are: 160, 180, 320, 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68.
- /l:size - Lock SVDisk in non-swappable memory. Size is anywhere from 0 (KB) to the max. media size.
- /q - Query SVDisk status
- /r[:size] - Reconfigure VFloppy device capacity (if size is not specified, default to max. drive capacity.) Valid sizes are: 360, 1.2, 720, 1.44, 2.88, 1.52, 1.84, 3.68.
- /u - Unlock non-swappable memory used by the SVDisk.