Windows Vista

The place to post questions and share helpful technical information or with other Beethoven.com community members about listening to Beethoven Radio.

Moderator: Nicole Marie

Re: Windows Vista

Postby dai bread » Thu Dec 11, 2008 5:03 pm

One of the things I'm kicking myself about is that I could have bought an XP computer from the same place I bought this one. I didn't, because XP apparently doesn't recognise all the disc space on this machine, and also because I didn't realise how bad Vista is.

Lesson: Never buy a computer in a hurry. I needed one urgently, and didn't think about my options properly.
We have no money; we must use our brains. -Ernest Rutherford.
dai bread
1st Chair
 
Posts: 3020
Joined: Fri Nov 29, 2002 1:01 am
Location: Cambridge, New Zealand

Re: Windows Vista

Postby analog » Thu Dec 11, 2008 11:17 pm

dai bread wrote:One of the things I'm kicking myself about is that I could have bought an XP computer from the same place I bought this one. I didn't, because XP apparently doesn't recognise all the disc space on this machine, and also because I didn't realise how bad Vista is.

Lesson: Never buy a computer in a hurry. I needed one urgently, and didn't think about my options properly.


Corollary: 'Newer' and 'Better' aren't synonyms.

my son-in-law is by no means an expert but he's ahead of me.
We bought a blank drive and an OEM copy of XP , he set my old drive to "E" and installed XP on the new drive which is set to "C". Seems we spent around $250 including more memory chips, and a CD drive that'll write but i've not yet figured out how to do that...
XP seems quite happy locating files up there on "E", shows a desktop and navigates it fine.. I can create shortcuts or copy frequently used applications down to desktop on "C".

He didn't have to reload anything, it's up there on "E" drive.
I wonder if that might be a viable course for you. Of course I was moving ahead to new er OS and you're moving other way.

There's a handy file attribute called "compatibility" - when I set my old QBASIC.EXE for compatibility with windows 95 it commenced to work under XP.



...... This is an old Pentium 2 purchased late 1999, i'm just waiting for it to give up the ghost.
Like you my next one will be a MAC.

if anyone's interested, here's a qbasic program that turns the PC into a digital clock with roman numerals(how fitting).... maybe somebody knows vbasic and would like to make it into a screen saver...

----------------------------------------------------------------------------------------
' program clock displays time in 24 hr Roman numerals
' press q to exit



DATA "","M","MM","MMM","Mv","v","vM","vMM","vMMM","Mx"
DATA "","C","CC","CCC","CD","D","DC","DCC","DCCC","CM"
DATA "","X","XX","XXX","XL","L","LX","LXX","LXXX","XC"
DATA "","I","II","III","IV","V","VI","VII","VIII","IX"
DIM m(10), c(10), x(10), i(10) AS STRING
FOR a = 0 TO 9: READ m$(a): NEXT a
FOR a = 0 TO 9: READ c$(a): NEXT a
FOR a = 0 TO 9: READ x$(a): NEXT a
FOR a = 0 TO 9: READ i$(a): NEXT a

'
ON TIMER(1) GOSUB time
TIMER ON
WHILE INKEY$ <> "q"
WEND
END

time: time = TIMER
sec = INT(time) MOD 60
min = INT(time / 60) MOD 60
hr = INT(time / 3600) MOD 60
hr$ = m$(INT(hr / 10)) + c$(hr MOD 10)
min$ = x$(INT(min / 10)) + i$(min MOD 10) + ":"
sec$ = x$(INT(sec / 10)) + i$(sec MOD 10)
'
PRINT "Time : "; hr$ + min$ + sec$ '
'PRINT "Time : "; hr; min; sec, hr$ + min$ + sec$ ' use this one if you want Arabic numerals too
RETURN

--------------------------------------------------------------------------------
a.
Cogito ergo doleo.
analog
2nd Chair
 
Posts: 1573
Joined: Tue Jun 17, 2003 12:01 am
Location: arkansas ozarks

Re: Windows Vista

Postby jamiebk » Fri Dec 12, 2008 10:41 am

analog wrote:if anyone's interested, here's a qbasic program that turns the PC into a digital clock with roman numerals(how fitting).... maybe somebody knows vbasic and would like to make it into a screen saver...
----------------------------------------------------------------------------------------
' program clock displays time in 24 hr Roman numerals
' press q to exit

DATA "","M","MM","MMM","Mv","v","vM","vMM","vMMM","Mx"
DATA "","C","CC","CCC","CD","D","DC","DCC","DCCC","CM"
DATA "","X","XX","XXX","XL","L","LX","LXX","LXXX","XC"
DATA "","I","II","III","IV","V","VI","VII","VIII","IX"
DIM m(10), c(10), x(10), i(10) AS STRING
FOR a = 0 TO 9: READ m$(a): NEXT a
FOR a = 0 TO 9: READ c$(a): NEXT a
FOR a = 0 TO 9: READ x$(a): NEXT a
FOR a = 0 TO 9: READ i$(a): NEXT a

'
ON TIMER(1) GOSUB time
TIMER ON
WHILE INKEY$ <> "q"
WEND
END

time: time = TIMER
sec = INT(time) MOD 60
min = INT(time / 60) MOD 60
hr = INT(time / 3600) MOD 60
hr$ = m$(INT(hr / 10)) + c$(hr MOD 10)
min$ = x$(INT(min / 10)) + i$(min MOD 10) + ":"
sec$ = x$(INT(sec / 10)) + i$(sec MOD 10)
'
PRINT "Time : "; hr$ + min$ + sec$ '
'PRINT "Time : "; hr; min; sec, hr$ + min$ + sec$ ' use this one if you want Arabic numerals too
RETURN

--------------------------------------------------------------------------------
a.


People that can think like this are not normal..... :rofl: :rofl: :rofl:
Jamie

"Leave it better than you found it"
jamiebk
1st Chair
 
Posts: 4283
Joined: Fri Nov 11, 2005 1:01 am
Location: SF Bay Area - Wine Country

Re: Windows Vista

Postby Serenity » Fri Dec 12, 2008 7:44 pm

You've got to be sh*tt*n' me!
Serenity
1st Chair
 
Posts: 4666
Joined: Sun May 18, 2003 12:01 am

Previous

Return to Helping Hand

Who is online

Users browsing this forum: No registered users