en:docs:dos:api:int21:29

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:api:int21:29 [2020/12/09 03:26] – created prokusheven:docs:dos:api:int21:29 [2024/05/02 04:06] (current) prokushev
Line 32: Line 32:
 ===== Notes ===== ===== Notes =====
  
-  asterisks in the name are expanded to question marks in the FCB +asterisks in the name are expanded to question marks in the FCB 
-        all processing stops when a filename terminator is encountered + 
-        cannot be used with filespecs which include a path (DOS 2+) +all processing stops when a filename terminator is encountered 
-        Novell NetWare monitors the result code since an 'invalid drive' may + 
-          signal an attempt to reconnect a network drive; if there are no +cannot be used with filespecs which include a path (DOS 2+) 
-          connections to the specified drive, NetWare attempts to build a + 
-          connection and map the drive to the SYS:LOGIN directory+Novell NetWare monitors the result code since an 'invalid drive' may signal an attempt to reconnect a network drive; if there are no connections to the specified drive, NetWare attempts to build a connection and map the drive to the SYS:LOGIN directory
                    
 Bitfields for parsing options: Bitfields for parsing options:
-Bit(s)  Description     (Table 01380) 
-      skip leading separators 
-      use existing drive number in FCB if no drive is specified, instead of 
-          setting field to zero 
-      use existing filename in FCB if no base name is specified, instead of 
-          filling field with blanks 
-      use existing extension in FCB if no extension is specified, instead of 
-          filling field with blanks 
- 4-7    reserved (0) 
  
 +^ Bit(s) ^ Description ^
 +| 0 | skip leading separators |
 +| 1 | use existing drive number in FCB if no drive is specified, instead of setting field to zero |
 +| 2 | use existing filename in FCB if no base name is specified, instead of filling field with blanks |
 +| 3 | use existing extension in FCB if no extension is specified, instead of filling field with blanks |
 +| 4-7 | reserved (0) |
  
 ===== See also ===== ===== See also =====
  
- AH=0Fh,AH=16h,AH=26h+ AH=[[en:docs:dos:api:int21:0f|0Fh]],AH=[[en:docs:dos:api:int21:16|16h]],AH=[[en:docs:dos:api:int21:26|26h]]
  
 ===== Note ===== ===== Note =====