[Unattended] Unattended Removal of Outlook Express

2005-06-23 Thread Allan Stones

Anyone know how to accomplish this ?

--
Nam: Allan Stones
Com: Optiver Australia PTY LTD
Pos: Facilities Manager  Systems Administrator
Add: Suite A, 1-3 Brodie Street, Paddington, NSW, 2021, Australia
Bil: P.O. Box 271, Paddington, NSW, 2021, Australia 
ABN: 54 077 364 366 
Ph.: +61(2)9333 4078

Fax: +61(2)9333 4044
Eml: [EMAIL PROTECTED]
Web: http://www.optiver.com.au



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended Removal of Outlook Express

2005-06-23 Thread Gregory Orange

Allan Stones wrote:

Anyone know how to accomplish this ?



From my unattended.txt:

[Components]
; Outlook Express access points
OEAccess = Off
; Windows Messenger access points
WMAccess = Off
; Windows Media Player access points
WMPOCM = Off

Cheers,
Greg.


--
  -
   -  -
 Gregory Orange Phone: +61 8 9387 7955
Systems AdministatorFax: +61 8 9387 6686
   Metocean Engineers Pty Ltd   http://www.metoceanengineers.com
  System Administrators Guild of Australia  http://www.sage-au.org.au
 -  -
-


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Removing Windows Messenger from XP

2005-06-23 Thread Shenan Stanley
http://unattended.msfn.org/global/reference.htm

[Components] section 

--
Shenan T. Stanley
Title: NSA II for NCSS of TEES
Email Address: [EMAIL PROTECTED]
Phone: 979.847.8585

-Original Message-
From: unattended-info-admin On Behalf Of Allan Stones
Sent: Thursday, June 23, 2005 12:47 AM
To: unattended-info@lists.sourceforge.net
Subject: [Unattended] Removing Windows Messenger from XP

Hi there people. Windows XP installs windows messenger client by 
default. I dont know if you can turn this off in the unattended file or 
not but i have a script that removes this for you anyway.

:: REMOVE - Remove Windows Messenger from default install
todo.pl start /wait RunDll32 advpack.dll,LaunchINFSection 
%windir%\INF\msmsgs.inf,BLC.Remove




hope that helps :)

-- 
Nam: Allan Stones
Com: Optiver Australia PTY LTD
Pos: Facilities Manager  Systems Administrator
Add: Suite A, 1-3 Brodie Street, Paddington, NSW, 2021, Australia
Bil: P.O. Box 271, Paddington, NSW, 2021, Australia 
ABN: 54 077 364 366 
Ph.: +61(2)9333 4078
Fax: +61(2)9333 4044
Eml: [EMAIL PROTECTED]
Web: http://www.optiver.com.au



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended Removal of Outlook Express

2005-06-23 Thread Steffen Kaiser

On Thu, 23 Jun 2005, Allan Stones wrote:


Anyone know how to accomplish this ?


unattended.txt allows you to disable visual access to Outlook and 
Messenger :-( They are still there and workable, all what happens is that 
the Messenger does not start automatically and that Outlook's icon is not 
in the start menu. But when you apply SP2, these settings are ignored, 
e.g. I had re-enable the messenger, then re-disable it, in order to have 
it vanish again.


There used to be a MS KB article Q263837, describing the procedure to 
remove outlook express, however, I cannot locate it anymore.

It listed the files, directories and registry keys to remove.
I crafted a perl script for this, but the windows file protection spins up 
and has to be handled interactively currently.


It's basically so:
delFile( qw(inetcomm.dll msoeacct.dll msoert2.dll msoe.dll msoeres.dll
msimn.exe oeimport.dll oemiglib.dll oemig50.exe setup50.exe wab.exe
wabfind.dll wabimp.dll wabmig.exe csapi3t1.dll directdb.dll wab32.dll
wab32res.dll) );

delKey($ms, Outlook Express/, WAB/);
delKey($Registry-{CUser/}, Identities/),
delKey($Registry-{CUser/Software/Microsoft/}, Outlook Express/, 
WAB/);


The files may be located in %ProgramFiles%\Outlook Express, as well as, 
%windir%\system32\dllcache and any servicepack directory ready to restore 
by the WFP.


Bye,

--

Steffen Kaiser


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] change drive letter

2005-06-23 Thread Markus Busche

