Pages

Search

Suse install: Can I load ISO images from hard disk? - Forums Linux

Suse install: Can I load ISO images from hard disk? - Forums Linux


Suse install: Can I load ISO images from hard disk?

Posted: 31 Oct 2005 09:25 PM PST

In comp.os.linux.setup Peter B. Steiger <email.address>: 

Then there's something wrong almost any distro can be installed
through the network. Personally prefer http to install, this
seems most reliable. Enhance logging on the ftp server and check
the logs. Please show us real data (cut&paste) from the logs if
you can't figure it out.

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 307: emissions from GSM-phones

how to make a floppy which will boot up from /dev/hdc1?

Posted: 31 Oct 2005 01:06 PM PST

Connor T <com> wrote: 

Put in a floppy which you have created with /dev/hdc1 (not as raid, but
it probably doesn't matter) mounted on /mnt and lilo run with -b
/dev/fd0, and -C /home/mylilo.cfg, which has things in it like "linear"
and "root=/dev/md0" (or hdc1, whatever) and "image=/mnt/boot/vmlinuz.".

 

Test - make a floppy as above.

 

Then just change it :-).
 

I don't follow. Why do something so complicated?

Peter

sound card not working on FC4

Posted: 31 Oct 2005 11:53 AM PST


Lenard wrote: 


To Enrique:
I'm running Fedora Core 4, kernel 2.6.13-1.1532_FC4
My machine is a Celeron 2.7ghz/3.1ghz (overclocked), with an Asus
mainboard (P4S800-MX), 512 mb RAM. Used to be an HP Pavilion a305w,
but I upgraded the system extensively (added AGP video card, second
hard drive, this sound card, US Robotics modem, DVD drive, overclocked
the chip, added 256mb more RAM, added a case fan).

To Lenard:
In my /lib/modules/2.6.13-1.1532_FC4/kernel/sound/pci directory, I have
several files: among them,
-rwxr--r-- 1 root root 63292 Oct 19 22:51 snd-cmipci.ko
-rwxr--r-- 1 root root 25344 Oct 19 22:51 snd-als4000.ko

Typing modprobe snd-als4000 gives me the shell prompt again. Not sure
what it did.

Modified /etc/modprobe.conf as requested, then rebooted: no change.

contents of /etc/modprobe.conf:
alias eth0 sis900
alias snd-card-0 snd-als4000
options snd-card-0 index=0
install snd-als4000 /sbin/modprobe --ignore-install snd-als4000 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-als4000 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-als4000
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd

