Autor Beitrag
Biarchiv
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 688



BeitragVerfasst: Do 09.01.03 21:09 
Hallo,

Habe folgendes in Win32 SDK gefunden.
ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
mov ax, 71aah
mov bh, 0
mov bl, DriveNum
mov dx, seg PathName
mov ds, dx
mov dx, offset PathName
int 21h
jc error

DriveNum Laufwerksbuchstabe 0 = gefault 1 A: 2 B:
PathName = Laufwerkspath z.B: c:\test


Zurückstellen Clear carry flag ??? ASM Befehl?

Der Dos-Befehl subst verwendet das.
Ich wollte so ein Proggi coden. Nur leider weiß ich nicht wie ich von Edit1.Text
auf PathName (ASM) kommen kann sowie DriveNum

Wer kennt sich da aus?