Jump to content

SVDISK.EXE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Starts the super virtual disk tool every boot time
Starts the super virtual disk tool every boot time


'''Parameters:'''
==Parameters==
* driveletter:
* driveletter: - The drive letter of the SVDISK
The drive letter of the SVDISK
* /c - Fake a disk change.
* /c  
* /e[f] - Eject media [f = forced eject].
Fake a disk change.
* /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.
* /e[f]  
* /l:size - Lock SVDisk in non-swappable memory. Size is anywhere from 0 (KB) to the max. media size.
Eject media [f = forced eject].
* /q - Query SVDisk status
* /i[:size]  
* /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.
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.
* /u - Unlock non-swappable memory used by the SVDisk.
* /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.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


[[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.