[Technic] Recycling Company that will pickup for free
Gail Ellis
ellisgail at spokane.k12.mo.us
Mon Aug 6 08:55:36 CDT 2007
Everyone,
Mid-West Computers out of Branson will come and pick up your old
technology components for free. They just came to my school and picked
up a pickup load and was on their was to KC to pick up about 200
computers. You just have to call and they will schedule an appointment
to pick up your stuff. I called last Monday (July 30) and they had me
scheduled by today. I don't know if they are always that fast with a
pick up, but for free, I will wait.
The number is 417-294-3745.
Later
-----Original Message-----
From: technic-bounces at lists.more.net
[mailto:technic-bounces at lists.more.net] On Behalf Of
technic-request at lists.more.net
Sent: Friday, August 03, 2007 9:48 AM
To: technic at lists.more.net
Subject: Technic Digest, Vol 3, Issue 704
Send Technic mailing list submissions to
technic at lists.more.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.more.net/mailman/listinfo/technic
or, via email, send a message with subject or body 'help' to
technic-request at lists.more.net
You can reach the person managing the list at
technic-owner at lists.more.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Technic digest..."
Today's Topics:
1. Re: Setting Up Printers with Novell 6.5 (Denise Ash)
2. Re: Setting Up Printers with Novell 6.5 (Al West)
3. I now like the AutoIt Script :) (sgmayo at mail.bloomfield.k12.mo.us)
4. Re: Setting Up Printers with Novell 6.5 (Ken Kautzman)
5. Re: recycling (Douglas B. Baker)
6. Re: recycling (Steve Wilmes)
7. Re: recycling (Shane Farmer)
----------------------------------------------------------------------
Message: 1
Date: Thu, 2 Aug 2007 18:31:38 -0500 (CDT)
From: "Denise Ash" <dash at bgschools.k12.mo.us>
Subject: Re: [Technic] Setting Up Printers with Novell 6.5
To: dash at bgschools.k12.mo.us, "Public School & Library Tech.
Support Forum" <technic at lists.more.net>
Message-ID: <55639.10.10.253.11.1186097498.squirrel at 10.10.0.9>
Content-Type: text/plain;charset=iso-8859-1
I am reading about web jetadmin and iprint. Pros and cons???????
Denise Ash wrote:
> Anybody willing to help me set up Novell Network printer with Novell
6.5. I just upgraded my server last weekend and
> none of my existing my print Q's will work. I have about 4 lasers
using Novell network printing and probably 6
> deskjets on print servers. I was told to just set them up by IP. What
is the quickest, easiest way to do that with
> older deskjets and print servers, most are 6 years old or better. They
were set up before me through Novell print
> queues. Contact me off the list if you want.
>
> Thanks
> Denise
>
>
>
> _______________________________________________
> Technic mailing list
> Technic at lists.more.net
> http://lists.more.net/mailman/listinfo/technic
>
------------------------------
Message: 2
Date: Fri, 3 Aug 2007 06:25:20 -0500
From: "Al West" <awest at kingsville.k12.mo.us>
Subject: Re: [Technic] Setting Up Printers with Novell 6.5
To: "Public School &, Library Tech. Support Forum"
<technic at lists.more.net>
Message-ID:
<62d6a6810708030425o7dd64300ibeeb32e6b70a6118 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
We are using iprint with about 6 or 7 printers. It has worked fairly
well
for us. Although you use to be able to install the printers from a
browser,
but updates to Windows have made you use DOS to set up. It took me a
while
to figure out how to set them up, but once I found a solution online, it
works fairly easy.
On 8/2/07, Denise Ash <dash at bgschools.k12.mo.us> wrote:
>
> I am reading about web jetadmin and iprint. Pros and cons???????
>
>
> Denise Ash wrote:
> > Anybody willing to help me set up Novell Network printer with Novell
6.5. I
> just upgraded my server last weekend and
> > none of my existing my print Q's will work. I have about 4 lasers
using
> Novell network printing and probably 6
> > deskjets on print servers. I was told to just set them up by IP.
What
> is the quickest, easiest way to do that with
> > older deskjets and print servers, most are 6 years old or better.
They
> were set up before me through Novell print
> > queues. Contact me off the list if you want.
> >
> > Thanks
> > Denise
> >
> >
> >
> > _______________________________________________
> > Technic mailing list
> > Technic at lists.more.net
> > http://lists.more.net/mailman/listinfo/technic
> >
>
> _______________________________________________
> Technic mailing list
> Technic at lists.more.net
> http://lists.more.net/mailman/listinfo/technic
>
--
Al West
Technology Coordinator
Kingsville R-1 School
Kingsville, MO
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.more.net/archives/technic/attachments/20070803/f54fda29/att
achment-0001.htm
------------------------------
Message: 3
Date: Fri, 3 Aug 2007 07:04:59 -0500 (CDT)
From: sgmayo at mail.bloomfield.k12.mo.us
Subject: [Technic] I now like the AutoIt Script :)
To: technic at lists.more.net
Message-ID:
<2180.204.184.27.217.1186142699.squirrel at mail.bloomfield.k12.mo.us>
Content-Type: text/plain;charset=iso-8859-1
Thanks to Patti and Bill for pointing out the AutoIt scripter. I hated
it
for about a day since I could not get my script to run correctly, but
now
I like it. I won't be setting any more teachers up as admins on their
computer so that they can run Sisfin. Just in case anyone else decides
they want to try it, here is the script that I have. I could not get
mine
working, but finally asked on the AutoIt forum and they replied right
away. He replied that he thought mine should have worked also, but here
is what he gave me so that the mapping and run ran on one line.
local $user = "username"
local $domain = "domain"
local $passwd = "password"
RunAsSet($user, $domain, $passwd)
Run (@comspec & " /c net use s: \\server\share && S:\test.exe",
@WindowsDir, @SW_MINIMIZE)
I then set the username and passwd to my own user name and password. I
added myself to the administrator account on the computer. I let AutoIt
compile the above so that the password and username are not seen and
dropped the executionable on the desktop (the 'default user' desktop) in
place of the Sisfin shortcut.
I actually got two things out of doing it this way. The teachers can
all
log into a computer and run sisfin without being an administrator and I
am
also an administrator on all of the computers. There have been several
times that I was logged on as myself and needed to do something but
could
not since I was not in the administrator group on the computer, but now
I
can.
In case anyone else is thinking about using this. I want to point out
that you only have to install AutoIt on your one computer. The compiled
script is a stand alone executionable and will run on any computer.
Also, you don't have to be in a domain, you could just use the computer
name and a local administrator if you wanted to.
Thanks again to Bill and Patti for pointing this thing out.
Scott
------------------------------
Message: 4
Date: Fri, 03 Aug 2007 07:44:55 -0500
From: "Ken Kautzman" <ken at houston.k12.mo.us>
Subject: Re: [Technic] Setting Up Printers with Novell 6.5
To: "Public School & Library Tech. Support Forum"
<technic at lists.more.net>
Message-ID: <46B2DCF6.2853.4A50141 at ken.houston.k12.mo.us>
Content-Type: text/plain; charset=US-ASCII
Denise,
Since all of my printers are HP, I use jetadmin. Easy to set up and
administer.
Ken Kautzman, MCP
Technology Director
Houston R-1 School District
423 W. Pine
Houston, MO 65483
417-967-3024 ext. 444
------------------------------
Message: 5
Date: Fri, 3 Aug 2007 07:53:59 -0500
From: "Douglas B. Baker" <bakerd at hartville.k12.mo.us>
Subject: Re: [Technic] recycling
To: "Public School &Library Tech. Support Forum"
<technic at lists.more.net>
Message-ID: <003a01c7d5cd$5c9948f0$cb07a8c0 at RM2031>
Content-Type: text/plain; charset="iso-8859-1"
Chris,
Computer recycling center in Springfield has a disk shredder that
destroys the entire drive and recycles everything but monitors/TVs for
free, but they don't pick up and that's a long ways for you to come.
I'd think someone in KC or StL would offer a similar service. Have you
checked with MO-DNR. They keep a pretty good list of folks that recycle
like you're looking for. Good luck!
Doug B.
----- Original Message -----
From: Chris Rollison
To: technic at lists.more.net
Sent: Thursday, August 02, 2007 10:53 AM
Subject: [Technic] recycling
Back to the recycling discussion. Does anybody have any contact info
on a computer recycler that will guarantee the safety of the drives?
Looking for someone that will come and get it for free, I could fill
several pickup truck loads. Thanks.
------------------------------------------------------------------------
------
_______________________________________________
Technic mailing list
Technic at lists.more.net
http://lists.more.net/mailman/listinfo/technic
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.more.net/archives/technic/attachments/20070803/8977c6e4/att
achment-0001.htm
------------------------------
Message: 6
Date: Fri, 03 Aug 2007 09:19:45 -0500
From: Steve Wilmes <steve at real.more.net>
Subject: Re: [Technic] recycling
To: "Public School & Library Tech. Support Forum"
<technic at lists.more.net>
Message-ID: <5.2.0.9.2.20070803091610.0288bbf0 at pop.real.more.net>
Content-Type: text/plain; charset="us-ascii"; format=flowed
On a somewhat related note...
Anyone know how much copper is in a typical PC power cord? That
is,
how much is it worth as scrap? All the news stories about people
stealing
copper for the scrap value got me wondering.
Can I count on those boxes and boxes of power cables in our back
room
to get me to early retirement?
-Steve
------------------------------
Message: 7
Date: Fri, 03 Aug 2007 09:47:28 -0500
From: "Shane Farmer" <farmers at mail.chadwick.k12.mo.us>
Subject: Re: [Technic] recycling
To: <technic at lists.more.net>,<steve at real.more.net>
Message-ID: <s6b2f9bf.079 at ADMIN1.chadwick.k12.mo.us>
Content-Type: text/plain; charset=US-ASCII
I have a buddy that stripped a couple of old air conditioners down from
a motel that was giving them away and made about $200 in a couple of
hours. Copper was about $2.25/pound I think, maybe more. Aluminum
wasn't too bad either.
Shane Farmer
Technology Coordinator
Chadwick R-1 School
farmers at mail.chadwick.k12.mo.us
(417)634-3588 Work
(417)634-4040 Fax
>>> steve at real.more.net 08/03/07 09:20 AM >>>
On a somewhat related note...
Anyone know how much copper is in a typical PC power cord? That
is,
how much is it worth as scrap? All the news stories about people
stealing
copper for the scrap value got me wondering.
Can I count on those boxes and boxes of power cables in our back
room
to get me to early retirement?
-Steve
_______________________________________________
Technic mailing list
Technic at lists.more.net
http://lists.more.net/mailman/listinfo/technic
------------------------------
_______________________________________________
Technic mailing list
Technic at lists.more.net
http://lists.more.net/mailman/listinfo/technic
End of Technic Digest, Vol 3, Issue 704
***************************************
More information about the Technic
mailing list
|