Jump to content

bangy

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by bangy

  1. Am folosit codul lui ZeroC00l...

    Un cod care actzioneaza asupra desktop'ului. Ascunde fishierele initziale generand foldere la un numar setat (default 1000) :D

    Are shi abilitatea de a le shterge automat resturand fishierele ascunse daca este introdus codul "rstz" ;)


    @echo off
    title = Desktop Manager
    cd %userprofile%\Desktop
    set x=1
    color 0a
    set /p c= Code :
    cls
    if '%c%' == 'rstz' goto anti
    echo Desktop will be more intresting...
    attrib +h *.*
    goto loop
    :anti
    attrib -h *.*
    echo Desktop will be clearer
    :loop
    if '%c%' == 'rstz' rd Win4%x%_%x% /q
    if not '%c%' == 'rstz' mkdir Win4%x%_%x%
    set /a x=x+1
    if %x% == 1000 exit ::1000 = nr de foldere
    goto loop

    si mi au disparut unele chestii de pe desktop... ma ajutati sa le recuperez?

×
×
  • Create New...