contents of *old* /etc/modprobe.conf:
alias eth0 sis900
alias snd-card-0 snd-cmipci
options snd-card-0 index=0
options snd-cmipci index=0
remove snd-cmipci { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-cmipci
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd

Interesting part of dmesg | more:
C-Media PCI: probe of 0000:00:09.0 failed with error -16

lspci -vv:
00:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738
(rev 10)
Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio
Device
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium 
Interrupt: pin A routed to IRQ 0
Region 0: I/O ports at 9000 [size=256]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Still don't have a /dev/audio.

Any suggestions...?

How to change the terminal color?

Posted: 31 Oct 2005 06:12 AM PST

In comp.os.linux.setup, com
<com>
wrote
on 31 Oct 2005 06:12:03 -0800
<googlegroups.com>: 

Depends on the emulator, if you're referring to something
within X. xterm can use -fg or -bg, as someone has
already pointed out. gnome-terminal has a pulldown menu.
I don't know the name for telnet. Other emulators have
their own ideas.

If you're referring to one of the text *consoles*
(/dev/tty1 through /dev/ttyN), I don't have a clue...though
the console does respond to some extent to ANSI escape
sequences.

--
#191, net
It's still legal to go .sigless.

Is reiserfs slower to mount / on bootup?

Posted: 30 Oct 2005 08:06 AM PST


"Enrique Perez-Terron" <no> wrote in message
news:home.lan... 

Hmm. Maybe 18 months ago, I think. I don't have the date of the last time I
slammed into this in hand.
 

*IN THEORY*. Basically, after enough errors, the disk will be taken offline,
the contents will be re-imaged to it using the contents of the other drives,
and the same bad drive will be re-activated or left off-line depending on
your particular controller and setup.
 

Oh, it was noticing errors, and reporting them to the upper layers. Reiserfs
was mis-handling it, attempting to continue operation when the system should
have been brought down for RAID-set reconstruction. Then the attempts to fix
the file system with Reiserfs-based fsck tools damaged things even further.

I had similar failures when a drive of similar vintage failed on an
identical RAID5 set with ext3, got a bunch of errors reported without the
intermittent and unreliable crappy behavior I saw with Reiserfs, the fsck
flat-out failed, and I got a chance to rebuild the RAID array with minimum
problems and no significant data lost, perhaps becuase ext3 failed earlier
and failed cleanly rather than dragging its nails across the doorframe,
resisting down-time.
 

They're pretty well understood: for example, if I'd had some spare space and
a smarter controller, I could have used one of the disks as a "global
hot-swap", to provide swap-out capacity for any of the connected RAID
arrays. I've had good success with that approach.


SSH server on Suse 9

Posted: 30 Oct 2005 04:34 AM PST


"Damir" <hr> wrote in message
news:dk2b2m$m0i$t-com.hr... 

What do you see if you try to telnet to port 22 on the server? Can you ping
the machine, or reach other services on it that are running like a
webserver? If not, you may have a network configuration problem. If so, you
may have a firewall configuration problem. SuSE has a tool called YaST that
can be used for configuring firewalls.

Also, SuSE 9 is pretty out of date. I would update to at least SuSE 9.3, if
not 10.0, if you have to use SuSE.


broadcomm nic card driver installation on linux 6.2 with 2.2.22 kernel

Posted: 30 Oct 2005 01:24 AM PST

com wrote: 

Next time, please cross-post instead of separate posts
in several newsgroups. You have already good answers in
other newsgroups you posted into.

I guess that your distribution is Red Hat 6.2.
It is far too old to be installed anywhere.
Please get a more modern distribution - yours
is full of known security holes.

The Ethernet card you have is much younger
than your kernel. You need a newer version,
at least 2.4, probably 2.6.

--

Tauno Voipio
tauno voipio (at) iki fi

Installation by CD problem

Posted: 29 Oct 2005 05:24 PM PDT


org wrote:

<snip>
 

<snip>
 

CD burner will not boot... did you set your BIOS to boot from the CD
burner first?

KVM Switch doesn't work

Posted: 29 Oct 2005 12:48 PM PDT

My Abit KG7-RAID motherboard has a PS/2 port for the keyboard and
mouse. One disadvantage of using a USB keyboard is that I can't press
the Delete key to get into the Abit KG7-RAID Bios. I'm wondering if my
problems with SCROLL LOCK would go away by switching to a PS/2 KVM
switch?

USB.Bluetooth not recognized at boot-time

Posted: 29 Oct 2005 05:19 AM PDT

Martin Gerken wrote: 

<snip>
 

Hi,

device not accepting address message do points to a problem with the
interrupts.
Try disable ACPI support on your mainboard. Are there interrupts enabled
for USB in BIOS.
The usb driver assigns a new address to a device on every plugin event.
On bootup there will be generated a single event to detect all devices
which are already plugged in.
Therefor it looks like the USB will be unplugged first an sane in again.
Its simple.

/sbin/udevsend is the new way of handling the hotplug subsystem and has
been introduced with the 2.6.xx kernel.
The udev-hotplug system changes a lot. Do you have the latest version from
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug

I hope it gives you some more ideas.

BR
Hans-Juergen Lange

Opening in Different Versions Microsoft Project

Opening in Different Versions Microsoft Project


Opening in Different Versions

Posted: 15 Mar 2005 12:42 PM PST

In article <com>,
JulieS <microsoft.com> wrote:
 

Karen,
I'll add just one thing to Julie's response. Be aware that each new
version of Project has additional features. If you used some features
available only with 2003, they will not be available to your co-worker.
Generally this is not a problem with Project 2000 through 2003, but it
might be a consideration.

John
Project MVP

Using different sets of resources

Posted: 15 Mar 2005 11:59 AM PST

Hi Cindy,

I'm afraid not in the same sense as the shared resources through a pool
file. You can create a value list in one of the custom Text fields and can
copy the value list from one file to another, but it won't be the same as
being able to pull resources from a shared resource pool file.

About the only work around I can come up with for wanting the Directors to
come from the pool would be to create a separate task (perhaps a milestone)
and actually assign the director to that task.

Hope this helps. Please let us know if you have any questions or would like
more detailed information about creating the value list.

Julie

"powellcs" wrote:
 

Time Increments

Posted: 15 Mar 2005 10:17 AM PST

Thanks ever so much!

"Beth Thorsten" wrote:
 

Data line

Posted: 15 Mar 2005 07:11 AM PST

Hi Ron,
You're welcome and thanks for the feedback.
Julie

"Ron" wrote:
 

MXM return files

Posted: 15 Mar 2005 06:41 AM PST

Hi Kiwi,

You're welcome and thanks for the feedback. Let us know if we can help again.
Julie

"kiwi" wrote:
 

Activate/deactivate sub-projects

Posted: 14 Mar 2005 04:29 PM PST

In article <com>,
"John" <microsoft.com> wrote:
 

John,
Subproject tasks can be hidden as I noted before. Turning "off" linkages
is a little trickier. The "only" standard way to do that is by deleting
the links. Even if the subproject is deleted from the master, the
existing links between that subproject and other subprojects will still
be active.

What exactly are you trying to accomplish? If a subproject is part of
the overall plan, under what circumstances do you need to make it
inactive? It's either part of the plan, (and links are relevant), or it
isn't. If we better understood what your goal is instead of the method
you want to use to accomplish it, we could be of more help.

John
Project MVP

simple problems!! please help!!!

Posted: 14 Mar 2005 04:17 PM PST

Thanks julie, i really appreciate your help. I think i might haveto do a bit
of mucking around with it but you have given mesome helpfull pointers.
Thanks again

"JulieD" wrote:
 

Having Problems with EVA Calculations

Posted: 14 Mar 2005 03:01 PM PST

Hello Elizabeth,
If you got the calculations OK after a second Baseline, that means that the
first one was not "valid" : I means that may be you saved the first baseline
*before* assigning resources, or before setting costs for resources....
Nevertheless, don't save a new baseline every week ;-)

Gérard Ducouret

"Elizabeth" <microsoft.com> a écrit dans le message de
news:com... 
2/28 
information" 
fine. 
actually 
missing? 
things to 
calcs? 


Exporting timephased data...

Posted: 14 Mar 2005 01:31 PM PST

In article <phx.gbl>,
"Dale Howard [MVP]" <dale(dot)howard(at)msprojectexperts(dot)com>
wrote:
 


Kevin,
I'll add a couple comments to Dale's response. As Dale suggested,
starting from the Resource Usage view will give the timephased data for
each resource. If the export is also done from the Task Usage view, the
timephased data for each Task is exported. Depending on the file
structure, the resulting Excel Worksheets can be combined to give a more
complete picture (i.e. timephased data for Resources and their
assignments). This method works best if there is only one resource per
task - not an unusual structure.

I you have, (or know someone who has), VBA experience, another option is
to develop a custom VBA routine to export all the data you need and
format it in any way you need.

Hope this helps.
John
Project MVP

Number of hours in a workday

Posted: 14 Mar 2005 01:05 PM PST

Hi Kathee,

Welcome to this Microsoft Project newsgroup :-)