Hello,

I searched the archive and didn´t find any information about changing the drive 
letter of a cdrom-drive (or whatever)... Is it possible to set the drive-letter 
of a drive another letter?

Thanks  greets,

Markus

smime.p7s
Description: S/MIME Cryptographic Signature


RE: [Unattended] change drive letter

2005-06-23 Thread Shenan Stanley
Try here:
http://www.msfn.org/board/index.php?showtopic=10905hl= 

--
Shenan T. Stanley

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Busche
Sent: Thursday, June 23, 2005 9:53 AM
To: unattended-info@lists.sourceforge.net
Subject: [Unattended] change drive letter


Hello,

I searched the archive and didn´t find any information about changing the drive 
letter of a cdrom-drive (or whatever)... Is it possible to set the drive-letter 
of a drive another letter?

Thanks  greets,

Markus


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended WIKI broken?

2005-06-23 Thread Tomasz Chmielewski

I noticed that Unattended Wiki is broken.

The site http://www.ubertechnique.com/unattended/FrontPage can't be entered.

--
Tomek



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] change drive letter

2005-06-23 Thread Christian Skalic

As far as i know the cdrom/dvd drive is always assigned as volume 0.
Run 'diskpart' from the console and enter this:

select volume 0
assign letter R

Replace 'R' with what you want.

Regards,

Christian

Shenan Stanley schrieb:

Try here:
http://www.msfn.org/board/index.php?showtopic=10905hl= 


--
Shenan T. Stanley

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Busche
Sent: Thursday, June 23, 2005 9:53 AM
To: unattended-info@lists.sourceforge.net
Subject: [Unattended] change drive letter


Hello,

I searched the archive and didn´t find any information about changing the drive 
letter of a cdrom-drive (or whatever)... Is it possible to set the drive-letter 
of a drive another letter?

Thanks  greets,

Markus


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492opÿick
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended WIKI broken?

2005-06-23 Thread Christian Skalic

Hi,

it works without www.

http://ubertechnique.com/unattended/FrontPage

Regards,

Chris

Tomasz Chmielewski schrieb:

I noticed that Unattended Wiki is broken.

The site http://www.ubertechnique.com/unattended/FrontPage can't be 
entered.





---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] change drive letter

2005-06-23 Thread Steffen Kaiser

On Thu, 23 Jun 2005, Markus Busche wrote:

I searched the archive and didn´t find any information about changing 
the drive letter of a cdrom-drive (or whatever)... Is it possible to set 
the drive-letter of a drive another letter?


The unattended ships:

install/bin/winxpsp2-notips.pl

Although it's disabled by default near the end of the script there is a 
code snippet labeled # Change CdRom letter to R: and update setup paths.

You need to tweak it to:

a) support multiple drives,
b) leave its hands off the 
LMachine/Software/Microsoft/Windows/CurrentVersion/Setup keys.

(Unless you want that as well).


Bye.

--

Steffen Kaiser

Re: [Unattended] Unattended WIKI broken?

2005-06-23 Thread Tomasz Chmielewski

Christian Skalic schrieb:

Hi,

it works without www.

http://ubertechnique.com/unattended/FrontPage


so either the Wiki link on unattended.sf.net is broken, or something else.

--
Tomek


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended WIKI broken?

2005-06-23 Thread Niels S. Richthof
Moin Tomasz!

  http://ubertechnique.com/unattended/FrontPage
 
 so either the Wiki link on unattended.sf.net is broken, or something else.

Interesting! It worked with the www. so far. Well, I'll change 
that.

cu
Niels


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Help - Name Resolution Issue

2005-06-23 Thread Davis, Keith
Title: Help - Name Resolution Issue






I'm not very familiar with Linux, but here's the problem:


I've got the thing working, but I have to manually enter the \\servername\sharename as \\ntinstall.americas.ad.pegs\install, as Linux can't do a lookup on \\ntinstall\install and it doesnt do Broadcast Name Resolutions (apparently.) 

How do I get around this issue?


Thanks, 


Keith Davis

Senior Office Automation Engineer

Pegasus Solutions, Inc.

Phone (214) 234-4296

Mobile (214) 906-5183


