lesser-equity

Magazine
Go Back   Computer Juice > Computer Software > General Software Chat


Register


Reply
 
Thread Tools
  #1  
Old 28th Feb 2009, 18:27
Member Group
 
hey,
I just wrote up this code, after editing it a little, you will be able to stream games over the network, to computers that don't even have it installed! enjoy!

@echo off

REM ********************************
REM By CodeFreakC
REM ********************************


:begin
Echo GameBoot By CodeFreakC
echo Which game would you like to boot?
echo 1.Whatever Game
echo 2.Whatever Game
set /P userin=Enter 1, 2, 3 or 4:
IF %userin% == 1 GOTO 1
IF %userin% == 2 GOTO 2

echo Invalid number entered
@ping 127.0.0.1 -n 1 -w 1000 > nul
cls
goto begin
:1
C:\your games .exe
goto end
:2
C:\your games .exe
goto end

:end


REM *********************************
REM End
REM *********************************
  #2  
Old 28th Feb 2009, 19:38
Moderator Group
 
I don't quite get it.

Care to elaborate a bit, write a bit of documentation?
__________________
serverguy

__________________

My System: Eclipse

Processor(s):
Intel C2D E7200 OC'd @ 3.6Ghz
Motherboard:
Asus P5Q Pro
RAM Memory:
OCZ 8GB 800Mhz
Graphics Card(s):
Saphire Radeon 4850
Sound Card:
Onboard
Hard Drive(s):
Vast
Optical Drive(s):
Sony al cheapo one.
Case / PSU:
Antec Three Hundred
Cooling:
Arctic Cooler 7 Pro, 3 case fans.
Network / Internet:
Titan ADSL
Monitor(s):
Dual 19" LCD
Operating System(s):
XP SP3
  #3  
Old 2nd Mar 2009, 13:45
New Member Group
 
Or you could just share that part of the computer. Regardless what is this programmed in?
  #4  
Old 2nd Mar 2009, 14:01
New Member Group
 
Looks like you would just put this in a batch file and run it. Make a notepad file and paste this in it and rename the extension from .txt to .bat.
  #5  
Old 2nd Mar 2009, 14:33
New Member Group
 
Quote:
Originally Posted by KdUb View Post
Looks like you would just put this in a batch file and run it. Make a notepad file and paste this in it and rename the extension from .txt to .bat.
Ah alright, thanks. I'll try this out later probably. If I do I'll post here whether it works or not, it seems pretty simple.
Reply

Register
Thread Tools




Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Latvian Lithuanian Norwegian Polish Portuguese Romanian Russian Serbian Slovak Spanish Swedish Thai Turkish Ukrainian

Copyright ©2006 - 2009 Computer Juice.

Powered by vBulletin® Copyright ©2000 - 2009 Jelsoft Enterprises Ltd. SEO by vBSEO ©2009, Crawlability, Inc.