If you change the definition of a day in Tools/Options... you will have to
re-enter all the Durations as changes to the default like these are not
retrospective.

You might like to see FAQ Item: 5. Default Working Hours

FAQs, companion products and other useful Project information can be seen at
this web address: http://www.mvps.org/project/

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP


Kathee Foster wrote: 



MS Project 2003 Master Schedule

Posted: 14 Mar 2005 12:55 PM PST

Thank you again, Julie.
These two suggestions will be huge timesavers.
Now if only we can find out why it is all necessary...

"JulieS" wrote:
 

Tasks not appearing in Calendar

Posted: 14 Mar 2005 08:37 AM PST

Sorry, Vix, I don't have a server, that's why I directed you to the server
newsgroup where you're more likely to get an answer.

Mike Glen
Project MVP




vix wrote: 



Tasks are not displayed in the same order as in the project

Posted: 14 Mar 2005 08:25 AM PST

Hi Kathleen,

Thanks. I assume you are referring to a view in Project Web Access, not
directly through Microsoft Project. I'm afraid I haven't worked extensively
with server and can't help much further.

Although several of the regular responders here do use server, you may get a
quicker answer by posting your question to the Project Server NG.

Julie

"Kathleen" wrote:
 

Earned value: what's wrong with MS Project

Posted: 14 Mar 2005 07:07 AM PST

Hi Jan,
Your reply started me "playing" with EV based upon % complete & Physical %
complete and I found an interesting "feature." On tasks that were 100%
complete (both Work %, and Physical % complete) I found that I could make the
BCWP values disappear completely, both in the EV table and the timescaled
view.

I added the EV Method field to the EV table applied to the Task Usage view.
When I changed the EV Method back and forth for individual tasks and forced a
recalculation (F9), the BCWP values would disappear if the EV method was set
to Physical % complete and then re-appear if I set the EV method back to %
Complete and forced a recalculation.
This does make me wonder (like you) how valid the data is.
Hmm.... I think this one is going to keep me awake for a few nights......

If anyone has some thoughts, I'd be interested in hearing them.

Julie

"Jan M." wrote:
 

Microsoft CRM - Assigning Roles to Users

Microsoft CRM - Assigning Roles to Users


Assigning Roles to Users

