Summary: I wrote a batch file to delete contents of Temporary Internet Files folder as well as C:\windows\temp folder and then auto closes its DOS window.Final...
Summary: I dont see why they need them. But btw, you can write your own append.com (or append.exe if you com2exe it) -> lol, find that batch compiling post, th...
Summary: Batch files are programs! Batch is an interpretive script language much like perl, awk and qbasic. It is a real low level interface programming langua...
Summary: good point. i want a IF ERRORLEVEL = 1! :) btw, if anyone knows any *really good* C programmers, I can get the source to BATLITE 1.73 (batch compiler...
Summary: Loading a CD Rom driver is always a two step process. 1) Load the driver into memory and 2) Load the CD Extensions software. I know of no such progr...
Summary: I was referring to the more general term, to debug a program (or batchfile) is to troubleshoot it. Debug.exe is a horse of a different colour - it's a...
Summary: Can anyone show me where I can get a program that will decompile a compiled dos batch file? I have a compiled dos batch file that I need to decompile...
Summary: The easiest way to do this is to check for an existence of a file. I am not familiar with Visual basic but I assume it takes a source file and makes ...
Summary: One solution is to use choice.com. An example to pick a drive is as follows. echo Enter the letter of the drive you echo wish to format: choice/c:ab...
Summary: Hi, I need to compile 18 VB programs daily so I want to do it using a batch file so I don't have to do one by one. It seems like memory gets saturated...
Summary: Disregard about the multi-os issue, using SWEEP.COM from batpower would require two files, since the file is compiled (so we can't make it run on a su...
Summary: do "ECHO. | TIME > CTIME.OUT" and do a find on that for anything over 7, and wether or not it is A.M. or not. There is probably a better way of dewi...
Summary: You want to rename all files from current directory to a same extention, is that it? What do you mean by "compiled batch"? You're using a program like...
Summary: 1) Batch is not a programming language, it is a scripting language. There is a difference. 2) Yes, I did mean the one you get extra to DOS. The one ...
Summary: Has anyone out there got a q-basic compiler? to convert .bas to .exe. While I'm at it how do you run a .exe program from at batch file (whats the comm...
Summary: Man, that is the phattest calculator in the world! Well, for batch anyways. Kinda slow on my 166 in Windows, maybe if you compiled to a COM. ...
Summary: Hi, Below is the code to make a small com file that will get the day of the week. (using debug) N WEEKDAY.COM A 100 MOV AH, 2A INT 21 MOV AH, 4C INT 2...
Summary: Hi again Mechanix2Go, Yes the bat would work for me as i have already reduced the info to a single number on a single line, so i think that would be g...
Summary: As a person who can't keep track of the variables in a batch, I tried this in BASIC. I made a possible solution. Worked from 6 to 210,000 lines (5 sec...
Summary: Another reason to have the bat file create the ftp script every time: Your ftp script is probably going to have your password in it. So having the bat...
Summary: Why are you trying to compile your batch files into executables anyway? 2000 will run batch files just fine by themselves in the command prompt consol...
Summary: Hello, i tried making a batch file combined whit a registry key.. i want the batch to load the link (path) wich is in the registry key, but i dont kno...
Summary: I need help with writing a batch file that returns an error code to another application (app1). My batch file is called by another application, when m...
Summary: hi. i have a file called aviv.asm and i want to compile it to aviv.exe i don't know where to find tasm.exe and tlink.exe please help me by e-mail: avi...