Hello

I posted my problem in FreeBasic forum but the problem is not of FreeBasic but 
FreeDos
can you please read the thread 
:http://www.freebasic.net/forum/viewtopic.php?f=4&t=22469

Thank

====== Thread ======
Hi
I have a big problem
I have freedos with MSClient 3.0 installed and a network drive connected (x:)
With EDIT.COM I can edit files content on x: (no problem!)
but on my dos freebasic program (.Exe) can see files on x: but i can't read 
content or write ! :(

I not have this problem with MSDOS 6 or 7 or DR-DOS, why?

can you help me please?
Thank's
===============



=== Content of FDCONFIG.SYS : ============

DEVICE=C:\cpcdos\pilotes\dos\himemx.exe
SHELLHIGH=\COMFREE.COM /E:10240 /P=C:\FDAUTO.BAT
LASTDRIVE=z
DEVICE=C:\CPCDOS\PILOTES\DOS\IFSHLP.SYS
DEVICE=C:\CPCDOS\PILOTES\DOS\XMSDSK.EXE
rem DEVICE=C:\Cpcdos\pilotes\DOS\SMARTDRV.EXE /DOUBLE_BUFFER
=====================================


=== Content of FDAUTO.BAT :==============
SET LECTEUR=C:\
SET 
PATH=%PATH%;%LECTEUR%CPCDOS\PILOTES\DOS;%LECTEUR%CPCDOS\SYSTEME;%LECTEUR%CPCDOS\PILOTES\RESEAU
KEYBFR
XMSDSK 102400 /y
======================================



=== Content of PROTOCOL.INI : ============

[network.setup]
version=0x3110
netcard=nic,1,NIC,1
transport=tcpip,TCPIP
lana0=NIC,1,tcpip

[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP

[NIC]
DriverName=SIS190$
; This file gets inserted in to the driver's protocol.ini file.
; You can set hardcode lines for setting duplex/speed here.

[tcpip]
NBSessions=3
DEFAULTGATEWAY0 = 192 168 1 1 
SUBNETMASK0 = 255 255 255 0
IPADDRESS0 = 192 168 1 11
DisableDHCP = 1
DriverName=TCPIP$
BINDINGS=NIC
LANABASE=0
TCPSEGMENTSIZE=1450
TCPWINDOWSIZE=4350
WINS_SERVER0 = 192 168 1 1

[PKTDRV]
DriverName=PKTDRV$ 
Bindings=NIC
intvec=0x60
chainvec=0x66
=================================

=== Content of SYSTEM.INI : ==========
[network]
filesharing=yes
printsharing=yes
autologon=yes
computername = CPCDOS
lanroot = C:\cpcdos\pilotes\reseau
username=CPCDOS
workgroup = WORKGROUP
reconnect=no
dospophotkey=N
lmlogon=1
logondomain = WORKGROUP
preferredredir = Basic
autostart=basic
maxconnections=8
sizworkbuf=1498 

[network drivers]
netcard = SIS190.DOS
transport = tcpdrv.dos,nemm.dos
devdir = C:\cpcdos\pilotes\reseau
LoadRMDrivers=yes

[386enh] 
TimerCriticalSection=5000 
UniqueDosPSP=TRUE 
PSPIncrement=2

[Password Lists]
*Shares=C:\CPCDOS\PILOTES\RESEAU\Share000.PWL
CPCDOS=C:\CPCDOS\PILOTES\RESEAU\CPCDOS.PWL
==================================
                                          
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to