topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:21 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: copying files over a school network  (Read 5709 times)

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
copying files over a school network
« on: April 19, 2009, 04:09 PM »
Has anyone come across an easy way to copy files to student folders for a non techie teacher?  I am thinking something with a gui front end.

Our computer lab teacher needs to copy word documents and sometimes a IE shortcut for all users in the lab or sometimes certain users.  Most likely would need to be on their desktop.  Our school is big on shortcuts, doesn't matter how many, they just like them. 

We have windows 2003 servers and XP Pro desktops.  This will primarily be in the grade school ages 8-12 or so.  I am looking for a way they can do it without involving me everytime.  Not that it takes that long but sometimes there is a day or two delay before I can get it done.

am looking for ideas, scripts, software, coding snacks... no reasonable offer refused!   :D

Dave

Carol Haynes

  • Waffles for England (patent pending)
  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 8,066
    • View Profile
    • Donate to Member
Re: copying files over a school network
« Reply #1 on: April 19, 2009, 04:48 PM »
How about writing a batch file to distribute to a list of recipients and then the teach just has to drop a file on the icon?

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: copying files over a school network
« Reply #2 on: April 19, 2009, 04:56 PM »
That sounds very good Carol but I am not very good with batch files.  but where does the list of recipients come from or stored at?

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: copying files over a school network
« Reply #3 on: April 19, 2009, 05:06 PM »
What about setting some tasks in Yadis Backup, (one for each destination) ?

Then the teacher just drops what they want copied into a folder on their desktop, Yadis sees the change and copies to all the other PCs as soon as the path is available.

It says it backs up to almost anywhere so you could try to specify \\PC\path\path\path\folder etc.

EDIT: Seems to work, files are copied almost immediately.  Just don't set it to recreate the directory structure.

NOTE: It doesn't keep the directories synced, deletions on the watched directory won't be replicated on the student machines - you didn't ask for that.
« Last Edit: April 19, 2009, 05:24 PM by 4wd »

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: copying files over a school network
« Reply #4 on: April 19, 2009, 06:31 PM »
How about writing a batch file to distribute to a list of recipients and then the teach just has to drop a file on the icon?
-Carol Haynes (April 19, 2009, 04:48 PM)



If these are just files, as opposed to executables, you could create a series of read-only shared folders which could be mapped to a desktop shortcut called something like "Class Materials."  Once set up, you could then have the students open the folder (under a teacher's direction) and drag/copy any enclosed files onto the individual desktops. It's just like having the students get a book off the shelf and bring it back to their desks.

Access to specific folders could be controlled through the usual group/folder share privileges so the 8th graders wouldn't be loading shortcuts meant for the 12th graders, etc, or deleting or adding their own stuff to the folders.

You could even structure it in such a way that the individual teachers have read/write/delete access to these folders thereby allowing them distribution control over any files needed for their courses. These desktop folders could also be synchronized to the desktop from the server. Just be sure to set the override option to force the desktops to synchronize from the server folder only. Don't do a 2-way sync or you'll have major problems.

We set up a version of this for a school once. It worked out very well for them.

---

There's always 'push server' (SMS et al) solutions for more complex deployments. But they can be quite expensive. They're also fairly complex to set up and administer. So, if you're uncomfortable with batch commands, something like SMS definitely is going to be out of the question.
« Last Edit: April 19, 2009, 06:38 PM by 40hz »

Carol Haynes

  • Waffles for England (patent pending)
  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 8,066
    • View Profile
    • Donate to Member
Re: copying files over a school network
« Reply #5 on: April 19, 2009, 06:37 PM »
That sounds very good Carol but I am not very good with batch files.  but where does the list of recipients come from or stored at?

You could create a batch file for each bunch of recipients so you have lines like:

COPY %1 \\Server\Student1\

etc.

Perhaps a better alternative would be to use a Sync tool - that way you could set it to sync one way only from one folder to multiple destinations - then just drop the files you want to copy into the source folder and click Sync.

There are numerous free file sync tools out there or if you want to buy a good one try SyncBack - see http://www.2brightsparks.com/ (look under Download Freeware for a free version) or you could try SyncToy from Microsoft (one of the free Windows PowerTools) - see http://www.microsoft...ads/synctoybeta.aspx

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: copying files over a school network
« Reply #6 on: April 20, 2009, 04:54 PM »
+1 for 40hz' solution using read-only shares... pushing files around should be avoided if possible, it's such a mess.
- carpe noctem