Tagged Questions

0
votes
1answer
31 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
1answer
32 views

Replacement for Vern Buerg’s list.com in 64 bit Windows 7

I would like to find a replacement for list.com, specifically the ability to accept piped input. For example: p4 sync -n | list which accepts the output of the perforce command …
0
votes
2answers
17 views

Load a new exe with gdb

I am currently trying to make use of gdb to disassemble an exe, and from my home, I start the application like such: gdb "c:\file.exe" And gdb starts and loads that file automat …
0
votes
1answer
59 views

How do I get the output of a Perl script into a file from the DOS prompt?

I'm generating a large XML document via a Perl script in a command window, however, currently it's printing the document to standard out. The Perl script modifiers do not have a sw …
0
votes
2answers
89 views

Automating old DOS application using Python

Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBox) from Python (on Windows)? I would like to send keys and strings to the applica …
0
votes
4answers
51 views

Dos/Windows Batch help in setting a variable from command output

I need to run a simple find command and redirect the output to a variable in a Windows Batch File/DOS. I have tried this: set file=ls|find ".txt" echo %file% But it does not wo …
1
vote
3answers
100 views

How do I append to an environment variable in a batch file?

I don't know how to describe exactly what I'm trying to do but here's an example batch file that demonstrates what I can't figure out.: I've got a batch file. Inside that batch f …
3
votes
3answers
95 views

DOS execution of assembly code

I'm writing a chunk of assembly that will register a tsr and then exit. I'm struggling to figure out how to properly assemble this to a format that I can execute in dos. i'm have …
3
votes
3answers
92 views

DOS Database - help needed to recognize what is it

Hello, today I got a copy of an old system from which I need to import data. The system is written in C and runs in DOS. It uses some kind of database. The file format seems to be …
0
votes
1answer
24 views

Help with DOS script (grab specific data from a file)

Hey Guys, I need to grab just the md5 value from a file and make it a variable which I can use to compare to another md5 value. The problem is this file looks like this: a7393f7 …
0
votes
2answers
45 views

Help writing DOS script to get get name of the most recent directory (time created)

Hey Guys, I need some help in getting the name of the most recent directory in a DOS script. I have found some information on getting the most recent file which works but I cann …
0
votes
3answers
29 views

Folder comparions on Command line

Hello, I want to compare two folders on Windows(Vista, XP) which have large number of huge size files, which i need to compare. If i use beyond compare or such tool to compare the …
2
votes
2answers
80 views

How do I compare timestamps of files in a DOS batch script?

In DOS batch files, the method of achieving certain things is somewhat obfuscated. Fortunately, there is a fantastic reference site for DOS batch scripting: Simon Sheppard's SS64. …
1
vote
3answers
58 views

DOS batch set problem

I had a problem with set not working in a batch file; it took a while to distil the problem; at first I thought it was to do with subroutine calls... The script @echo off setloca …
0
votes
3answers
32 views

View ram in DOS

Is there a way in dos (im using a dos boot disk on a linux machine) to view portions of ram? ie. some form of command to read the binary at a given address? edit: my bootable f …

1 2 3 4 5 11 next
15 30 50 per page