Search found 100 matches
- 04 Aug 2017 01:01
- Forum: DOS Batch Forum
- Topic: Need a little help
- Replies: 4
- Views: 5770
Re: Need a little help
Sounak bro please check your mail. I have messaged you about some things in your article. PaperTronics Sorry man, very busy with my busy life and study schedule. Recently started some android works too som I'm even more busy. I shall try to some up my things and try to return to TheBATeam as soon a...
- 29 Jul 2017 23:53
- Forum: DOS Batch Forum
- Topic: Need a little help
- Replies: 4
- Views: 5770
Need a little help
Can anyone please give me the link to
1) How to use xcopy to get the pressed key
2) How to use echo to move the cursor anywhere on screen - by Aacini
1) How to use xcopy to get the pressed key
2) How to use echo to move the cursor anywhere on screen - by Aacini
- 24 Apr 2017 23:44
- Forum: DOS Batch Forum
- Topic: Batch movement
- Replies: 4
- Views: 6748
Re: Batch movement
batnoob wrote:no, i am just trying to move the 'X' without moving the entire wall
In that case my tool is perfect for you.
- 21 Apr 2017 23:48
- Forum: DOS Batch Forum
- Topic: Batch movement
- Replies: 4
- Views: 6748
Re: Batch movement
Are you trying to remove the tail like in snake.bat? If not then you can have a look at my lilgui.bat
Code: Select all
lilgui /a # /h 11 /w 11 /s 6-6 /pc X
- 16 Apr 2017 03:40
- Forum: DOS Batch Forum
- Topic: Is it possible to do "choice /t" without having a predetermined option?
- Replies: 6
- Views: 7160
Re: Is it possible to do "choice /t" without having a predetermined option?
pieh-ejdsch wrote:this will not use Errorlevel
and go to your choice in one way
or in unknown Language you want to use an IF ELSECode: Select all
::Skipped
Phil
Mind for a little explanation on how the code works. Because I am
- 15 Apr 2017 04:41
- Forum: DOS Batch Forum
- Topic: Is it possible to do "choice /t" without having a predetermined option?
- Replies: 6
- Views: 7160
Re: Is it possible to do "choice /t" without having a predetermined option?
A good way is to use a "not on keyboard" character. Like the alt+219 which is █ or alt+255 which is something like an invisible character (not tested). Then suppress the display of choices. Here is a small script. choice /c █yn /n /d █ /t 10 /m "[Y/N]" If errorlevel 3 echo No If ...
- 14 Apr 2017 23:55
- Forum: DOS Batch Forum
- Topic: Fractal: Dragon curve
- Replies: 12
- Views: 17082
Re: Fractal: Dragon curve
@neorobin:
Tested and working beautifully on windows 8.1 32bit(x86)
Tested and working beautifully on windows 8.1 32bit(x86)
- 13 Apr 2017 00:29
- Forum: DOS Batch Forum
- Topic: Batch Maze Game:(Another Major speed improvement)
- Replies: 11
- Views: 14958
Re: Batch Maze Game:(Another Major speed improvement)
the game change windows size and reinit a new maze without show the "congratulation" message. Thanks again einstein1969 for finding a bug. I actually planned to display the congratulation after the player finishes all the levels(64 in total), But that's a pretty long wait for a congratula...
- 12 Apr 2017 00:39
- Forum: DOS Batch Forum
- Topic: Batch Maze Game:(Another Major speed improvement)
- Replies: 11
- Views: 14958
Re: Batch Maze Game:(Another Major speed improvement)
I have finally updated lilgui.bat with a optimized analysis which is another boost to speed improvement. Now this game runs smoothly on higher levels. Hope you all would like the new updates. I think I will leave this game as it is till any other suggestion as I am out of Ideas for improvements. Any...
- 10 Apr 2017 23:55
- Forum: DOS Batch Forum
- Topic: Batch Maze Game:(Another Major speed improvement)
- Replies: 11
- Views: 14958
Re: Batch Maze Game:(Major speed improvement)
Updated lilgui.bat with new algorithm for display. It now sets all lines at the beginning and only recreates two lines each turn for vertical movement and one line each turn for horizontal movement. In simple words this version is 3X faster than the last one. I also updated Align.bat with new code f...
- 06 Apr 2017 22:39
- Forum: DOS Batch Forum
- Topic: Can anyone explain what is happening here
- Replies: 3
- Views: 6026
Re: Can anyone explain what is happening here
@ShadowThief:, @SpongeBelly:
Thanks to both of you. I think I might have understood it.
set ^"\n=^^^%LF%%LF%^%LF%%LF%^^"
set \n=^%LF%%LF%^
So it creates an escaped linefeed with an caret at the end. Thanks
Thanks to both of you. I think I might have understood it.
set ^"\n=^^^%LF%%LF%^%LF%%LF%^^"
set \n=^%LF%%LF%^
So it creates an escaped linefeed with an caret at the end. Thanks
- 05 Apr 2017 01:12
- Forum: DOS Batch Forum
- Topic: Can anyone explain what is happening here
- Replies: 3
- Views: 6026
Can anyone explain what is happening here
So guys I was playing around with batch macros and and am going to write a small topic about it at http://www.thebateam.org . I was looking at almost all of my code but, I can't really make out what's happening in this common line. set ^"\n=^^^%LF%%LF%^%LF%%LF%^^" I know %LF% is a newline ...
- 31 Mar 2017 04:48
- Forum: DOS Batch Forum
- Topic: Find multiple strings
- Replies: 2
- Views: 4653
Find multiple strings
So guys, I just downloaded a music pack from online yesterday. I extracted it and found 50 folders each with unique name and some with "!" name too. Inside each folder there is a separate audio and soundless video file. So to use external audio file using vlc I made a script. @echo off for...
- 31 Mar 2017 04:36
- Forum: DOS Batch Forum
- Topic: Greatly enhanced Math batch
- Replies: 5
- Views: 6191
Re: Greatly enhanced Math batch
Are [code]"Code tags"[/code] this uncommon now days?
- 26 Mar 2017 00:44
- Forum: DOS Batch Forum
- Topic: SLOW- Possible to speed this up? Wolfram Elementary Cellular Automata
- Replies: 14
- Views: 14434
Re: Wolfram Elementary Cellular Automata
RedEyedRocker wrote:IcarusLives wrote:RedEyedRocker wrote:This is created using Advanced Batch to Exe Converter which has those functions as well.
I'm sorry.. What?
Sisi Puaat, Gai ko gobar chaat!
Is it hindi? I'm not sure though, not my language.