Jump to content

Marty P

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Marty P

Marty P's Achievements

0

Reputation

  1. I also have some copy errors. Like tosdvd.sys. What to do about it?
  2. Well i've tested it with this and that did the job.
  3. 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
  4. 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"
  5. 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?
  6. 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?
  7. 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
  8. MAN that was the whole problem....Finaly solved it Thanks a lot!
  9. 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?
  10. well, i'm testing the batch in my normal xp machine. Not unattended! So that can't be the problem
  11. 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.
  12. 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
  13. 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?
  14. 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?
×
×
  • Create New...