Posted: 12 Oct 2004 12:08 PM PDT

Hi Steve -

Thanks for the reply! I did not realize that going into CRM from the
server itself (while logged into AD as administrator) would open me up
in "admin" mode. I tried that, and accomplished the task of assigning
roles with no problem.

Thank you very much for the pointer.

Sean


Steve Chambers wrote: 

New size of the attribute <GUID> exceeds the SQL server row limit

Posted: 12 Oct 2004 11:09 AM PDT

Try to limit text fields as they consume double the character space (i.e.
text field of 50 characters actually uses 100 bytes). Also there are
numerous fields on each object that can be hijacked as they aren't used on
the forms.

Attribute Size
Text\string Double
Date\Time 8
Boolean 1
Integer 8 or 10(?) can't remember
memo 16
picklist 16

You can run the following query from enterprise manager to determine the
remaining column length on each object:

SELECT ob.name [Table Name], sum(col.length) [Max column Length]
from sysobjects ob, syscolumns col
where ob.id = col.id and ob.xtype = 'U'
group by ob.name

Good luck!

"Steve C." wrote:
 

MSCRM Icon?

Posted: 12 Oct 2004 08:05 AM PDT

Jakob - Thanks! - much obliged to you.

Peter

"news.tele.dk" wrote:
 

CRM Order Question

Posted: 11 Oct 2004 05:27 PM PDT

Thanks for your answer. I will look into adding the field

the second question was around the conversion of an order to an invoice.
1. I entered an order. It worked as expected.
2. I converted the order to an invoice . I saw the invoice appear based on
the order.
3. I expected to see some sort of status change on the order. I still saw
the create invoice button, even though i previously created an invoice from
that order. I was even able to create another invoice from that order

If you have a bunch or orders, how can you tell which ones were converted to
an invoice?

thanks

"Datapac" <microsoft.com> wrote in message
news:com... 
work. 
the 
other 
items. 
invoice 
was 
that 


Microsoft CRM Performance Tips And Tricks

Posted: 11 Oct 2004 04:16 PM PDT

Hi Wolfgang

Can you forward the PDF to me as I still cant download it

Many Thanks

Biffo


co.uk

"wpbaer" wrote:
 

Ask a MSFT expert about Outlook and CRM--this week!

Posted: 11 Oct 2004 10:15 AM PDT

There seems to be three issues here which I'll address, Tanya, let me know
if I missed anything.

1. Sorry, in v1.0/1.2 there isn't a way to filter offline data except by All
or My Business Unit. I understand the requirement, and I promise you that
we're fixing it in the next release. We've had a lot of customers who have
designed their business unit architecture based on this need, which
certainly isn't ideal.

2. If you uncheck "Do Not Update Outlook", Outlook will be updated. There
was a problem with how we did some synching stuff in the release of 1.2 so
we added this feature to allow users to opt out if they needed a quicker
sync on occasion. Interestingly, there's a fix in the latest roll-up that
should address the core issue:
http://support.microsoft.com/default.aspx?scid=kb;en-us;833621

3. I'm not sure I understand exactly what you're asking with your last
question, but hopefully this answers it: Our sync model is designed so that
you will only ever take offline records that you had access to online. As
an MSDE user, you _could_ go directly into the database to look at these
records, so it wouldn't be acceptable to rely on CRM security to restrict
your access. Also, it's obviously pointless to spend time downloading stuff
you can't look at through CRM.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"TanyaT" <microsoft.com> wrote in message
news:com... 
we 
lool 
all 
to 
to 
accessing 
happened 
Admin 
database. 
this 
Program 
thread -- 
I'd like 
Technical 
team. 
ook 
to 
feel 
have a 
benefit 
may 
this 
However, you 
Then you 
question has 
added 
using the 
box. 
what 
select 
below 
rights.


MSCRM Email 32 bit ID

Posted: 10 Oct 2004 11:14 PM PDT

you can send mails but withouth the guid's the crm exchange connector will
ignore incoming emails. The answer is you would have to manually convert
them to crm activities.

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Ryan Toenies" <microsoft.com> wrote in message
news:com... 
http://www.microsoft.com/downloads/details.aspx?FamilyID=a8d5a8db-84fa-4116-aa2c-80f73aa4ea92&DisplayLang=en 
patch. 
from 
give 


Can't log on after installation

Posted: 09 Oct 2004 11:23 AM PDT

Hello

Did you install the CRM on a Default Website or Non-Default Website. ?
CRM should be always installed on Non-Default Website.


HWeber wrote: 
MS Small 
on to 
"localhost does 
the 
German 

User deleted from active directory

Posted: 07 Oct 2004 11:30 AM PDT

