*/
Batch file to C file converter
Submitted By:
Unknown
Rating:
Not rated (
Rate It)
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
7938
Comments (2)
Crap
Posted on Saturday, May 05, 2001
Total crap...I make a file...
@Echo Off
Echo Hello
...& convert it & it creates (comment & std includes skipped)...
...snip...
main()
{
}
...snip...
...a null main function...& when you compile it it complains about no return value
this should take care of that. I figure out that the capital letter (Echo not echo)
is screwing with it's mind & change the file & then I get...
main()
{
printf("Hello");
printf("Hell");
}
...somehow it came up with printing Hello then Hell.
But anyway...IT HAS A 150 BYTE LIMIT. If your input .bat is more than 150
byte's then it wont convert...unless you register a simple piece of crap prog
downloaded from the net. This need's help before it's good...& need's to not have
any unregistered crap or it wont ever be good. Source would be nice so I could
improve on it.
Mr
Posted on Sunday, July 21, 2002
There are so many good stuff in your homepage, I just wonder why you put this junk here? My suggestion to the author: Finish the job first then publish it.
Add Your Rating