@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26



Comments:

<0> pale_blue, it's really nice having a slipstreamed CD for each box you run though, if possible
<1> And low and behold, what arrives today ... but my first order from Columbia House DVD club.
<2> :\
<3> Hawkeye: thast sad :(
<4> What's Up
<1> Babylon 5 season 1, and Hitchhiker's Guide to the Galaxy.
<1> The BBC show, not the new movie.
<5> you can get a cheapie dvd player for something like $30 these days, and a respectable one for under $100.
<3> Hawkeye: go to target
<4> can you upgrade a windows nt server to xp? without format
<1> z0g, yeah ... but I have other priorities right now.
<1> Food.
<0> the cheapie DVD players work pretty well imo
<5> and you can get a good quality NEC DVD-RW drive for $40
<0> I just got a $30 one from wal-mart



<1> I have a DVD-ROM.
<6> XP isn't a server OS. no.
<1> But I also have a 27" Trinitron TV in the other room that is better to watch stuff on.
<5> feed computer into tv?
<1> No easy access
<4> what about to windows 2003?
<1> Plus I'm not planning to do anything major to this apartment ... since I'm going to be moving out by the end of March.
<1> Hopefully into a 2br
<2> plumpm0nk: You probably wouldn't want to do that. Backup your data, format and reinstall with Win2K3 Server, reinstall the necessary services and apps, and then restore your data.
<1> Will be nice to be able to setup a dedicated (albeit small) studio
<4> bug , thx
<4> and blue
<4> trying to avoid doin that
<3> Ted-Lap: did you run away again?
<4> since i got a point of sales that i don tknwo how to back up my invtory
<4> invetory*
<0> dude hitting vert ramps in an F1 car
<0> is -great-
<7> He eloped.
<0> whoever thought of that deserves a nobel prize for wasting my time
<3> Dov-work: good for him!
<6> heh, what POS software?
<8> help aid ***ist. how do i schedule a task to run once, after a login, but anytime between 2AM and 8AM.
<8> the win2k scheduler can't do this.
<3> Dov-work: hi btw
<2> geegurl: Odds are, you go get a third-party tool that can.
<7> geegurl, yes it can.
<7> Hi teebsgrrl :)
<7> Oh, you mean directly after a login?
<8> Dov-work: how? yes - directly after login, but only between 2am and 8am
<0> you could write an autorun that always runs and checks the time
<4> TSS
<0> then executes another task
<0> if it's 2-8am
<7> Yes, you will need to script it.
<9> use a login script
<6> sigh. without the IDE drive attached, it seems to say, "**** you, i'm committing suicide!"
<8> npx: ugh! damn! okay i could do it in perl but it's like re-inventing the wheel!
<0> listen to digi
<10> sup teebsgrrl
<8> anyone used cron? the cygwin port?
<10> sorry... had to go make a shoppin lit
<10> list
<10> geegurl, not the cygwin port
<7> WSH it.
<8> Ted-Lap: heh damn!
<10> WSH YOUR MOUTH OUT!
<10> geegurl, why? what's your question?
<1> Anyhoo, shower time. Gotta start getting ready to go out.
<7> Wsh up.
<8> any idea if the standard 'nix cron can do it? I could install cygwin then.
<3> Ted-Lap: oh, got any good food on the list?
<10> geegurl, can do what?
<10> teebsgrrl, gonna brine a chicken for ellen
<3> like.... garlic bread pretzels from snyders?
<3> yay for ellen!
<3> boo for me!
<7> geegurl, http://www.windowsitpro.com/WindowsScripting/Article/ArticleID/23935/23935.html
<3> i am gonna make popcorn i think
<8> Ted-Lap: auto-run something between 2am and 8am only once just after a login
<7> I think that's the code there for a Windows port.