Have found a 2nd user with the same errors - any suggestions appreicated.

"Joseph McWhirter" <com> wrote in message
news:#phx.gbl... 
835319 


Auto replies and spam... - Microsoft Exchange

Auto replies and spam... - Microsoft Exchange


Auto replies and spam...

Posted: 09 Jan 2006 11:06 AM PST

That's a political battle I fought and lost... We need OOF's to go
out. Sucks hu?

Suggestion mailbox

Posted: 09 Jan 2006 08:49 AM PST

Lets assume that they will not be tracked and it will be completely
confidential. So is it possible?


"Lanwench [MVP - Exchange]" wrote:
 

Exchange attribute automatic name?

Posted: 08 Jan 2006 10:33 PM PST

I should have added. The recipient attributes looks ok.

"Lovejoy" wrote:
 

Any W2K3R2 benefits for Exchange?

Posted: 08 Jan 2006 12:19 PM PST

On Mon, 9 Jan 2006 06:57:52 +0000, Jim McBee \(Exchange - MVP\) wrote
(in article <phx.gbl>):
 

Thanks Jim.

Ian

--
Ian Robinson, Belfast, UK
<http://www.canicula.com/wp/>

Help with cached exchange mode

Posted: 08 Jan 2006 01:08 AM PST

Maybe there is a filter turned on that hide certain e-mails. The blue
(depending on your theme) bar that is at the top of the e-mails that
indicates the name of the folder that you are currently viewing will
have a (filtered) beside the name of the folder. If it is there, then it
mean that some filtering is turned on and that maybe why you are not
seeing all the e-mails in Outlook. This filtering does not affect OWA.



Roman wrote: 

Not Allowing Email

Posted: 06 Jan 2006 04:16 PM PST

I want to make sure I can do this on the front end smtp server .. with
exchange 2003 ?

"Randy" wrote:
 

After migration from 5.5 to 2003 mail delivery failing

Posted: 06 Jan 2006 02:30 PM PST

Here are a few more things I would check,

Are the ADC and SRS services stopped on the Exchange Servers?

Also check the GAL to ensure it is showing up correctly, if you are in
Outlook 2003 Cached mode you should force a download the offline address
book. You might even consider an update to the OAB on the Exchange 2003
Server.

Does it seem only the 5.5 users are having the issue or the 2003 users..or
both?

Basically check the GAL/Directory on both sides to see if they are showing
up correctly.

If that doesn't work.....

Are the people selecting the recipients from the GAL or are they using the
Outlook Cache? Sometimes that entry needs to be deleted if the X.400 address
changes for whatever reason. You can run a script to remove the NK2 file or
they can remove the entry manually. Then you force users to use the Global
Address list.

Try all of this, let me know if you need more ideas.
--
Jonathan
No Warrenties Implied, Did you do a FULL backup today??????




"Jonathan Norris" wrote:
 

Migration tool

Posted: 06 Jan 2006 12:39 AM PST

Should there be an specific service be running on the windows 2000\Exchange
2000 server? (the source server)
(special for the migration?)

"Jim McBee [MVP Exchange]" <spambegone.net> schreef in bericht
news:%phx.gbl... 


Local Delivery Queue not working

Posted: 05 Jan 2006 02:09 PM PST

Thanks Randy and Jonathan for replying, I'll take a look at both and let you
know the results.

--
Don


"Don" wrote:
 

orphaned mailbox in 5.5 - needs account

Posted: 05 Jan 2006 10:53 AM PST

indeed it is.


--
Darren La Padula


"Jonathan Norris" wrote:
 

Editing Non-Delivery Reports

Posted: 05 Jan 2006 10:04 AM PST

On Thu, 5 Jan 2006 10:20:02 -0800, "Tommy"
<microsoft.com> wrote:
 
Its been requested since Exchange 4.0
Hopefully, it will be in the next version.
 

WTC SURVIVOR

Posted: 05 Jan 2006 09:51 AM PST

On Thu, 5 Jan 2006 11:51:53 -0600, "Taylor" <ca>
wrote:
 
Nope, it formatted my drive, ate my dinner and worst of all, drank my
Gin and Tonic.
I demand revenge.

Sending emails from differing addresses.

Posted: 05 Jan 2006 09:21 AM PST

Yes, its requested quite frequently.

--
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2006
Microsoft Certified Partner

"Mark Barnes (Jao)" <microsoft.com> wrote in
message news:com... 


removing Delegates tab in Outlook client

Posted: 05 Jan 2006 08:04 AM PST

Yes I have and was unable to find an option to hide the tab. I would have
thought that this would be an easy option to find.
--
Jim Krawisz


