Compatible Support Forums: need help with a batch file

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

need help with a batch file

#1 User is offline   mad2moons 

  • newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-March 01

Posted 18 June 2002 - 09:33 PM

need help with a batch file to schedule a backup(or copy command) off a w98 pc to copy 3 *.mdbs to a share on a 2000 pc. Any help pls?
0

#2 User is offline   Christianb 

  • old hand
  • Group: Members
  • Posts: 759
  • Joined: 10-November 01

Posted 19 June 2002 - 12:31 AM

sure just map a network drive of the 2000 PC and then use the normal copy command. You don't even have to map the drive in your batch file. Just make sure the win98 PC has that network drive mapped.
0

#3 User is offline   Christianb 

  • old hand
  • Group: Members
  • Posts: 759
  • Joined: 10-November 01

Posted 19 June 2002 - 12:41 AM

It should also be noted that you may have to install a networking patch for Windows 98 to network properly with Windows 2000 machines.
Good Luck,
Christian
0

#4 User is offline   Igor 

  • enthusiast
  • Group: Members
  • Posts: 382
  • Joined: 24-July 99

Posted 19 June 2002 - 01:15 AM

if you have alreay mapped then drive then:

copy {drive leter}:\{path}\*.mdbs {drive leter}:\{path}
exit

example:
copy c:\"files to back up"\*.mdbs d:\mybackup
exit

if you have to map the drive then in the begining add:
net use d [devicename | *] [\\computername\sharename[\volume] [password | *]]
0

#5 User is offline   mad2moons 

  • newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-March 01

Posted 19 June 2002 - 02:38 AM

thx 4 the replys, but ive had no problems networking the w98 to w2k except for having to create username on w2k pc.
0

#6 User is offline   Uykucu 

  • addict
  • Group: Members
  • Posts: 540
  • Joined: 28-February 01

Posted 20 June 2002 - 09:49 PM

Well user names go with NT so, actually you haven't had any problem.
Oh if the connection is slow, you need the patch!
0

#7 User is offline   mad2moons 

  • newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-March 01

Posted 22 June 2002 - 02:10 PM

what patch? and where do i get it pls?
0

#8 User is offline   mad2moons 

  • newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-March 01

Posted 26 June 2002 - 02:47 PM

does any1 know where i can get this patch from pls?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users