Microsoft Disk Operating System. A console-based operating system for personal computers.
1
vote
1answer
29 views
Why did mov dx,0 fix this division routine?
A simple loop to find the largest divisor, which would be the integer of the root, in this case dropping out at 5 in a 345 triangle
mov ax,3
mul ax
...
0
votes
1answer
31 views
Call 5 interface on MS-DOS
I have a Hello, World program for MS-DOS that uses int 21h to make system calls.
mov dx,hello
mov ah,9
int 0x21
mov ah,0
int 0x21
"hello" is the address of the string 'hello, world',13,10,'$'.
The ...
0
votes
1answer
22 views
MS-DOS timestamp in filename
I have the following in a batch file.
set timefmt=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%
dir *.* > logfile_%timefmt%.log
This works perfectly after 10am, but fails before hand because it adds a ...
0
votes
4answers
62 views
Replace or delete certain characters from filenames of all files in a folder
How do I delete certain characters or replace certain characters with other characters by some batch file execution, for filenames of all files in a Windows folder in one go, is there a DOS command ...
0
votes
2answers
31 views
A batch file that search for a file, rename file and move it to another directory
@echo OFF
for /f "tokens=1-5 delims=/ " %%d in ("%date%") do rename "E2F.csv" E2F0%%g%%f%%e.csv
PAUSE
POPD
I want a batch script that does the following:
search for a file called E2F.csv
The ...
0
votes
3answers
21 views
How to overwrite a text file from a batch file
I am aware you can append to the end of a file with batch like so...
echo I like turtles >> file.txt
but I would like to overwrite the file instead.
How could this be done?
2
votes
1answer
38 views
Copy Multiple Files with Same Characters to a Single File
I have a lot of files that need to be joined. Existing file naming structure is 20130514ABCD.txt where the file naming convention is year, month, date, city. I would like to merge files with same last ...
1
vote
1answer
41 views
Cannot write result of batch file processing using DOS START command
I have a batch file which will run multiple programs using DOS start command. However, I could not write the programs' result to their respective text file.
start program1.exe > result1.txt
start ...
0
votes
1answer
35 views
Bat file Disconnecting a network drive if it exists
I need your help.
How can a batch file be written to check to see if a network drive is connected and if it is ask the user to Y/N to delete it?
1
vote
3answers
130 views
MS-DOS Batch file pause with enter key
Is it possible in MS-DOS batch file to pause the script and wait for user to hit enter key?
I wish to do this inside a for loop. After each iteration, I want the script to pause and wait for user to ...
0
votes
2answers
81 views
Windows ms-dos command - create lots of SAME subfolders under EACH parent 3rd level folder
I have a folder structure like this:
world
country
city1
city2
city3
...
Because of my job, I needed to create lots of SAME subfolders under EACH city. I ...
0
votes
2answers
39 views
Batch File That Finds Name of Latest file & Imports it
I have MS DOS command that runs a program and imports a file in to the program, the issue is that the file is generated in to a specific folder and named using the date/time etc, therefore the name is ...
0
votes
2answers
52 views
error in code to clean the screen x86 for dos
Please help me to found the error in this code. It should clean the screen but it doesn't work correctly.
include inout.asm
.model small,c
.stack 300h
.486
.data
.code
.startup
mov ah,0
...
0
votes
2answers
37 views
Using Wild card for removing directory in dos
I am working on a application that needs to remove folders from inside a folder. BUT the Folder name will have the same general name minus the end of it. NA_monthlyGP_20130131, The numbers will ...
0
votes
1answer
26 views
how do I log dir from FTP
I made a FTP script but I need logging of the transfer
specially a list of the files on the remote FTP (result of ls or dir)
And now I only get a log of the FTP commands, not the result
get.bat
ftp ...
-10
votes
0answers
67 views
I want to make an ms-dos like console [closed]
I want to make a full screen console (like cmd) but full screen! I want to make it look like ms-dos. It will look like ms-dos and it will run cmd commands and also batch files is this possible?
Like ...
1
vote
1answer
34 views
Get Random File Order in Dos FOR Command
Here is DOS
FOR /R folder %%f in (*.filetype) DO something
I like to achieve, when each time run this, random file order will be feed to something from FOR loop
0
votes
1answer
102 views
8086 Interrupt 21H Problems [duplicate]
I feel as if I don't understand the function 0AH of interrupt 21H in 8086 assembly. I read syntax tutorials such as:
"The first byte of the buffer specifies the maximum number of characters it can ...
1
vote
1answer
31 views
Replacing files in one folder and all its subdirectories with modified versions in another folder
I have two folders, one called 'modified' and one called 'original'.
'modified' has no subdirectories and contains 4000 wav files each with unique names.
The 4000 files are copies of files from ...
0
votes
1answer
122 views
Timer interrupt in C
I have to write a c file which is about timer interrupt.Program will run on DosBox.
Features of program is simple :
Program call a function(which is typed by me) for each timer interrupts.And ...
1
vote
0answers
159 views
I am trying to output a string from array in 8086 assembly
BITS 16
ORG 0x0100
SECTION .text
MAIN:
mov DI,array
call GetString
call Putln
call PutString
call Putln
mov SI,array
;jmp Next
;Next:
mov AX,4C00H
...
0
votes
1answer
91 views
How to rename folders in Windows 7: DOS that have spaces in the name? [closed]
How do I rename a path that has spaces in it under Windows 7: DOS:
rename c:\ho hum\new folder -> c:\ho_hum\new_folder
0
votes
1answer
23 views
list names in folder, do action and go back to folder in batch
Im facing the following:
I have a Folder with many folders named P_1400 to P1_1499 (A HUNDRED FOLDERS)
I want to script something that would access each folder and perform action
Lets say:
>cd ...
0
votes
2answers
42 views
Print MS-DOS %PATH% with every entry on new line
Hello and sorry for my bad English.
I have a task: print all entries of %PATH% variable on new line. F.ex:
C:\Program Files\
C:\Windows
C:\Windows\System32 and so on...
0
votes
2answers
172 views
MS DOS Command Prompt - Providing several input file names in one command
Probably basic question, but either I cannot find the answer, or I don't know what words to use to search for them.
I have a command line program which accepts three file names after the .exe has ...
-5
votes
2answers
52 views
batch file for copying particular extension files to pendrive [closed]
I want to search autocad files from my computer all drive and to copy them in my pendrive. Please give me that kind of batch file.
0
votes
1answer
31 views
listing folders and naming in batch
Im now trying to improve my old script with your knowledge
here is my actual script
@echo off
SET DSESS=%CD:~22,6%
SET SSESS=P_S013
for /f %%i in ('dir /b /a-d %DSESS%_*.png') do (
convert %%i ...
0
votes
1answer
31 views
create loop in batch for multiple export with ImageMagick
Im trying to make a batch file that process multiple image files.
The files are named P_1316_0001.png P_1316_0002.png P_1316_0003.png etc..
LETs sqy P_1316 is VARSESSION)
thanks to the ImageMagick ...
1
vote
1answer
49 views
How to copy specific file types from one folder into another folder
How do you copy specific file types from one folder into another folder while retaining the folder structure?
The following batch command is capable of copying the specific file types to a folder, ...
0
votes
3answers
119 views
Batch File in a line of a specific text file
How could I delete a part of each line in a text?
Example:
</td><td valign="top" style="font-weight:bold;">1100052719
</td><td valign="top" ...
0
votes
1answer
121 views
my .com file won't open port COM 1, assembly
I'm programming a chat between 2 computer using the serial cable, this is my first time using assembly. I've been working so far on the interface without problems, i'm using NASM to compile the .asm ...
0
votes
1answer
110 views
Appending to a text file in assembly
Good day! I have here a TASM code and it does not append the new string when I run the program again. What are the lines of code for appending? Thank you very much!
; This example program creates a ...
0
votes
4answers
303 views
How do I exclude specific file names from an MS DOS dir list?
I am creating an MS DOS batch script that needs to list every .bat file in the current directory, but not show autoexec.bat or other utilities or systems .bat files that shouldn't be run by the user.
...
0
votes
2answers
78 views
clusters, pages, sectors in FAT file system
Im trying to understand the concept of a "cluster" in a FAT filesystem. Specifically what is the relationship between a cluster, a Block, A Sector.
My understanding is the following
1) A ...
0
votes
0answers
71 views
Assembly Game Sound Code
I am a beginner at Assembly. I am trying to make a DDR like game. Can someone please help me call the audio (SONG1 PROC) properly in the play window alongside with the graphics? The graphics are ...
-1
votes
1answer
106 views
error in palindrome checking code in x86 assembly for DOS
This code should check if the string is a palindome or not.
But it always prints "yes" for any string. How can I fix this problem?
I think the error is in in some jump instruction.
What is the ...
0
votes
0answers
76 views
-Search string from multiple files and when found copy that file to new folder
-Search a particular string from multiple text files and when string found, copy that file to new folder.
-For example.. we have 1000 text file and I am looking for a specific string which is unique ...
0
votes
1answer
63 views
Copying a folder, but excluding specified sub-directories
I need help with copying a folder, but doesn't copy sub-folders with the names that are specified in a text file. The text file is located:
U:\Directory\Directory\Textfile.txt
I need to copy ...
0
votes
0answers
36 views
Printing the ASCII value (not character) in x86 Assembly [duplicate]
I'm a newbie with assembly language and I'd like to display the ASCII value of a character which I have stored in register CX.
Any ideas how to do it? Thank you in advance for your answers.
0
votes
2answers
419 views
Storing and incrementing integer variables in MASM x86 assembly
I'm trying to understand assembly. Today's topic is: "Storing and incrementing int variables and printing numbers" :)
So here's my code
dane segment
count db 0
dane ends
code segment
...
1
vote
2answers
263 views
How to delete Internet history and cookies via DOS command
Even when you delete the Internet History or cookies via your browser, it still exist in your computer;Please what is the DOS command that do the task for good .
Thank you very much
2
votes
2answers
57 views
Is there a way to check for redirection inside a batch file?
If we have a batch file being redirected to a log like so:
C:\Testing\Example.bat > C:\Testing\Example.log
Is there any way inside the batch file to determine if there's a standard output ...
1
vote
2answers
291 views
Batch file FOR Loop via a text file of IP Addresses not working
Grateful for any help.
Have been trying to write a batch file that simply pings a list of IP address from a text file.
I know it can be done using the following code:
FOR /F %i in (yourFile.txt) DO ...
0
votes
0answers
77 views
print inverse of input using stack in 8086 assembly
.MODEL SMALL
.STACK 100H
.DATA
m1 db 0dh,0ah,'ENTER NUMBER(O,9):$'
.CODE
MAIN PROC
;display user prompt
lea Dx,m1
MOV AH,9
...
0
votes
1answer
60 views
Batch file to find number of folders under particular folder
I have a folder named Test under C:\Users\Desktop\Test
I want to find count of all sub folders under folders named Zone inside Test.
For example if we have folders like:
Test->Zone->Folder1 / ...
0
votes
2answers
79 views
Write batch file to count folders inside main folder
I am new to this, i am trying to write a batch file to calculate number of folders inside folder. Can someone please help me?
Here is folder system:
I have hundreds of folders like:
Area1
Area2
...
0
votes
2answers
60 views
Writing .com program's environement (NASM)
I'm having problem with writing .com program's environement. I know, it's placed at es:2ch when es points at the begining of the psp. Here's my code:
org 100h
mov cx,256
mov ah,2
...
0
votes
0answers
51 views
Unable to create JVM when specifying a splash parameter (Japanese XP)
I tried googling and searching for a solution to this problem but couldn't find it. I hope someone can help me.
My application has a jre folder associated to it that is used when running my tool.
In ...
0
votes
2answers
320 views
Colored Hello World in TASM
Good day. I'm new in assembly language and I'm trying to print a colored "Hello World" in TASM. Here is my code so far. It just prints "hello world" without a color.
.model small
.stack 100h
.data
...
0
votes
1answer
77 views
How to append a list of directories provided in a text file to PATH variable?
I have a text file list.txt consisting of directories as follows.
C:\Program Files\gs\gs9.07\bin
C:\Program Files (x86)\Adobe\Reader 11.0\Reader
C:\Program Files (x86)\Google\Chrome\Application
...




