Search found 44 matches

by silent
25 Mar 2013 14:27
Forum: DOS Batch Forum
Topic: Compiled BAT to EXE convert to BAT again ?
Replies: 4
Views: 4692

Re: Compiled BAT to EXE convert to BAT again ?

But how ? I downloaded some XVI32 hex editor, opened the file in it and i can only see hex values, nothing else.
by silent
25 Mar 2013 10:39
Forum: DOS Batch Forum
Topic: Compiled BAT to EXE convert to BAT again ?
Replies: 4
Views: 4692

Compiled BAT to EXE convert to BAT again ?

Hi ! I need help, i have a suspicious EXE file that im sure its made in BAT and it contains some suspicious command like DEL I need to somehow get its code, i cant run it to check if its in TEMP folder, because it will probably delete my system files.I tried decompressing it in UPX as i did already ...
by silent
01 Aug 2012 13:02
Forum: DOS Batch Forum
Topic: Using batch to connect to a SA-MP server
Replies: 1
Views: 2630

Re: Using batch to connect to a SA-MP server

NVM fixed it
How to :
cd /D "X:\bla bla\GTA San Andreas\"
start samp.exe IP:PORT
by silent
01 Aug 2012 12:42
Forum: DOS Batch Forum
Topic: Using batch to connect to a SA-MP server
Replies: 1
Views: 2630

Using batch to connect to a SA-MP server

Hi!
I want to make a batch that will connect to a server in a SA-MP game.
The game is made in C++ its a multiplayer version of Gta San Andreas and its server browser is made in Delphi.
When you use start samp.exe it just starts the browser,and i want to connect to a specific IP,is that even possible ?
by silent
25 Jul 2012 08:45
Forum: DOS Batch Forum
Topic: How to make a crypter like ROT13
Replies: 2
Views: 3060

How to make a crypter like ROT13

Hi,
Is there a way to make a crypter in batch that would work like ROT13 ?
So if you will type some text like abc it will replace a to for example h,b to i and c to j.And also in other way,to decrypt the text.
by silent
23 Jul 2012 13:19
Forum: DOS Batch Forum
Topic: Batch loading a text from file and copying it to clipboard
Replies: 4
Views: 4109

Re: Batch loading a text from file and copying it to clipboa

Problem solved,downloaded CLIP.exe and now it works fine.
by silent
23 Jul 2012 13:03
Forum: DOS Batch Forum
Topic: Batch loading a text from file and copying it to clipboard
Replies: 4
Views: 4109

Re: Batch loading a text from file and copying it to clipboa

Well i tried it,and a other thing and it doesnt copies the text. It doesnt copy Also tried something with C:/ on start of the line but it also didnt worked. I want to do it on WinXP and on other windows like win7. Tried Dos2Clip but it only works when i type something in the dos2clip.exe,and i cant ...
by silent
23 Jul 2012 12:55
Forum: DOS Batch Forum
Topic: Batch loading a text from file and copying it to clipboard
Replies: 4
Views: 4109

Batch loading a text from file and copying it to clipboard

Hi,
I want to make a batch program that would load a text from a file and then copy it so when i use ctrl + v it will paste the text from the file.I know how to get a text from a file but i dont know if it is possible to set it to ctrl + v.If its not,then in what languages i can make that ?
by silent
15 Apr 2012 10:53
Forum: DOS Batch Forum
Topic: Creating a batch MULTIPLATER Online game
Replies: 2
Views: 3760

Creating a batch MULTIPLATER Online game

Hi,i got an idea to add a MULTIPLAYER mode to my game when its gonna be finished. The idea is to use Dropbox (cloud) and I would be the ONLY host, The game would work like that : First file,if a player uses /register PW it saves his nickname and password inside it,then if player uses /login PW it ch...
by silent
07 Apr 2012 09:29
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

Nope,when it will be uptade 1.6 i will add more update links in the game (the update will contain new game file .exe) And with checking only first one...It checks the ver.txt or i will just make it that if the game version is 1.5 it will just use set ver=1.5 on the start of the game.And when it chec...
by silent
06 Apr 2012 12:32
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

Its very easy...i dont need to modify the code after a update. How ? @echo off pushd "%temp%" set /p version= <ver.txt (...) echo CHECKING FOR UPDATES... >nul 2>&1 ping www.caoupd12.dbv.pl &&goto up1.2 ||goto start >nul 2>&1 ping www.caoupd13.dbv.pl &&goto up1.3 ||g...
by silent
06 Apr 2012 07:24
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

So i understand that the "stats.txt" will be downloaded ? If its gonna work i will place your name on the credits The stats file is the update or what ?? Idk what downloads what here Ehm,the program just closes itselft after the "logo" (how ever on the forum it says it was downlo...
by silent
04 Apr 2012 12:37
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

abc,what is that idea ? :D
by silent
03 Apr 2012 12:45
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

Wat ? :D i want to check if the link that you checked exist,and the file will be uploaded as a attachment.
by silent
03 Apr 2012 12:15
Forum: DOS Batch Forum
Topic: Batch file checking if an website exist
Replies: 24
Views: 54485

Re: Batch file checking if an website exist

the page is typing 404 file not found error is that mean it's an error to you ? try this vb script http://www.robvanderwoude.com/vbstech_internet_website.php change the website in [ strWebsite = "www.robvanderwoude.com"] "2nd line in script" with your website i tried that and it...