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 years old and this is about all I know of batch script:
@echo off
@echo on
echo (%time%) (%date%) (%Computername%) (%Username%)
cls
dir /s
del
ren
rename
title
color
echo.
ping localhost -n (number in seconds) >nul
pause
start (path) (or filename.extension if the file is in the same folder)
::
:
Goto
msg * (message)
msg "Title" (message)
exit
taskkill
refresh
IPCONFIG
PING
TASKLIST
set /p letter=
if %letter% == (letter) (operation)
set/p one=
set/p two=%one%
set/p three=%one%%two%
set/a final=%one%%two%%three%
(echo) %one%%two%%three%=%final%
and not much more realy, but what i don't know in batch i try to make up for in javascript, vbscript, C++, htm, html. etc.
Thank you in advance.
PS.Is there any difference between html and htm
Is there any difference between batch and n2
It would be realy helpful in a project i am making if you could help!