Jump to content

eyeball

Member
  • Posts

    1,147
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by eyeball

  1. right thumb but only on the space bar
  2. spoof your mac address and then set it back to normal may work?
  3. thanks again, but there is still an error god i feel like a dumbass thanks for the help i have.. set SRCDIR=f:\test1 set DSTDIR=f:\test2 for /f %%a in ('dir /b "%SRCDIR%"') do ( if not exist "%DSTDIR%\%%a" echo Copying %%a if not exist "%DSTDIR%\%%a" copy "%SRCDIR%\%%a" "%DSTDIR%" > nul ) any ideas please? thanks
  4. thanks mr snub thats exactly what i want but it gives me an error and im not that advanced at vbs scripting, i can understand why it does what it does but i couldnt debug it lol. please help i have the following.. @echo off set SRCDIR = "f:\test1" set DSTDIR = "f:\test2" for /f %%a in ('dir /b "%SRCDIR%"') do ( if not exist "%DSTDIR%\%%a" echo Copying %%a if not exist "%DSTDIR%\%%a" copy "%SRCDIR%\%%a" "%DSTDIR%" > nul )
  5. iv just tried this and realised iv explained my problem wrongly to you all. sorry ill start again lets say i have 2 folders folder 1 contains: 1.jpg 2.jpg 3.jpg folder 2 contains: 1.jpg 2.jpg (obviously my files arent 1,2,3 etc) but i want the script to compare the contents of the 2 folders and if they are different copy the missing files in this example it would be 3.jpg is this possible please? thank you
  6. try opening command prompt and ping ip address -n 1000 >c:\ping.txt change the 1000 to the number of pings you want. anyway this will export the pings to a txt file and you can examine it to see if you drop packets on a regular basis.. could help you to begin to resolve the problem
  7. Hi All, i need an example if someone could give me one, of how to check if a file exists, and if it does do nothing however if it doesnt exist i need to then perform an action (copy a file from one drive to another for example) i hope this is making sense, like i say i just need a push in the right direction and i can do the rest thanks guys btw i dont mind if its command line or vb script based, which ever is easiest
  8. i fixed someones pc who had this before!!! remove the **** thing!! spyaxe is one huge con!
  9. press the auto correct button on your monitor, i had a similar problem spent ages downloading loads of different drivers and trying them then i pressed that button and it fixed itself - doh!
  10. i kinda found a way around this, i just give the owner the ability to delete files and that way the tmp files are deleteable. only thing is that the user can delete any file they own and not other users which is better than nothing i guess. and also i have volume shadow copy enabled so i think that this pretty much covers all the users. so in conclusion a user can delete their own files and if they do by accident i can recover with VSC a user cannot delete any other users files i think this is a pretty safe setup thanks for the help guys
  11. Hi all, i have a network drive and i want to stop users deleteing from it ...easy enough, however when they create a word document a .tmp file is also created that cannot be deleted by them, anybody know a way around this? many thanks
  12. Hi All, i just cannot get my head around this so could i have some help please if for example i had the ip 213.123.169.96 and i wanted to know the domain it belonged to, i know that if i query a name server the name server will use 96.169.123.213.IN-ADDR.ARPA. and i am assuming it will work its way up from 96 to 169 all the way to the . root server, so my question is this.. once the query has gone up through the name servers and found itself at the root servers how does it know that this 96.169.123.213.IN-ADDR.ARPA. resolves to the microsoft domain? (for example) please help this is really annoying me, thanks
  13. ah brilliant! thanks net user
  14. i would set both to 3072mb of ram. thats how iv always done it thanks
  15. Hi all, when you insert a cd-rom and then open my computer it will hang for a few seconds before displaying anything right? well does anyone know how to remove "cd-rom/dvd-rom" drive from within my computer? thus possibly speeding it up? it would still be accessible via run so i dont see this creating a problem anyone? thanks Title Edited - Please follow new posting rules from now on. --Zxian
  16. i think that its due to traffic, if you read into how tcp works then you will see that a d/l will start fast and if a collision occurs the computer will wait x milliseconds before re sending the packet, if another collision occurs then the computer will wait 2x milliseconds and so on, doubling the time to wait all the time. so i think unless you have a super clear line with no collisions then this will always happen, and you will see a slow degradation in download speed. this is at least my understanding of the subject and an insight into why you are experiencing this problem thanks or it could be that the site doesnt have the bandwidth to support all the users?
  17. definatly upgrade the firmware, i was configuring a wireless access point only yesterday and it would connect, as soon as i upgraded the firmware it worked lazy *$*%$ why do they insist on using old chips with old firmware? what if a really dumb person buys that wireless access point and doesnt know about firmware? then they are screwed
  18. if you right click the task and go to properties and the box that says something like "start in" and check that if your .bat file or whatever is in for example c:\windows that you start in c:\windows thanks
  19. if its the services you want, then type in run services.msc thanks
  20. also if you do try what it says in the link, it would be interesting to know if it works thanks
  21. thats a really good site even has vista tweaks
  22. try typing "command" in run and then try an ipconfig from there. let us know if that works
×
×
  • Create New...