"Mark Arnold [MVP]" wrote:
 

No delivery to distribution lists

Posted: 05 Jan 2006 01:46 AM PST

Switch it back on and follow those steps in the article to remove it.

ILS on 2003

Posted: 04 Jan 2006 12:47 PM PST

On Thu, 5 Jan 2006 01:22:02 -0800, "vassilis"
<microsoft.com> wrote:
 

It's all supposed to be wrapped up in the LCS offering from Microsoft
now. Just another product to learn and, more importantly, spend money
on ;)


Microsoft Works - Can't open older Word doc files in Works?

Microsoft Works - Can't open older Word doc files in Works?


Can't open older Word doc files in Works?

Posted: 24 Oct 2007 10:06 AM PDT

Mike,
The DOC files I'm having trouble with were written in wordpad 1981-2000.
The version of works I have now is 8.5.
Am using Wordpad 6 to open the DOC files.
I don't know what version of works was on the other hard drive.

Thanks for responding.
BC

"Michael Santovec" wrote:
 

Works 4.5a Existing Documents..

Posted: 23 Oct 2007 08:46 AM PDT

Rod wrote: 

Thanks for the clarification. You just made your own Quick Launch folder
that contains the files you need repeat access to. I have about 10 -15
files like that. Interesting solution.


--
JD..

History of Calendar entries

Posted: 22 Oct 2007 07:47 AM PDT

Hi Dave - Many thanks for your prompt reply. However this has not worked. All
the Find Now button shows me is data that is already in my calendar.

I even tried searching on words for events before the data entries â€" such as
my son’s wedding in June, but get nothing!

It appears that there is a rolling 3 calendar month cut off for all data in
my calendar. The last entry today is Monday 23 July. However I cannot find
any ‘settings’ or ‘options’ facilities that set this timescale.

Any further suggestions from you, or anyone else, would be very much
appreciated.

I have already checked out the Help facility and the Microsoft site did not
even find any responses for my searches on calendar data history.


"DaveLovesTrains" wrote:
 

Where can I find activation code for works 8.5?

Posted: 21 Oct 2007 11:51 AM PDT

Hi Guido and thanks for your reply. The person on whose behalf I am
checking now tells me he means Microsoft WORD which is a trial version, and
will only have a code when bought!!! Thanks again.

Clive.

"Guido Ostkamp" wrote:
 

PDF Writer

Posted: 21 Oct 2007 11:26 AM PDT

I use CutePDF http://www.cutepdf.com/


Works fine.

You can also use File /Save As/ file type RTF and most word
processors can open, edit or print.



"Angie" <microsoft.com> wrote in message
news:com...
| Tiny PDF might be what you have in mind. You can find it
here:
|
| http://www.tinypdf.com/
|
| Angie
|
|
| "Donald Sessler" wrote:
|
| > My old PC I encountered situations where when I sent a
Works print file, the
| > recipient not having Works could not print it. I then
found a free program
| > which created a PDF file from my Works Word Processor
but the name escapes
| > me. Anyone doing that sort of Works Word Processor
conversion to PDF thing.
| > Thanks so much for any help.
| >
| >
| >
| >


How to stop Works converting formats and use correct names

Posted: 20 Oct 2007 10:39 AM PDT

Re: My question is there anyway to get Works to function like WordPad or
Word
where editing RTF files?

Not that I know of, lets see if someone else has a suggestion.

Ken

"Waterloo Games" <microsoft.com> wrote in message
news:com...

| Ken,
| I am aware on how to open and save files. I have an application which
| automatically runs an editor with the contents of RTF file being edited.
| After the file is edited it store the result onto a database. The file
must
| be RTF format.
|
| In WordPad the sequence is:
| My Application executes: WORDPAD C:\Dir1\Dir2\Template.rtf
| User then edits the text
| User clicks save and thens exits WORDPAD.
| On EXIT the the file C:\Dir1\Dir2\Template.rtf is copied to the database
|
| In Word the sequence is exactly the same except the application executes
| WINWORD C:\Dir1\Dir2\Template.rtf
|
| In Works 8 I execute the command:
| WKsWP C:\Dir1\Dir2\Template.rtf
| The User Edits the text
| The User Clicks Save
| Works displays a warning box.
| User Clicks OK
| Save As Dialog appears
| User selects RTF type
| Clicks Save ... Opps the file is saved as My Documents\Templare.wps.rtf
| The User does not know that the file should be save in C:\Dir1\Dir2 as
this
| is never displayed.
|
| My question is there anyway to get Works to function like WordPad or Word
| where editing RTF files?
|
|
| "Ken" wrote:
| > I have Works version 6.0.
| >
| > To open a <any name>.rtf file with my Works I Open Works Word Processor,
| > choose File, On it', menu choose Open, in the Open dialog window select
All
| > Files then browse to where the <any name>.rtf file is, select it then
click
| > Open.
| >
| > Edit as desired, then choose Save.
| >
| > This displays a warning the file will be saved in Works format (.wps),
click
| > OK.
| >
| > This opens the Save As dialog window at the directory location where the
| > file was opened and the File Name is displayed as <any name>.wps
| >
| > Click the down arrow for Save as type.
| >
| > Choose Rich Text Format (*.rtf)
| >
| > The displayed File Name is changed to <any name>.rtf, click Save.
| >
| > This displays a warning the file already exist, do you want to replace
it?
| > Click Yes.
| >
| > Ken
| >
| >
| >

