
Marty P
MemberContent Type
Profiles
Forums
Events
Everything posted by Marty P
-
I also have some copy errors. Like tosdvd.sys. What to do about it?
-
copy files to my documents...HOW?
Marty P replied to Marty P's topic in Unattended Windows 2000/XP/2003
Well i've tested it with this and that did the job. -
copy files to my documents...HOW?
Marty P replied to Marty P's topic in Unattended Windows 2000/XP/2003
I have a aplications.cmd. copy the backup is in that cmd. @BAM: this worked: mkdir "%userprofile%\Mijn documenten\Backup" This didn't work: xcopy /E /Y "%systemdrive%\Backup" "%userprofile%\Mijn documenten\Backup" meaning, there was nothing in the backup dir So another tip please -
copy files to my documents...HOW?
Marty P replied to Marty P's topic in Unattended Windows 2000/XP/2003
That won't work! For me it didn't. Oke it maked a dir in c:/my documents and settings/administrator/Backup. But that is not the dir i want it in. I should be in 'mijn documenten' (=my documents) and second problem. There was nothing in the dir Backup. @Sleepnmojo are u sure your solution will work? I've tested many things with no succes. The above was the best so far because it did 'something'. So mayby your solution combined with MCT's? mkdir "%userprofile%\Mijn documenten\Backup" COPY /Y "%systemdrive%\install\Backup" "%userprofile%\Mijn documenten" -
I have a few files wich i would like to have in my documents after XP has been installed. Just a dir named 'backup' in 'my documents' I used this code but with no succes: COPY /Y "%systemdrive%\install\Backup" "%userprofile%\" What should be the code?
-
So if I would like to kill spywarebuster (will not work for me somehow ) i must use this: ECHO Installing SpyWareBlaster ECHO Please wait... start /wait %systemdrive%\install\applications\SpywareBlaster\spywareblastersetup.exe /verysilent /NOCANCEL /SP- /NORESTART spkill spywareblaster.exe ECHO. That doesnt work . What to adjust?
-
Well should it look like this? ECHO Installing SpyWareBlaster ECHO Please wait... start /wait %systemdrive%\install\applications\SpywareBlaster\spywareblastersetup.exe /verysilent /NOCANCEL /SP- /NORESTART spkill spywareblaster.exe ECHO. or should i remove the .exe at the end of spkill spywareblaster.exe
-
MAN that was the whole problem....Finaly solved it Thanks a lot!
-
I've read some topics about spywareblaster. But i stil can't get it work silent. This is what i have: ECHO Installing SpyWareBlaster ECHO Please wait... start /wait %systemdrive%\install\applications\SpywareBlaster\spywareblastersetup.exe /verysilent /NOCANCEL /SP- /NORESTART ECHO. ECHO Killing spywareblaster.exe process start /wait %systemdrive%\pskill Spywareblastersetup.exe ECHO. I tried it with taskkill either but no succes. What am i doing wrong?
-
well, i'm testing the batch in my normal xp machine. Not unattended! So that can't be the problem
-
I found my notepad.exe in C:\WINDOWS. It is not renamed so i think that is not the problem. edit: How do you open a js file? I click on it and it opens in notepad. I think i've chosen to open a js file always with notepad. Is that the problem? And if it is, how do a solve it? edit2: i think it should open with cmd.
-
uninstalled Norton AV. restart. winamp.cmd... same problem!!! Maybe i have a service disabled dat i need for the process? I think this method is not made for me. I'll try the winamp.msi method. This one is taking too much time!!!! Sorry Mazin
-
Arrggh I'll drive MYSELF cracy Well i tried it in safe modes. Same problem disabled script blocking in Norton. Same problem. Has windows itself a scriptblocker? If that doesn work i'll uninstall the AV. (but i don't like that option I have sun java on my system. Should i adjust some preferences there?
-
This is my winamp.js. Is this one wrong? no I don't think so. This is my batch This batch is in dir: C:\Install the .js/.exe/.ini is in dir C:\Install\Winamp I disabled norton av. the .ini file contains only this: Well what the ... is my problem?
-
well i tried it your way and still no succes. The winamp.ini is still needed? When the batch runs i see installing winamp 2.91 en the winamp.js pops-up. then nothing happens
-
Is there a working link for the msi file?
-
I dont understand it. I'm testing the batch on my pc (not a complete unattended cd in vmware), with these settings: the winamp.js file for winamp 2.91 ------------------------------------------------------------------------ function getWin(win, inc) { var cntr = 0; while (!WshShell.AppActivate(win)) { if (cntr==12) return true; cntr++; WScript.Sleep(inc); } return true; } var WshShell = new ActiveXObject("WScript.Shell"); var oExec = WshShell.Exec("winamp.exe"); while (oExec.Status == 0) { WScript.Sleep(4000); getWin("Winamp Setup", 500); WshShell.SendKeys ("{ENTER}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("%{RIGHT}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{ENTER}"); WScript.Sleep(500); WshShell.SendKeys ("{ENTER}"); WScript.Sleep(900); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("{UP}"); WScript.Sleep(500); WshShell.SendKeys (" "); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("{DOWN}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{ENTER}"); WScript.Sleep(500); } WScript.quit(); --------------------------------------------------------------------------------------- and this is the winamp.cmd: --------------------------------------------------------------------------------------- CLS @echo off ECHO. ECHO Installing Winamp 2.91 echo [WinampReg]>c:\Winamp\winamp.ini echo IsFirstInst=>>c:\Winamp\winamp.ini echo NeedReg=>>c:\Winamp\winamp.ini CD c:\Winamp start c:\Winamp\winamp.js sleep 5 taskkill /F /IM WINAMP.EXE copy c:\Winamp\Winamp.ini "%systemdrive%\Program Files\Winamp\" ECHO. when the batch begins the winamp.js pops-up and i see the cmd :installing winamp 2.91. That last for 60 sec. and then the cmd stops and nothing happend!!! What am i doing wrong?
-
Oke thanx, i'll try that
-
I've put the sleep.exe in my \XP\CD-ROOT\I386\SYSTEM32 directory. But when i run the batch i get the error again. Can't find the sleep file. Do i have to put the sleep.exe in a main.cmd to extract it in the system32 dir?
-
Thanks for the help You could try to help instead of the sarcasm. Yes i can find sleep.exe with google but will that solve the other problem or is there something wrong in my cmd?
-
Oke i've made my script (winamp.js). But when i try to do a silent install i get an error. sleep.exe is not found. So where can i get it? And after the sleep error i get an error about WINAMP.JS. That file can't be found either. This is my cmd: ECHO Installing Winamp 2.91 echo [WinampReg]>%systemroot%\winamp.ini echo IsFirstInst=>>%systemroot%\winamp.ini echo NeedReg=>>%systemroot%\winamp.ini CD %systemdrive%\install\applications\Winamp\ Start %systemdrive%\install\applications\Winamp\winamp.js sleep 60 taskkill /F /IM WINAMP.EXE copy %systemdrive%\install\applications\Winamp.ini "%systemdrive%\Program Files\Winamp\" ECHO.
-
I've deleted the cwd= path in the the winamp.ini. Do i also have to delete the RecentURL1 (2,3,4,5,...)=http:**********?? And what about the last_shorturl=http://
-
Anybody? (sorry for the kick but i can't get it wright)
-
I've found this for NVmixer: This installation must be done on a current OS first. 1. Extract the files from the package. 2. Run the setup.exe file with a -R switch. 3. After installation is complete, go into c:\windows or c:\winnt and move the setup.iss file to the same folder as the install files. 4. On future installs, use this command: x:\****\setup.exe -s -f1\"x:\****\setup.iss\" What should i do after point 2? I get the setup.iss, and then what? I just want a simple aplication.cmd