I don't have Windows NT. Will the following
work in a PBDOS program running under NT without
the user having "special priveleges"?
work in a PBDOS program running under NT without
the user having "special priveleges"?
Code:
'' DISKFREE ! mov AX,&H3600 ; function 36h, get drive info ! mov DX,DriveNum ; requested drive ! int &H21 ; call DOS
Comment