I have a file that contains multiple lines of data, e.g: dfscmd /map \"\\SERVER\\PATH\\AREA\\testuser\" \"\\NEW_SERVER\\PATH\\testuser\" \"DFSLink Home Drive: Test, User\"
Using MS-DOS 8.0, what is the best way to determine the length of a string? I looked through Computer Hope (http://www.computerhope.com/msdos开发者_开发技巧.htm), but no commands jumped out at me...
Fro开发者_运维问答m a DOS command I want to move all files that do not match a file name pattern.
I am attempting to create a shortcut that will load the vcvarsall.bat (Visual Studio Command prompt) under a runas command. Specifically, I want a shortcut that starts in a specific folder; has the ru
I have a batch file (.BAT) and would like to capture its output into a file automatically every time it is run.I know I can use redirection but then I wouldn\'t be able to watch it as it\'s running.Al
I have a program which when it runs it fills Temp folder with lots of .tmp files. This is causing C drive to fill up. I have been asked to investigate if it\'s possible to write a script in dos to del
can anyone please suggest a method (ruby, python or dos preferable) to remove only the different files and sub-folders between two given folde开发者_StackOverflowrs?
I have a need to use the DOS command FINDSTR to search in all our source code files mixed with other types 开发者_如何学Pythonof files such as PDF, exe, dll, etc.
I have a binary data file, in a format used by a relatively ancient program, which I am trying to convert into something sane.With the help of a Hex editor I have basically worked out the file format
I want to print an array of characters, these characters are underscores first. Then the user can write characters on these underscores.I used gotoxy() but it doesn\'t work properly.