[info-tech] JMC training

2009-07-24 Thread Johnson, Vicki
  

We are having Paul from JMC come to Prairie Valley on Monday July, 27th
@ 9:00 AM.  He is going over the Office program mainly.  We have several
new staff that need some training.  If any of you have staff that need
training, they are welcome to come.  We have room for about 10-12
people.  

Please let me know if anyone would be coming.

 

Vicki Johnson

Computer Tech Coordinator

Prairie Valley Comm School

1005 Riddle Street

Box 49

Gowrie, IA 50543

515-352-5540  Gowrie

515-548-3253  Callender

johns...@gowrie.k12.ia.us

 

 

<>

Re: [info-tech]JMC

2009-07-24 Thread jfonley
Ps--speaking of jmc, is sean coming to do his pre school session this year?
Sent from my BlackBerry® wireless device from U.S. Cellular

Re: [info-tech]JMC

2009-07-24 Thread jfonley
I just send the compressed app to teachers before school starts, with 
instructions to install as well as the url and instruction sheet.  I can 
honestly say 99% of the staff are able to install it. The other(s) get help 
from another staff member.
Sent from my BlackBerry® wireless device from U.S. Cellular

-Original Message-
From: "Mitch Mueller" 

Date: Fri, 24 Jul 2009 06:42:45 
To: 
Subject: [info-tech]JMC


For those of you who are using JMC Gradebook and Attendance programs. Is
there a quick way to deploying it.  I usually have to wait till all the
teachers are back and go from teacher to teacher, setting it up.  Didn't
know if there was a better way to do it.

 

Thanks

Mitch Mueller

Emmetsburg CSD

 




RE: [info-tech]JMC

2009-07-24 Thread Stanzel, Matt
Mitch, below is a batch file I use (for a login script) for Sheldon.
This runs at EVERY login to ensure they always have the newest version
of the executable without having to repackage everything into an MSI

 

@echo off

C:

 

:ATTENDANCE

REM "If the desktop shortcut for attendance exists, move on, otherwise
copy from server to user's profile on desktop"

IF EXIST "%USERPROFILE%\desktop\High School Attendance.url" GOTO
GRADEBOOK

xcopy "\\nt1\djmc\software\08-09\High School Attendance.url"
"%USERPROFILE%\desktop\"

 

:GRADEBOOK

REM ** No matter what, we copy over the newest version of the gradebook,
since JMC does update this occasionally, and we can deploy the 

REM ** newest version of the app simply by dropping it into the share
below. Delete the existing file, and copy the executable into the user's
folder on the server

DEL "H:\jmc\IP GradeBook.exe"

xcopy "\\nt1\djmc\software\08-09\IP GradeBook.exe" "H:\jmc\"

 

:SERVERSETTINGS

REM ** If the server settings file exists, then continue to the
gradebook shortcut, otherwise copy to the same directory as the
gradebook executable

IF EXIST "H:\jmc\ServerSettings.gbk" GOTO GBKSHORTCUT

xcopy "\\nt1\djmc\software\08-09\HSServerSettings.gbk" "H:\jmc\"

rename "H:\jmc\HSServerSettings.gbk" "ServerSettings.gbk"

 

:GBKSHORTCUT

REM ** If shortcut file exists, then exit, otherwise copy to the user's
profile on the desktop

DEL "%USERPROFILE%\desktop\High School Gradebook 07-08.lnk"

DEL "%USERPROFILE%\desktop\High School Gradebook.lnk"

xcopy "\\nt1\djmc\software\08-09\High School Gradebook.lnk"
"%USERPROFILE%\desktop\"

:END

 

 

 

 

From: Mitch Mueller [mailto:mmuel...@emmetsburg.k12.ia.us] 
Sent: Friday, July 24, 2009 6:43 AM
To: info-tech@aea8.k12.ia.us
Subject: [info-tech]JMC

 

For those of you who are using JMC Gradebook and Attendance programs. Is
there a quick way to deploying it.  I usually have to wait till all the
teachers are back and go from teacher to teacher, setting it up.  Didn't
know if there was a better way to do it.

 

