Compartir carpetas en red

¿Hay algún modo de compartir una carpeta (de manera oculta o no) en red, bajo comandos del dos?

1 Respuesta

Respuesta
1
Puedes utilizar el comando net share aunque yo sepa, solo funciona bajo NT y 2000. Quizas tambien en XP, pruebalo.
Net share
Creates, deletes, or displays shared resources.
net share sharename
net share sharename=drive:path [/users:number | /unlimited] [/remark:"text"]
net share sharename [/users:number | unlimited] [/remark:"text"]
net share {sharename | drive:path} /delete
Parameters
None
Type net share without parameters to display information about all resources being shared on the local computer.
Sharename
Is the network name of the shared resource. Type net share with a sharename only to display information about that share.
Drive:path
Specifies the absolute path of the directory to be shared.
/users:number
Sets the maximum number of users who can simultaneously access the shared resource.
/unlimited
Specifies an unlimited number of users who can simultaneously access the shared resource.
/remark:"text"
Adds a descriptive comment about the resource. Enclose the text in quotation marks.
/delete
Muchas gracias.
¿Y de darle permisos a un recurso compartido? También bajo DOS. Trabajo bajo plataforma NT/2000
Creo que no existe...
Si quieres referencia de todos los comandos:
http://www.microsoft.com/windows2000/es/server/help/
Pero estoy casi seguro de que esto te toca hacerlo a mano

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas