0
votes
2answers
45 views
Batch File to Delete Folders
I found some code to delete folders, in this case deleting all but 'n' # of folders.
I created 10 test folders, plus 1 that was already there. I want to delete all but 4.
The code …
0
votes
2answers
42 views
Visual Studios 2008: Project output .com file
Is there a way for Visual Studios 2008 to create a .com file instead of .exe for a console project? Right now I have to do this:
if $(ConfigurationName) == Debug goto :debug
:rel …
0
votes
2answers
77 views
PHP UTF-8 to MSDOS command line encoding
Everything is in the question : I have a Php script that is a UTF-8 file.
In this script I want to do this :
<?
echo "âêïû\n";
?>
If I run it in a MSDOS prompt I get …
0
votes
2answers
55 views
return a value from a script
I am calling a batch file inside a nant script and would like to get the value ( a string of 5 characters) return back to the nant script and continue the nant script.
Please sugge …
4
votes
14answers
416 views
Better than MSDOS batch files?
Is there something better than using MSDOS in a bat file to run commmand line operations and copy files around.
I am running into the old chestnut "gotchas" with long file names e …
0
votes
4answers
236 views
What is the easiest way to reset ERRORLEVEL to zero?
I have a post-build event that runs some commands for a c# project. The last command would sometimes cause the ERRORLEVEL value not equils to zero and then the build fails.
I want …
1
vote
4answers
109 views
Can I get the short DOS name of a file from PHP?
I want to pass a file path as a parameter to an executable from PHP, and the file path may contain spaces. The executable doesn't seem to handle quotes around the parameter, so I t …
2
votes
2answers
212 views
Reverse Engineering old paint programs.
I've got a couple of really old MSDos based paint programs. They work on palette indexed image buffers. They have a number of spectacular shape drawing tools, brushes and effects t …
0
votes
2answers
132 views
Phar Lap Assembler: I Need information/documentation and binaries if possible.
I've inherited a rather old big and complex codebase for a program originally targeted at MSDOS. It turns out that some sections of this program are written in an obscure dialect o …
0
votes
3answers
129 views
~ character in dos…
In my dos prompt i have to put in a ~ character to open any files. but for some reason it wont show up in the dos box/prompt... I'm just wondering if there is any form of ctrl+? …
0
votes
3answers
345 views
Dos DIR command output in various localized versions - HELP
Hey all,
I have a strange (don't ask) need to see a few examples of a msdos (winxp cmd shell) DIR command for lots (some) of different localized versions of windows (eg. french, s …
-4
votes
1answer
120 views
BandWidth Calculation [closed]
How is the internet speed calculated by websites like speedtest.Net using which technique there are finding it .My sytem is connected to a proxy so what is the formula of claculati …