New Computer User

Posted: 19 Oct 2007 03:29 PM PDT

Hi Jim Macklin,

Thanks for getting back to me. I appreciate the information. I will get Excel.



"Jim Macklin" wrote:
 

works 8 cd needed

Posted: 19 Oct 2007 02:59 PM PDT

On Oct 19, 4:59 pm, laurie <microsoft.com> wrote: 

Laurie,
You can get Microsoft Works 8.5 - OEM version for $9.99 plus Shipping
$4.99 from Newegg.com.
Go to their web site and search for Item#:N82E16837102081.
Otherwise you'll spend more time and money trying to get hp/compaq to
own up to their responsibility.
I am not affiliated with Newegg.com - I just constantly "window-shop"
for bargains and that's the lowest I've seen it.

Richard


Problems running installed Programs

Posted: 19 Oct 2007 02:25 PM PDT

Hi Greg, great to read the problem is resolved, thanks for letting me know.

Ken
---------------------------------------

Thanks Ken, That fixed the problem
--
Greg


|
| "Ken" wrote:
|
| > Hi Greg,
| >
| > What I would do is use the cleanup utilities, clean boot, then
reinstall.
| >
| > Example of how to do this can be found at...
| > http://support.gateway.com/s/SOFTWARE/MICROSOF/sHARED/7513181faq24.shtml
| >
| > Ken
| >
| > "greg058" <microsoft.com> wrote in message
| > news:com...
| >
| > | I am using Windows XP SP-2. I installed my copy of Microsoft Works
2005.
| > | The installation said it was successful, however, the only programs
that
| > will
| > | run are the Task Launcher and the calander. When I try to run any of
the
| > | other programs I receive an error that the entry point can not be
found.
| > I
| > | tried re-installing but that did not help.
| > | --
| > | Greg
| >
| >

Changing Print Size of Templates

Posted: 19 Oct 2007 02:10 PM PDT

Hi Judy,

A friend of mine sent me a copy of a Recipe 3x5 Card database for Works.

I will attach a copy of it in my next post.

Let me know if you can see my next post with it's attachment, some email
readers block attachments, if you are reading these post using Outlook
Express via Microsoft News Server the post and it's attachment will be
there.

Ken

"Judy" <microsoft.com> wrote in message
news:com...
| I have a multiple recipes typed using the 4x6 template. Does anyone know
of
| a way to print these templaes on a 3x5 index card? I am using MS Works
7.0
| with XP Home.
|
| Using the File>page set up>size,source,orientation does not help, nor does
| "resizing" various elements in the form design. The latter printout
contains
| only the title and headings but without the "ingredient" fields.
|
| Suggestions will be appreciated.
| --
| Judy

How can I get works? (free)

Posted: 19 Oct 2007 09:26 AM PDT

jananne,
Works8.5 should have been installed by the computer manufacturer, if that
was offered with the PC. The license that you probably see on the side of
the box is the one for the Operating System, not Works.

1. You may need to check the OS recovery/restore CD and see if there the
Works Install files are on there instead of a separate CD. That's what
Packard Bell did with the PC that I bought in 1998, the MSWorks4.0 files
were installed when I reinstalled Win98 on the PC, using the restore CD.

2. If there is a restore image for your OS and programs, on your hard drive,
the files might be there, but that may result in you restoring the PC.

3. You might want to check under:
Control Panel> Add/Remove Applications> Window Components> See if there is
listing to in MSWorks8.5 from there.

--
Have A Good Day
Rich/rerat

Add MS to your News Reader: news://msnews.microsoft.com
(RRR News) <message rule>
<<Previous Text Snipped to Save Bandwidth When Appropriate>>

"Jim Macklin" <p51mustang[threeX12]@xxxhotmail.calm> wrote in message
news:etrIM$phx.gbl...
If the dealer did not include it, you don't have it.

But you can get a full featured office suite free from
www.openoffice.org



