Description:
Batch programing for Win95/Win98/WinME.
|
|
|
Batch file information and FAQs
|
| |
...I suppose it is to time consuming to extract the part of the FAQ and post it. Maybe you can write a batch for him which asks for a number and automatically extracts the corresponding part of the FAQ and inserts it in the posting? Would be of great help for all people who would like to see the answer to a question, but don't... more »
|
|
Divide overflow problem.
|
| |
Greetings; I've been trying to use a DOS screen reader and hardware synthesizer with various Pentium PCs but I keep getting a divide overflow error. DOSBox was no help in emulating a 486 or earlier PC. What can I do to get around this troubling problem? Sincerely, Bruce Atchison - author of Deliverance from Jericho (Six Years in a Blind... more »
|
|
(List or Array(Unidimencional)) Date structure in time of execution
|
| |
Is true in bath dont exist list's or array's so I create the an estructure with diferents method's just like a List in c#: ------------------------------ ------------------------------ ------------------ ...set %1=%2,%3 goto:EOF ...set count=0 if %2 lss 0 (echo Index inexistent!!! & goto:EOF) set lenght=0... more »
|
|
Fibonacci
|
| |
Hi group: Iterative method for Fibonacci in bath: ------------------------------ ------------------------------ ---------------- ...if %1 leq 0 (echo Invalid Operation Exception&goto:END) if %1 lss 3 (echo 1&goto:END) else (call :major %1&goto:END ) ...set minusone=1 set minustwo=1 FOR /L %%a IN (3, 1, %1) do call :sum... more »
|
|
TicTacToe
|
| |
@ECHO OFF Title [{-JUEGO-}] 3 EN RAYA ...TASKLIST > "%systemroot%\listoftasks.txt" FIND /C /I "cmd.exe" "%systemroot%\listoftasks.txt" > "%systemroot% \cmdtasksfound.txt" FOR /F "SKIP=1 TOKENS=3 DELIMS= " %%A IN (%systemroot% \cmdtasksfound.txt) DO SET ID=%%A IF %ID% GTR 1 (MSG * NO PUEDE USAR CMD.EXE NI EL JUEGO 3 EN RAYA 2... more »
|
|
327 Magellan GPS 32705
|
| |
============================== ========= Get A GPS Today At A Low Price!! [link] ============================== ========= GPS Devices [link] ============================== ========= 2X[k \p\)Q\]wCIm @4n&
|
|
Kill process
|
| |
Hi, Is there any way to kill an existing process? I have tried with taskkill, but looks like only works in NT versions. Thanks in advance.
|
|
|