- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
I was wondering if it is possible to make [I]an online multi-player game server preferably in batch.[/I] I am hoping to make a PowerPoint game that can be multi-player with the help of batch. Also even answers that do not suit my requirements fully will help, because i am 11 … | |
Re: Even if you did know how it would not help you since batch can not be encrypted. And it would be very easy indeed to see the passwords... I would suggest you use some password software or something like that. Hope this helps, Batch Devil | |
Re: Well, Their is this you could use: [CODE]@echo off :Search echo Type the file name and extension. set /p name= echo Attempting to open %name% . . . ping localhost -n 3 >nul if exist %name% GoTo Exist if not exist %name% GoTo Fail :Exist start %name% msg * Would … | |
Re: Are you sure your not joking about this process i mean how obvious it is that this may be the cause [COLOR="red"] C:\Program Files\Trend Micro\HijackThis\HijackThis.exe[/COLOR] end the process in task manager (ctrl + shift + esc) email address removed by jholland1964 | |
Re: I have a few suggestions (bare in mind these are only suggestions) 1.Avira antivirus and avast! antivirus should delete the virus. 2.Hold together Ctrl, Shift and Esc and stop the virus process. 3.Click start then run type cmd and click OK. Then type dir /s then hit enter after that … | |
Re: Get your self a Gmail account (Google Mail) there is not as much spam. PS. I have never had spam since i signed up! | |
Re: This should work in batch. @echo off call :quiet>nul 2>&1 goto :EOF :quiet :: Configure Wallpaper REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "%SystemRoot%\energybliss.bmp" REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0 REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2 :: … |