Attention: Pegasus Employees  Check out the OA website (http://oa.pegs.com)


This email and any attached files is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sec. 2510-2521 and is legally privileged. The information contained in this email is intended only for use by the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error please immediately notify us by telephone (214-234-4295) and destroy the original message.




RE: [Unattended] Help - Name Resolution Issue

2005-06-23 Thread Brad Erdman
Hi,

If you are using PXE, you can append some options to your tftpboot files
(found in \tftpboot\pxelinux.cfg):

label linux
kernel bzImage
append initrd=initrd.auto z_user=user_name z_pass=pass_word
z_path=//ntinstall.americas.ad.pegs/install

Mind the line wrap.

If you are using the CDROM, try looking at Johan Stevens
([EMAIL PROTECTED]) reply on 6/22 for a solution

Brad

 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:unattended-info-
 [EMAIL PROTECTED] On Behalf Of Davis, Keith
 Sent: Thursday, June 23, 2005 1:03 PM
 To: unattended-info@lists.sourceforge.net
 Subject: [Unattended] Help - Name Resolution Issue
 
 I'm not very familiar with Linux, but here's the problem:
 
 I've got the thing working, but I have to manually enter the
 \\servername\sharename file://\\servername\sharename  as
 \\ntinstall.americas.ad.pegs\install
 file://\\ntinstall.americas.ad.pegs\install , as Linux can't do a
lookup
 on \\ntinstall\install file://\\ntinstall\install  and it doesn't do
 Broadcast Name Resolutions (apparently.)
 
 How do I get around this issue?
 
 Thanks,
 
 Keith Davis
 Senior Office Automation Engineer
 Pegasus Solutions, Inc.
 Phone (214) 234-4296
 Mobile (214) 906-5183
 
 Attention: Pegasus Employees - Check out the OA website
 (http://oa.pegs.com http://oa.pegs.com )
 
 This email and any attached files is covered by the Electronic
 Communications Privacy Act, 18 U.S.C. Sec. 2510-2521 and is legally
 privileged. The information contained in this email is intended only
for
 use by the individual or entity named above. If the reader of this
message
 is not the intended recipient, or the employee or agent responsible to
 deliver it to the intended recipient, you are hereby notified that any
 dissemination, distribution or copying of this communication is
strictly
 prohibited. If you have received this communication in error please
 immediately notify us by telephone (214-234-4295) and destroy the
original
 message.



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Help - Name Resolution Issue

2005-06-23 Thread Brad Erdman
I think John mentions WinISO...

 -Original Message-
 From: Davis, Keith [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 23, 2005 1:35 PM
 To: Brad Erdman
 Subject: RE: [Unattended] Help - Name Resolution Issue
 
 Thanks. John's instructions look like exactly what I need. Now I have
 another problem, how do I open and edit an .iso file without using
 Linux? I found a tool (VCdControlTool.exe) that will allow me to mount
 it, but I can't seem to make changes.
 
 
 Keith Davis (214) 234-4296
 
 -Original Message-
 From: Brad Erdman [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 23, 2005 12:21 PM
 To: Davis, Keith; unattended-info@lists.sourceforge.net
 Subject: RE: [Unattended] Help - Name Resolution Issue
 
 Hi,
 
 If you are using PXE, you can append some options to your tftpboot
files
 (found in \tftpboot\pxelinux.cfg):
 
 label linux
 kernel bzImage
 append initrd=initrd.auto z_user=user_name z_pass=pass_word
 z_path=//ntinstall.americas.ad.pegs/install
 
 Mind the line wrap.
 
 If you are using the CDROM, try looking at Johan Stevens
 ([EMAIL PROTECTED]) reply on 6/22 for a solution
 
 Brad
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:unattended-info-
  [EMAIL PROTECTED] On Behalf Of Davis, Keith
  Sent: Thursday, June 23, 2005 1:03 PM
  To: unattended-info@lists.sourceforge.net
  Subject: [Unattended] Help - Name Resolution Issue
 
  I'm not very familiar with Linux, but here's the problem:
 
  I've got the thing working, but I have to manually enter the
  \\servername\sharename file://\\servername\sharename  as
  \\ntinstall.americas.ad.pegs\install
  file://\\ntinstall.americas.ad.pegs\install , as Linux can't do a
 lookup
  on \\ntinstall\install file://\\ntinstall\install  and it doesn't
do
 
  Broadcast Name Resolutions (apparently.)
 
  How do I get around this issue?
 
  Thanks,
 
  Keith Davis
  Senior Office Automation Engineer
  Pegasus Solutions, Inc.
  Phone (214) 234-4296
  Mobile (214) 906-5183
 
  Attention: Pegasus Employees - Check out the OA website
  (http://oa.pegs.com http://oa.pegs.com )
 
  This email and any attached files is covered by the Electronic
  Communications Privacy Act, 18 U.S.C. Sec. 2510-2521 and is legally
  privileged. The information contained in this email is intended only
 for
  use by the individual or entity named above. If the reader of this
 message
  is not the intended recipient, or the employee or agent responsible
to
 
  deliver it to the intended recipient, you are hereby notified that
any
 
  dissemination, distribution or copying of this communication is
 strictly
  prohibited. If you have received this communication in error please
  immediately notify us by telephone (214-234-4295) and destroy the
 original
  message.
 



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Question

2005-06-23 Thread Hansen, Brian
Title: Nachricht



After installing cygwin and trying to run the make command 
again i now see this issue.

$ makeversion=`../linuxboot/tools/version.pl` 
 \echo -e "SET VERSION=$version\r" 
 template/version.bat.tmpcmp -s template/version.bat.tmp 
template/version.bat || mv template/version.bat.tmp 
template/version.batrm -f template/version.bat.tmpMaking 
images/b44.imz.../bin/bash: line 1: mcopy: command not found/bin/bash: line 
1: mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: mmd: 
command not found/bin/bash: line 1: mcopy: command not found/bin/bash: 
line 1: mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not found/bin/bash: line 1: mcopy: command not 
found/bin/bash: line 1: mcopy: command not found/bin/bash: line 1: 
mcopy: command not foundmake: *** [images/b44.imz] Error 
127



Thanks,

Brian






From: Steffen Hornung 
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 
3:25 AMTo: Hansen, Brian; 
unattended-info@lists.sourceforge.netSubject: AW: [Unattended] 
Question

Yes, 
you probably missed to install cygwin since "make" is a linux command not 
provided by unattended. So you have to install cygwin to get your minilinux 
inside your windows.
Start 
the cygwin shell and there type your make whatever.

Best 
regards

Steve

  
  -Ursprüngliche Nachricht-Von: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] Im Auftrag von 
  Hansen, BrianGesendet: Donnerstag, 23. Juni 2005 
  03:54An: unattended-info@lists.sourceforge.netBetreff: 
  [Unattended] Question
  I am trying to test this application for an 
  unattended install of Windows 2003. When trying to use the network boot 
  procedure I follow this step:
  In the bootdisk directory, 
  typing make 
  images will generate the floppy disk 
  images. Typing make 
  iso will create the ISO image. 
  Typing make 
  tftpboot will populate the 
  tftpbootdirectory. And simply typing make will do 
  all these. 
  This does not work since there is no "make" file 
  anywhere in the distribution. The unattended server is Windows 
  2000. Is there something else im missing or need to have installed to 
  make this work?
  Thanks, 
  Brian 
  http://unattended.sourceforge.net/index.php 
  Brian Hansen | eLoyalty Corporation | 7800 Equitable Drive, Suite 100 | Eden Prairie, MN | 55344 | USA| o - 952.908.8156 | f - 952.908.8001 | [EMAIL PROTECTED] 



RE: [Unattended] Question

2005-06-23 Thread No One
On Thu, 2005-06-23 at 16:38 -0500, Hansen, Brian wrote:
 After installing cygwin and trying to run the make command again i now
 see this issue.

Why not just use the binaries and install it manually?  It's very easy
to do.  I've been using those without any problems for a while on
OpenBSD and Solaris servers.

http://download.sourceforge.net/unattended/unattended-4.6-linuxboot.zip

Just copy everything from the unattended-4.6/linuxboot/tftpboot
directory to your server's tftp directory.  Then just copy over the
pxelinux.0 from here:

http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.09.zip


If you want a cd image, just use
unattended-4.6/linuxboot/linuxboot.iso.  Also, if you want a floppy or
cdrom you can use one from Etherboot: http://rom-o-matic.net/5.4.0/



 /bin/bash: line 1: mcopy: command not found

That's part of mtools.  I'm not sure if that works under Cygwin.



BTW, the lack of a Reply-To on the mailing list is very annoying.




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info