Thanks

Mitch Mueller

Emmetsburg CSD

 



RE: [info-tech]JMC

2009-07-24 Thread Mitch Mueller
Oh I'm sure there is.  I just never have done it because our teachers don't
like to set that stuff up at all.  I will do some research and see.

 

From: info-tech-ow...@aea8.k12.ia.us [mailto:info-tech-ow...@aea8.k12.ia.us]
On Behalf Of Karl Hehr
Sent: Friday, July 24, 2009 7:26 AM
To: info-tech@aea8.k12.ia.us
Subject: Re: [info-tech]JMC

 

I am not a windows shop, but however you install apps remotely, that is how
you can install the gradebook app. There has got to be a way in the great
windows world to install an application on a bunch of machines at the same
time.

 

 

Karl H. Hehr

Technology/Curriculum Director

South Hamilton CSD

www.s-hamilton.k12.ia.us

515.827.5418 (W)

515.209.9767 (C)

515.827.5368 (F)

 

 

Luddite by Degrees

1) Anything that is in the world when you're born is normal and ordinary and
is just a natural part of the way the world works.

2) Anything that's invented between when you're 15 and 35 is new and
exciting and revolutionary and you can probably get a career in it.

3) Anything invented after you're 35 is again the natural order of things

 
--- Douglas Adams

 





 

 

On Jul 24, 2009, at 7:14 AM, Mitch Mueller wrote:





Ok.  Well haven't actually done it that way before.  Something I do in G.P.
correct.

 

From: info-tech-ow...@aea8.k12.ia.us [mailto:info-tech-ow...@aea8.k12.ia.us]
On Behalf Of Karl Hehr
Sent: Friday, July 24, 2009 7:14 AM
To: info-tech@aea8.k12.ia.us
Subject: Re: [info-tech]JMC

 

package it and blast it out like any other application. Then send them an
email with the URL to get to the gradebook.

 

Karl H. Hehr

Technology/Curriculum Director

South Hamilton CSD

www.s-hamilton.k12.ia.us

515.827.5418 (W)

515.209.9767 (C)

515.827.5368 (F)

 

 

Luddite by Degrees

1) Anything that is in the world when you're born is normal and ordinary and
is just a natural part of the way the world works.

2) Anything that's invented between when you're 15 and 35 is new and
exciting and revolutionary and you can probably get a career in it.

3) Anything invented after you're 35 is again the natural order of things

 
--- Douglas Adams

 






 

 

On Jul 24, 2009, at 6:42 AM, Mitch Mueller wrote:






For those of you who are using JMC Gradebook and Attendance programs. Is
there a quick way to deploying it.  I usually have to wait till all the
teachers are back and go from teacher to teacher, setting it up.  Didn't
know if there was a better way to do it.

 

Thanks

Mitch Mueller

Emmetsburg CSD

 

 

 



Re: [info-tech]JMC

2009-07-24 Thread Karl Hehr
I am not a windows shop, but however you install apps remotely, that  
is how you can install the gradebook app. There has got to be a way in  
the great windows world to install an application on a bunch of  
machines at the same time.



Karl H. Hehr
Technology/Curriculum Director
South Hamilton CSD
www.s-hamilton.k12.ia.us
515.827.5418 (W)
515.209.9767 (C)
515.827.5368 (F)


Luddite by Degrees
1) Anything that is in the world when you're born is normal and  
ordinary and is just a natural part of the way the world works.
2) Anything that's invented between when you're 15 and 35 is new and  
exciting and revolutionary and you can probably get a career in it.
3) Anything invented after you're 35 is again the natural order of  
things


--- Douglas Adams




On Jul 24, 2009, at 7:14 AM, Mitch Mueller wrote:

Ok.  Well haven’t actually done it that way before.  Something I do  
in G.P. correct.


From: info-tech-ow...@aea8.k12.ia.us [mailto:info-tech-ow...@aea8.k12.ia.us 
] On Behalf Of Karl Hehr

