Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
creating new dos window
Name: ken teo Date: November 24, 2008 at 20:35:04 Pacific OS: win xp CPU/Ram: 1.9 GHz, 128M Product: IBM
Comment:
can anyone tell me how to create a new dos window using visual c++, in borland you can just use window but it is not supported in visual c++, tks.
By the way, there's no such thing as a "DOS window" in Windows XP. It's called a console window, or, if it runs CMD.EXE, and Command Prompt Window (CMD.exe is not DOS.)
0
Response Number 3
Name: ken teo Date: November 30, 2008 at 21:05:44 Pacific
Reply:
ok, tks.
how do i then printf to the new dos console, if i already have another original dos console, tks
Summary: I've wrote the below script and most of it is functioning properly: --------------------- 'VBScript sub createou(x) 'Defining VBScript procedure set dom = Getobject("LDAP://dc=swantafe,dc=edu,dc=au") ...
Summary: I've created a basic batch file that copies a file from one location to another. The batch file consists of one line: copy \\computer\share\file.doc c:\backup I'd like to make it so that when the o...
Summary: You could go to Start > Run > and type "Command" to open a DOS window (or open it from Start > Programs > Accessories), and then run your program from there (for example, type cd\Pathofyourprogram and...