Search Result
Collapse
12 results in 0.0026 seconds.
Keywords
Members
Tags
-
How to call a dos variable in visual basic?
I would like to know how to call a variable I have set in ms-dos using e.g. set h=hello in visual basic. Can this be done? -
Why DOS output of DEL commands to a file won't display error messages?
Hi. Yes DOS still lives.... I am directing multiple delete (DEL) commands to an output file e.g.
del /F /Q D:\Oracle\CoreM id\Apache\Apach e\logs\*.* >vh.txt
del /F /Q D:\Oracle\Core\ Apache\Apache\l ogs\*.* >>vh.txt
del /F /Q D:\Oracle\CoreM id\opmn\logs\*. * >>vh.txt
del /F /Q D:\Oracle\CoreM id\webcache\log s\*.* >>vh.txt
del /F /Q D:\Oracle\CoreI nfra\opmn\logs\ *.* >>vh.txt
I... -
Developing IDE for TASM. How to work with batch files using vb6.0?
I am a graduating college student. We have been developing an IDE for the turbo assembler as our thesis. Everything works out just fine in the text editor and other components of the IDE. But we encountered a problem in calling batch files. We decided to use a batch file to display the output. the batch file contains the following:
tasm sample
tlink sample
sample
first problem we encountered is that we... -
Randall Sturgis started a topic How can I write (put) a character in a specific spot on a dos console?in PythonHow can I write (put) a character in a specific spot on a dos console?
I am coding a fun little text base game to get back into programming. Most of the code is in python but I'm only designing it for a dos console so I'm occasionally using dos commands via Pythons "os" module.
I want to be able to put a character to the console without "redrawing" the current screen line by line. I hoped there would be a command like "print []" but where it would not just create a new line,... -
Johnj Gilbert started a topic ping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3in Windowsping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3
Can someone tell me how to get access to command line functions in windows xp sp3, when i run cmd.exe then ping ipconfig, telnet ftp etc from the cl i get the "is not recognized as an internal or external command...." error.
commands such as dir, cd etc work, but progs in the sytem32 folder dont work. my path var is ok and when i type path in the cl it returns the correct vals "c:\windows\sys tem32" etc. funnily enough my... -
How can I integrate DOS batch files in MS Access?
I need to transfer entire excel files (not just a range of data) from one directory to another using an Access Macro because I want to intersperse them with my other macros in Access. I want to run one macro that will call other macros. So I am thinking I need to figure out how to run DOS Batch files from Access and incorporate them in my Access dB. I think I have to use Shell / VBA.
If, for example, my batch file was Transfer01in.ba t,... -
Dos Attack Prevention Code
Hi all, I am looking for a Dos Attack Prevention Code in C++ to inspire from,
any suggestions ?
Thank you in advance. -
Change computer description with command line
I have a network a of about 250 computers, to which some have something in their computer description field and some do not. I would really like to add a computer description remotely from the command line. The only problem is I do not know what the command is. I've done some research and I've seen where some people made registry changes...I would really like to avoid doing this ;-) Any help would be greatly appreciated!
Jolly -
Run Dos command from VB.Net
I am a complete newbie at programing, but i still want to try learning how to do it. Then i thought instead of writing large amounts of code, i could just use the included Dos commands. However, i am not even sure how to run those from VB.NET. Are there any examples or snippets out there for me to use? -
Change codepage in txt file
Hello there,
I have a txt file (lets say 'C:\myfile.txt' ) which has a specific format.
How can I see what is the exact format of this file? And how can I change it to a DOS format? I want to make an import into a DOS program and the I have serious problem with code page.
THANK YOU FOR YOUR TIME!!!! -
How do you create a temporary virtual C drive?
I can't find any links that explain it the way I need it. Software needs to install a program directory to the C: drive, but my main partition is F:.
I had a similar problem around 2 years ago. I added a simple line of code in the DOS prompt to make my F: drive read as a C: drive until a reboot. I just can't for the life of me remember how it's done.
I'm using Win XP Pro 32-Bit. -
Changing icons with DOS commands
Hi, I'm in the proccess of building a windows installer from the ground up and I was wondering if there is anyway to change a file types icon with DOS commands? Any information at all would be really appreciated.