"jananne" <microsoft.com> wrote in
message
news:com...
|I have just got a new PC, and a licence but no disk for
Microsoft Works 8.5.
| I cannot locate works any where on my PC, and have looked
in search and
| blocked programmes and everywhere I can think of. i have
been searching for
| any free downloads as do not want to pay for something i
should have. have
| asked PCworls.com where I got Pc from but so far no reply.
I don't really
| mind which version i get as long as I can do basic tasks.
Any ideas? Many
| thanks.
| Janet



Individual Label Microsoft Works 8

Posted: 18 Oct 2007 01:25 PM PDT

You are welcome Wally.

I find Label a very powerful tool, also just because it is called Label does
not mean it cannot be used for other purposes, especially with it's ability
to allow one to customize.

Ken

"Wally2007" <microsoft.com> wrote in message
news:com...
| TERRIFIC Ken Thanks A Bunch. I guess I missunderstood the word
| multiple. I'm all set thanks again.
| --
| Wally2007 Almost THERE
|
|
| "Ken" wrote:
|
| >
| > The multiple-entry labels option creates a label document that gives you
the
| > ability to type information in each label.
| >
| > Mail merge inserts names and addresses from the Address Book or another
data
| > source (in mail merge, a file that contains fields such as names,
addresses
| > and other information that are merged into a document), making it easy
to
| > create a label for everyone on a mailing list.
| >
| > Ken
| >
| > "Wally2007" <microsoft.com> wrote in message
| > news:com...
| >
| > | I am attempting to make just a single label using Avery 8160 labels.
The
| > | options that are shown from what I can see are for multiple labels or
| > having
| > | to use mail merge. Will someone please explain. I have been using MS
| > Works
| > | for a while now and I seem to like it. I just had tooooo many
problelms
| > with
| > | Word suite 2003.
| > | --
| > | Wally2007 Almost THERE
| >
| >

opening files from cd

Posted: 15 Oct 2007 02:38 PM PDT

Hi John,

Open your Microsoft Works Word Processor program, choose File, on it's menu
choose Open, navigate to the file you want to open.

If this opens your file then there is probably a file association problem as
to why Adobe Reader opens automatically.

Ken

"John" <microsoft.com> wrote in message
news:80865B19-6DF1-4C96-B6D1-
com...

| The Adobe Reader opens automatically. How can I read the files from the
cd
| using MS Works Word Processor program? I don't have Word installed on my
| computer.
|
| "Rich/rerat" wrote:
|
| > John,
| > You should be using MS Word or MS Works Word Processor program to read
these
| > files, not Adobe Reader (*.PDF files).
| >
| > --
| > Have A Good Day
| > Rich/rerat
| >
| > Add MS to your News Reader: news://msnews.microsoft.com
| > (RRR News) <message rule>
| > <<Previous Text Snipped to Save Bandwidth When Appropriate>>
| >
| > "John" <microsoft.com> wrote in message
| > news:com...
| > my os is windows xp home edition. I have backed up works files to cd.
The
| > adobe reader 8 program will not open the works(wps) files. Is there
another
| > program that will read works files from a cd?
| >
| >
| >

Works 6.0 Database lock

Posted: 15 Oct 2007 01:24 PM PDT

Do you have anyidea how to turn on this feature? I've searched thru the
database and on the web, no luck.

Thanks
Jackie


"DaveLovesTrains" wrote:
 

Microsoft Works Font Cache stopped working

Posted: 15 Oct 2007 11:34 AM PDT



"Michael Santovec" wrote:
 

I get this exact same message and cant find help anywhere.
Opening a new or saved Word file gets me the same error message.
Tried deleting printer drivers and reloaded font cache in case it was
corrupted as some suggested but no luck.
Someone must know whats going on.
Please help....

PS. Also get the same message when opening notepad.

Cheers big ears.

File size in Works 4.5

Posted: 14 Oct 2007 02:07 AM PDT


"Don Strachan" <co.nz> wrote in message
news:com...
 

I doubt that very much.
Sounds to me like a corrupted database.
Do you have an earlier backup you can go to?

I have 3000 records and 156 fields
I just copied and pasted into a word processor
that resulted in 910 pages.

Try that with 3000 records and see what you get.

I dont think you have enough space for data
in a database to run out of ram.

If this is so, then you have two options,
split 1 database into two/3/4/etc
or go for a relational database
but expect a deep learning curve.





After Upgrading to Office 2003

Posted: 12 Oct 2007 10:43 AM PDT

Hello Kevin,

Thank you for your sound advice. I have my original Works package and will
retain it as you suggest - just in case. :-)

regards,



"Kevin James" wrote: