dos
Adding Buttons in DOS [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reaso开发者_开发百科nably answered in its current form.[详细]
2023-03-11 18:07 分类:问答Sound Multithreading
I want to play sound while a game is running. I know how to play sound and run the game, but I can\'t do them at the same time. The DOS game pauses while the sound is playing. Here is the cpp code for[详细]
2023-03-11 17:39 分类:问答How do I store the full filename matching a wildcard into a batch file variable?
I want to write a Windows/DOS batch file for Windows XP, Vista, and Windows 7.In a given directory, I will have a single file that matches, \"selenium*.jar\".How do I store the full file name in a var[详细]
2023-03-11 06:41 分类:问答Trouble copying a file in a Windows batch script
In Windows XP, I want it to copy the only file matching the pattern, selenium*.jar to a local directory.[详细]
2023-03-11 04:05 分类:问答How to output date to a text file, filename in Windows XP
I have tried many ways of doing this in a batch file, although when outputting to a filename, I get \"/\" in them, so it can\'t output it to a text file, I realize they differ, so one which works in X[详细]
2023-03-11 01:29 分类:问答Is there a way of checking file availability in a DOS script?
Background: I have a post-build process that copies a file to another location. It looks like this: copy $(TargetPath) \"%programfiles%\\mypath\"[详细]
2023-03-10 16:14 分类:问答MS-DOS debug -l 0 not working
I want to write a bin file to a flash drive. I\'m supposed to run: n helloworld.bin l 0 w 0 0 0 1 But when I run l 0 I get a Fi开发者_StackOverflow社区le not found error. What am I doing wrong?Two[详细]
2023-03-09 15:25 分类:问答Timing a Process (Windows 7 DOS Prompt)
I am running a C++ program and want to know how much time it takes. I can do it with in-built functions in the header files time.h and Windows.h but I want to use something like \"time\" command in UN[详细]
2023-03-08 18:16 分类:问答Windows command works from command prompt but not in cmd file. Any idea why?
I am trying to run the following command from a batch file (I go开发者_如何学Got the idea from this answer), but it doesn\'t seem to work. Yet when I run it from a cmd window, it runs fine.[详细]
2023-03-08 16:47 分类:问答Is it possible to run Java-GUI programs under Dos systems
I was surprised if there is any way to run Java Swing or AWT under a DOS operating system, like freedos. Is there an开发者_运维技巧y other way to run a Java GUI under DOS?Not exactly DOS, but you can[详细]
2023-03-08 15:36 分类:问答