<0> you could probably do this in like 3 or 4 lines of a batch file and a few clicks in the group policy thingy
<3> and watch CSI with my hubby
<3> see you all later
<10> ok, goin food shopping, bbl
<8> Dov-work: thanks!
<7> Np.
<8> npx: could you explain the group policy thingy bit..i'm clueless about Active Directory!
<0> http://www.serverwatch.com/tutorials/article.php/1474241
<7> npx, do you mean deploy the script via GP?
<0> i guess you could call it that
<8> npx: hmm..it's a standalone..hmm..no it's tricky..i mean..i'll need to have it running all the time - polling to check the time. I don't mind running cron because i could close down the MS-Scheduler and use cron for ALL my scheduling tasks..but if i wrote a script..i doubt i could code well enough for that
<7> Well, that is what that policy does..
<7> geegurl, http://www.1000files.com/Utilities/System_Utilities/WinCron_6354_Review.html
<0> yeah? I thought you just wanted it to execute if a given user logged in between 2-8am
<7> Oh crap, it's shareware.
<11> you don't need to poll
<12> anyone know if there is software that can save videos from youtube?
<11> you just write a login script to check what time it is
<0> yeah exactly jet
<11> if it's between x and y, do
<11> z
<7> But doesn't she want it to remain active?
<0> you can check if it's running in a logoff script
<0> and kill it if so
<7> So when it reaches between x and y while logged in it kicks off?
<8> jet: what if someone logged in at 1AM.. and did not log out till 3AM..i'll need to run the code between the 2Am and 3AM window
<7> geegurl, actually here is a freeware url. http://www.fileedge.com/Cat/Utilities/Shell-Launchers/nnCron-LITE.html
<8> Dov-work: heh kay i'm dl'ing them i did check out quite a few apps..though not the ones uve given me just now..
<13> hewwo
<7> geegurl, well that last one is an anacron port from UNIX.
<13> would anyone know any small simple free reminder software for windows
<8> Dov-work: wow! okay then that should be it! many thanks!
<7> Basically all they are doing is runnning that script as a service and when it is time, will execute.
<8> Dov-work: yep MS scheduler is yucky for marginally complicated work so i'll dump that! and use this!
<7> Np.
<7> Why am I NOT listening to music..wtf!!?
<14> Who has used Symantic AV Corp 10?
<7> I'm ***uming quite a number of people.
<8> Grrr! Symantec bought up Sygate! :(
<14> uhm
<14> Unlock Server Group
<14> how do i unlock if i forget p***
<14> i need to kill a AV client asap
<7> Good luck.
<14> its locking up my dad's pc!!!
<7> You will need the SAV removal tool then.
<13> segmental; so kill it ?
<0> Anyone ever encounter a zip file that freezes winrar?
<0> it's wierd
<0> it's a 3.5mb zip
<0> and it goes to 70% extraction, then sits there, and time left: increments in seconds
<4> USE NOD32!
<0> LAWLZ
<7> npx, nope.
<4> Wow
<4> has anyone hear dof warez?
<0> juarez?
<4> im so leet
<0> what precisely are you trying to suggest
<4> now sinc ei got kazaa
<15> Hey guys, anyone know how to disable silent crashing on windows 2k3?
<7> Silent crashing?
<0> ill disable the **** out of your face
<6> great. so there's an existing 2000 install on this 40GB drive, and i can't remember if i'd used it for anything of value.
<15> crash messages don't show, and they pile and show next reboot... really ****ing stupid
<16> how much would you guys charge to install/replace a laptop hard drive, install windows, all previous software, transfer all data from old hard drive to new and backup 30 gigs to 7 DVDs?
<4> 50/hour
<7> bi0hacker, so you get blue screens?
<0> plus some beer and they'd have to smoke me out
<15> no
<15> crashes like, normal program crashes
<15> "error has occoured and program must closed"
<4> i got some weed
<4> and oxycontins, whos down


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #windows
or
Go to some related logs:

charity doesn't work
#heroin
#dsl
#politics
#feckoff
#linuxhelp
#beginner
#politics
#gamedev
#nhl



Home  |  disclaimer  |  contact  |  submit quotes