SETDRIVE SubroutineUsage:  
r = SETDRIVE(drvltr) 
Description: 
Changes the current drive to drvltr. Only the first character is used so "A:" is the same as "A" or "Apple".  
This subroutine returns zero (FALSE) on error or non-zero (TRUE) on success. 
 |