Jump to content

SYQUEST.FLT: Difference between revisions

From EDM2
Created page with " ==Syntax== BASEDEV=SYQUEST.FLT /unit:0,1 ==Parameters== ;/unit :Specify the plugged device. ==Example== i.e. 1 SyQuest-drive => /unit:0 1 Syquest- and 1 Zip dri..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Filter driver for Syquest removable media disk drives.


==Syntax==
==Syntax==
Line 8: Line 9:


==Example==
==Example==
i.e. 1 SyQuest-drive    => /unit:0
i.e. 1 SyQuest-drive    => /unit:0
1 Syquest- and 1 Zip drive    =>  /unit:0,1
        1 Syquest- and 1 Zip drive    =>  /unit:0,1
1 SyQuest, 1 Zip, 1MO and 1Jazz =>  /unit:0,1,2,3
        1 SyQuest, 1 Zip, 1MO and 1Jazz =>  /unit:0,1,2,3
 
 
==Links==
* [https://www.os2site.com/sw/drivers/storage/syquest-hpfs.zip Download]
 
 
[[Category:BASEDEV Statements]]

Latest revision as of 19:05, 13 March 2021

Filter driver for Syquest removable media disk drives.

Syntax

BASEDEV=SYQUEST.FLT  /unit:0,1

Parameters

/unit
Specify the plugged device.

Example

i.e.	 1 SyQuest-drive   	   	=> 	/unit:0
        1 Syquest- and 1 Zip drive    	=>   	/unit:0,1
        1 SyQuest, 1 Zip, 1MO and 1Jazz =>  	/unit:0,1,2,3


Links