Sent: Friday, July 24, 2009 7:14 AM
To: info-tech@aea8.k12.ia.us
Subject: Re: [info-tech]JMC

package it and blast it out like any other application. Then send  
them an email with the URL to get to the gradebook.


Karl H. Hehr
Technology/Curriculum Director
South Hamilton CSD
www.s-hamilton.k12.ia.us
515.827.5418 (W)
515.209.9767 (C)
515.827.5368 (F)


Luddite by Degrees
1) Anything that is in the world when you're born is normal and  
ordinary and is just a natural part of the way the world works.
2) Anything that's invented between when you're 15 and 35 is new and  
exciting and revolutionary and you can probably get a career in it.
3) Anything invented after you're 35 is again the natural order of  
things
--- Douglas 
 Adams






On Jul 24, 2009, at 6:42 AM, Mitch Mueller wrote:


For those of you who are using JMC Gradebook and Attendance  
programs. Is there a quick way to deploying it.  I usually have to  
wait till all the teachers are back and go from teacher to teacher,  
setting it up.  Didn’t know if there was a better way to do it.


Thanks
Mitch Mueller
Emmetsburg CSD






RE: [info-tech]JMC

2009-07-24 Thread Mitch Mueller
Ok.  Well haven't actually done it that way before.  Something I do in G.P.
correct.

 

From: info-tech-ow...@aea8.k12.ia.us [mailto:info-tech-ow...@aea8.k12.ia.us]
On Behalf Of Karl Hehr
Sent: Friday, July 24, 2009 7:14 AM
To: info-tech@aea8.k12.ia.us
Subject: Re: [info-tech]JMC

 

package it and blast it out like any other application. Then send them an
email with the URL to get to the gradebook.

 

Karl H. Hehr

Technology/Curriculum Director

South Hamilton CSD

www.s-hamilton.k12.ia.us

515.827.5418 (W)

515.209.9767 (C)

515.827.5368 (F)

 

 

Luddite by Degrees

1) Anything that is in the world when you're born is normal and ordinary and
is just a natural part of the way the world works.

2) Anything that's invented between when you're 15 and 35 is new and
exciting and revolutionary and you can probably get a career in it.

3) Anything invented after you're 35 is again the natural order of things

 
--- Douglas Adams

 





 

 

On Jul 24, 2009, at 6:42 AM, Mitch Mueller wrote:





For those of you who are using JMC Gradebook and Attendance programs. Is
there a quick way to deploying it.  I usually have to wait till all the
teachers are back and go from teacher to teacher, setting it up.  Didn't
know if there was a better way to do it.

 

Thanks

Mitch Mueller

Emmetsburg CSD

 

 



Re: [info-tech]JMC

2009-07-24 Thread Karl Hehr
package it and blast it out like any other application. Then send them  
an email with the URL to get to the gradebook.


Karl H. Hehr
Technology/Curriculum Director
South Hamilton CSD
www.s-hamilton.k12.ia.us
515.827.5418 (W)
515.209.9767 (C)
515.827.5368 (F)


Luddite by Degrees
1) Anything that is in the world when you're born is normal and  
ordinary and is just a natural part of the way the world works.
2) Anything that's invented between when you're 15 and 35 is new and  
exciting and revolutionary and you can probably get a career in it.
3) Anything invented after you're 35 is again the natural order of  
things


--- Douglas Adams




On Jul 24, 2009, at 6:42 AM, Mitch Mueller wrote:

For those of you who are using JMC Gradebook and Attendance  
programs. Is there a quick way to deploying it.  I usually have to  
wait till all the teachers are back and go from teacher to teacher,  
setting it up.  Didn’t know if there was a better way to do it.


Thanks
Mitch Mueller
Emmetsburg CSD





[info-tech]JMC

2009-07-24 Thread Mitch Mueller
For those of you who are using JMC Gradebook and Attendance programs. Is
there a quick way to deploying it.  I usually have to wait till all the
teachers are back and go from teacher to teacher, setting it up.  Didn't
know if there was a better way to do it.

 

Thanks

Mitch Mueller

Emmetsburg CSD