Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K

7 Posted Topics

Member Avatar for Batch Devil

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 …

Member Avatar for Jaxonpoop123
0
2K
Member Avatar for sofrdk

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

Member Avatar for Batch Devil
0
202
Member Avatar for arunmag

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 …

Member Avatar for Batch Devil
0
246
Member Avatar for kilegoty

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

Member Avatar for PhilliePhan
0
226
Member Avatar for z123

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 …

Member Avatar for jholland1964
0
190
Member Avatar for vibhaJ

Get your self a Gmail account (Google Mail) there is not as much spam. PS. I have never had spam since i signed up!

Member Avatar for Batch Devil
0
128
Member Avatar for linux

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 :: …

Member Avatar for Batch Devil
0
7K