[Unattended] (no subject)

2004-09-06 Thread Mo Michalke
-- NEU: Bis zu 10 GB Speicher für e-mails Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA

[Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
Here is some vbs scribt to rename the local Administrator account: OldName = Administrator NewName = nobodyknowsme ContainerName = . Set Container = GetObject(WinNT:// ContainerName) Set User = GetObject(WinNT:// ContainerName / OldName ,user) Set NewUser = Container.MoveHere(User.ADsPath,

Re: [Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
Is it enough to use: autolog.pl --user=nobodyknowsme Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40: Here is some vbs scribt to rename the local Administrator account: OldName = Administrator NewName = nobodyknowsme ContainerName = . Set Container = GetObject(WinNT:// ContainerName)

[Unattended] Scanning OS for device drivers

2004-09-06 Thread Mangano, Aron
Pat and others * I sent this email on the 31st August, can anyone help me? * I am having a few issues when using config.pl in the site folder to automatically scan for device drivers. I have a structure as follows: In the drivers directory I have folders for Chipset, Storage, Video,

[Unattended] Re: Scanning OS for device drivers

2004-09-06 Thread Patrick J. LoPresti
Mangano, Aron [EMAIL PROTECTED] writes: I am having a few issues when using config.pl in the site folder to automatically scan for device drivers. What code are you using, exactly? I have a structure as follows: In the drivers directory I have folders for Chipset, Storage, Video,

Re: [Unattended] question

2004-09-06 Thread Patrick J. LoPresti
Adriel Navarro [EMAIL PROTECTED] writes: I am running 4.4b with the linux boot over a samba share. I noticed that I now get a menu asking what optional scripts I want to run, where does it generate this list from? It generates the list by scanning Z:\scripts for all of the .bat files whose

[Unattended] trailing backslash cut off

2004-09-06 Thread jo / ak
I had a minor problem (in 4.4b) when executing a batch file with the entry: todo.pl xcopy /s /i /q /y z:\packages\akdosapp\* c:\ The error message is: Running: xcopy /s /i /q /y z:\packages\akdosapp\* c: Fehler beim Analysieren der Befehlszeile xcopy /s /i /q /y z:\packages\akdosapp\* c:

Re: [Unattended] pdfcreator patch

2004-09-06 Thread Julien TOUCHE
Wim Vandersmissen a écrit : Thanks, but it was already fixed in cvs :) this part not (patch one). (else, can't print when not admin) Regards Julien --- pdfcreator.bat.orig 2004-08-31 17:30:12.0 +0200 +++ pdfcreator.bat 2004-09-06 12:51:29.0 +0200 @@ -17,9 +17,13 @@ ::

[Unattended] add printer share - how?

2004-09-06 Thread jo / ak
Does anybody know how share a printer from the command line? By enhancing the Wiki NetworkPrinter script, for example? (May sound funny, but I use a local printer share to mount a network printer to lpt1 for old dos applications). Any hints would be highly appreciated. jo

Re: [Unattended] add printer share - how?

2004-09-06 Thread Mario Gzuk
Use net use or use : RUNDLL32 PRINTUI.DLL,PrintUIEntry [ options ] [ @commandfile ] /a[file] binary file name /b[name] base printer name /c[name] unc machine name if the action is on a remote machine /dl delete local printer /dn delete network printer connection

[Unattended] RE: Scanning OS for device drivers

2004-09-06 Thread Mangano, Aron
Pat Well, I have a lot of drivers that appear and I only select the ones that I need. Example in the network driver section I have the option to tick intel, 3com, Broadcom, marvel etc. In this case as it was an intel, I chose the intel driver. Same goes for the video, sound, etc. If I do it