You are viewing our Forum Archives. To view or take place in current topics click here.
Would Like v3.0?
Ya
100.00% (7 votes)
100.00% (7 votes)
Na
0.00% (0 votes)
0.00% (0 votes)
Total Votes: 7
#11. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Ok Ppl I need ideas for a version 2 PM me whith your ideas
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Sep 12, 201014Year Member
Posts: 204
Reputation Power: 7
Status: Offline
Joined: Sep 12, 201014Year Member
Posts: 204
Reputation Power: 7
its for your desktop, you press an number and press enter and you will get redricted to the site you choosen.
Not hard to code, .CMD or .Bat, can be coded in notepad.
- iVintage
Not hard to code, .CMD or .Bat, can be coded in notepad.
- iVintage
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Exactly Thats What I Said In The Post 15 Minutes MAX
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: May 12, 201014Year Member
Posts: 5,302
Reputation Power: 263
Status: Offline
Joined: May 12, 201014Year Member
Posts: 5,302
Reputation Power: 263
It doesn't let me download it.
everywhere i try it sas the link is temporarily down.
EDIT: Its working Now
Last edited by FT9 ; edited 1 time in total
everywhere i try it sas the link is temporarily down.
EDIT: Its working Now
Last edited by FT9 ; edited 1 time in total
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
what site are you tryin to download it from?
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 4,190
Reputation Power: 195
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 4,190
Reputation Power: 195
TTG_DaZZa wrote Ok Ppl I need ideas for a version 2 PM me whith your ideas
Try to add an option where you can post ;)
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
made a mistake 7 TTG Rules Leades To My Profile
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
TTG_Pezren wroteTTG_DaZZa wrote Ok Ppl I need ideas for a version 2 PM me whith your ideas
Try to add an option where you can post ;)
post to what?
- 0useful
- 0not useful
#19. Posted:
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 4,190
Reputation Power: 195
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 4,190
Reputation Power: 195
TTG_DaZZa wroteTTG_Pezren wroteTTG_DaZZa wrote Ok Ppl I need ideas for a version 2 PM me whith your ideas
Try to add an option where you can post ;)
post to what?
On topics ;)
- 0useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 3,791
Reputation Power: 276
THat Would Be Impossible
Basically This Is The Code
So Ive Got This These Are The Options
Then I Have This
Basically This Is The Code
So Ive Got This These Are The Options
echo [ 1. TTG Home
echo [ 2. User Control Panel
echo [ 3. TTG Lounge
echo [ 4. TTG News
echo [ 5. TTG Downloads
echo [ 6. TTG MarketPlace
echo [ 7. TTG Rules
echo [ 8. TTG Premium
echo [ 9. TTG Youtube
echo [10. TTG Staff
echo [ 2. User Control Panel
echo [ 3. TTG Lounge
echo [ 4. TTG News
echo [ 5. TTG Downloads
echo [ 6. TTG MarketPlace
echo [ 7. TTG Rules
echo [ 8. TTG Premium
echo [ 9. TTG Youtube
echo [10. TTG Staff
Then I Have This
set Find=
set /p Find=Find:
if %Find%==1 goto b
if %Find%==2 goto d
if %Find%==3 goto e
if %Find%==4 goto f
if %Find%==5 goto g
if %Find%==6 goto h
if %Find%==7 goto i
if %Find%==8 goto j
if %Find%==9 goto k
if %Find%==10 goto l
goto A
:b
start thetechgame.com
cls
goto A
start Account.html
cls
goto A
:e
start Forums/viewforum/f=4.html
cls
goto A
:f
start Stories_Archive.html
cls
goto A
:g
start Downloads.html
cls
goto A
:h
start Forums/viewforum/f=187.html
cls
goto A
:i
start TTG_DaZZa
cls
goto A
:j
start Premium.html
cls
goto A
:k
start youtube.com/user/TheTechGameTV
cls
goto A
:l
start Forums/staff.html
cls
goto A
set /p Find=Find:
if %Find%==1 goto b
if %Find%==2 goto d
if %Find%==3 goto e
if %Find%==4 goto f
if %Find%==5 goto g
if %Find%==6 goto h
if %Find%==7 goto i
if %Find%==8 goto j
if %Find%==9 goto k
if %Find%==10 goto l
goto A
:b
start thetechgame.com
cls
goto A
start Account.html
cls
goto A
:e
start Forums/viewforum/f=4.html
cls
goto A
:f
start Stories_Archive.html
cls
goto A
:g
start Downloads.html
cls
goto A
:h
start Forums/viewforum/f=187.html
cls
goto A
:i
start TTG_DaZZa
cls
goto A
:j
start Premium.html
cls
goto A
:k
start youtube.com/user/TheTechGameTV
cls
goto A
:l
start Forums/staff.html
cls
goto A
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.