Search found 139 matches

by batchcc
25 Aug 2015 06:09
Forum: DOS Batch Forum
Topic: Color Ascii Art
Replies: 8
Views: 29436

Re: Color Ascii Art

dear Aacini I really like your batch Mona Lisa is there anywhere I could download it thanks
by batchcc
23 Aug 2015 10:01
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

No shadowtheif this has nothing to do with arabic however it does use roman numerals in this part of the code but roman numerals stop after the of the same letter III CCC LLL MMM but for the number 400 the code prints CCCC rather than cd is this because cd is a cmd command? It also doesn't work with...
by batchcc
23 Aug 2015 09:25
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

using if %num% gtr 1000 ( type 1000.txt & set /a num=%num%-1000 ) if %num% gtr 900 ( type 900.txt & set /a num=%num%-900 ) if %num% gtr 800 ( type 800.txt & set /a num=%num%-800 ) if %num% gtr 700 ( type 700.txt & set /a num=%num%-700 ) if %num% gtr 600 ( type 600.txt & set /a nu...
by batchcc
23 Aug 2015 04:38
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

Ok thanks so much
by batchcc
22 Aug 2015 19:40
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

Thanks shadow their but is there a way to use lss as well so if the value is grater that 299 the file uses
if %num% gtr 300 (
set /a num=%num%-300
)

Could this be added after to make the file deal with numbers over 300? Thanks
by batchcc
22 Aug 2015 16:07
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

is there a way to do this this way
by batchcc
22 Aug 2015 15:46
Forum: DOS Batch Forum
Topic: batch store files in temp file
Replies: 6
Views: 5560

Re: batch store files in temp file

how would i do that
by batchcc
21 Aug 2015 14:09
Forum: DOS Batch Forum
Topic: batch store files in temp file
Replies: 6
Views: 5560

Re: batch store files in temp file

I want to be able to create files from the os like text files and batch files that store them selvs in a temp file a act like an explorable directory but only the temp file can be viewed from windows explorer.
by batchcc
21 Aug 2015 14:06
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

R.bat
:top
set/p num=
Call num.bat

Num.bat
if %num%==1 echo a
If %num%==2 echo b
Code continues until 200 then goes to :top
by batchcc
21 Aug 2015 10:56
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

Yes my first file r.bat calls num.bat which contains the values
by batchcc
21 Aug 2015 10:53
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Re: Batch number system

I have a list of numeric values 1. - 200 and I want to set values for the values 201 - 299 the values mus be the same as the values 1 - 99 but with the letters cc infront of every value for example if the value for number 1 is a the the value for 201 would be cca but rather than type that for every ...
by batchcc
21 Aug 2015 09:59
Forum: DOS Batch Forum
Topic: Batch number system
Replies: 24
Views: 15042

Batch number system

I have a code where
if %num%==1 echo %pre determined value%

And so on untill 99 is there a way to make it so when thefb user types a number in between 201 and 299 it will echo cc%pre determined value% of the existing number for example user types 201 output is cc%value of one %
by batchcc
21 Aug 2015 09:48
Forum: DOS Batch Forum
Topic: exe to batch
Replies: 9
Views: 6880

Re: exe to batch

Than you I realized that it was stored in a sub folder in %temp%
by batchcc
20 Aug 2015 15:52
Forum: DOS Batch Forum
Topic: exe to batch
Replies: 9
Views: 6880

Re: exe to batch

That won't work I used an online converter.
by batchcc
20 Aug 2015 15:10
Forum: DOS Batch Forum
Topic: exe to batch
Replies: 9
Views: 6880

Re: exe to batch

I can't find either is there a third party software that can do this?