BluePink BluePink
XHost
Oferim servicii de instalare, configurare si monitorizare servere linux (router, firewall, dns, web, email, baze de date, aplicatii, server de backup, domain controller, share de retea) de la 50 eur / instalare. Pentru detalii accesati site-ul BluePink.

COMENZI PENTRU FISIERE BATCH

*** Deschiderea unui fisier ***

start C:\windows\system32\calc.exe

*** Inchidere, restart calculator ***

@echo off
echo Ce doresti sa faci???
echo.
echo.
:start
echo 1.Inchidere PC
echo 2.Restart PC
echo 3.Logoff utilizator
set /p choice=

if %choice%==1 goto shutdown
if %choice%==2 goto restart
if %choice%==3 goto logoff
echo Enter a number from 1 to 3
goto start

*** Comanda ipconfig ***

ipconfig /all
pause

*** Inchidere Windows ***

echo off
c:
cd
cd "C:Documents and SettingsAll UsersStart MenuProgramsStartup"
echo shutdown -s -f -t 2 >hacked.bat
exit

*** Defragmentare ***

defrag C: -v
shutdown -s -t 60 -f


Powered by Bugulet Ciprian - Dumitru 2009