Networking Forums

Networking Forums > Computer Networking > Windows Networking > batch file move across network

Reply
Thread Tools Display Modes

batch file move across network

 
 
Bob Padgett
Guest
Posts: n/a

 
      10-30-2003, 07:01 PM
I want to setup a batch file to copy a file from my
desktop to my laptop over a wireless network. How do I
setup the parameters to address the network definition for
my laptop?

copy C:\WINDOWS\Applic~1\SpamBa~1\*.db \\Laptop\Mydocu~1
\MyShar~1\*.db

is the command that doesn't seem to work....
 
Reply With Quote
 
 
 
 
Scott Zotigh
Guest
Posts: n/a

 
      10-30-2003, 10:02 PM
Assuming your laptop machine name is "Laptop" and the
folder being shared is shared as "Stuff", then the command
to copy would be:

xcopy C:\WINDOWS\Applic~1\SpamBa~1\*.db \\Laptop\Stuff

(your destination is not the actual folder name "My Share"
or whatever...it's the name you are sharing the folder as,
or 'share name')



>-----Original Message-----
>I want to setup a batch file to copy a file from my
>desktop to my laptop over a wireless network. How do I
>setup the parameters to address the network definition

for
>my laptop?
>
>copy C:\WINDOWS\Applic~1\SpamBa~1\*.db \\Laptop\Mydocu~1
>\MyShar~1\*.db
>
>is the command that doesn't seem to work....
>.
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need batch file to turn-off a service based on currently connected wireless network rishikant Wireless Networks 1 10-11-2011 06:55 AM
Run a batch file remotely Dane Windows Networking 3 08-03-2009 10:25 PM
Rinominare File con data attraverso un file Batch Daytan Windows Networking 1 09-18-2007 05:40 PM
Batch File Problems Nikon Windows Networking 2 04-26-2006 07:50 PM
NT Batch file doesn't run Carl Gross Windows Networking 5 10-08-2003 12:51 AM



1 2 3 4 5 6 7 8 9 10 11