Re: documentation for fs redirector

2007-11-15 Thread Rafał Cygnarowski
Hi! int21/ah=6c is the one to use for a DOS app. IIRC DJGPP programs use this one for straight C programs; otherwise you'd have to call it manually. quotation INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - EXTENDED OPEN/CREATE FILE AX = 112Eh SS = DS = DOS DS [cut] BUG:this

Re: documentation for fs redirector

2007-11-15 Thread Mike McCarty
Rafał Cygnarowski wrote: Hi! int21/ah=6c is the one to use for a DOS app. IIRC DJGPP programs use this one for straight C programs; otherwise you'd have to call it manually. quotation INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - EXTENDED OPEN/CREATE FILE AX = 112Eh SS = DS =

Re: documentation for fs redirector

2007-11-15 Thread Rafał Cygnarowski
Hi! Dnia czwartek, 15 listopada 2007, Mike McCarty napisał: Without actually seeing the defective code from DOS and your attempted workaround, it's impossible to tell. I am an old hand at MSDOS and assembler, though not much with the undocumented I/Fs. However, if you want you can shoot me

documentation for fs redirector

2007-11-12 Thread Rafał Cygnarowski
Hi! I'm trying to write samba fs redirector but I have problems with correct documentation of fs redirector. I found some example codes (including this one in dosemu) and residual documentation and these all contains contradictory informactions :( I'm especially interested now in open/create