|
-
Mar 29th, 2001, 09:45 PM
#1
Thread Starter
Lively Member
Hi guys..
I'd like to ask whether it's possible or not to create a vb-application that enables users within the vb-application network to share the files in a certain directory; thus enabling users to search for files within the vb-application network..
thanks.
MohamadHassan<equuelus@icqmail.com>
Javascript,VBScript,ASP,LearningVBfor.NET
ICQ:7205608

-
Mar 30th, 2001, 07:30 AM
#2
Black Cat
I can't see any reason why it wouldn't be possible...
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 30th, 2001, 10:23 PM
#3
Thread Starter
Lively Member
okey...
but how?... do you have samples or reference that i could look at..
thanks.
MohamadHassan<equuelus@icqmail.com>
Javascript,VBScript,ASP,LearningVBfor.NET
ICQ:7205608

-
Apr 4th, 2001, 08:18 AM
#4
Lively Member
Hi there. it depends on what you want to do, if you want to be able to copy files and write things to then it is very easy.
Example to copy a file from unc location:
filecopy "\\pc\source\filename.unk" "\\pc\destination\filename.unk"
or you can map the drive to the pc and then address the drive instead
of the unc path eg.
filecopy "drive:\source\filename.unk" "drive:\destination\filename.unk"
You have to be more specific.
Have Fun ;-)
Maartin
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
if it ain't broke don't fix, rewrite it.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|