Be a Supporter!

How can I open a dos window in win?

  • 538 Views
  • 22 Replies
New Topic Respond to this Topic
djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
How can I open a dos window in win? 2009-07-30 17:07:27 Reply

How can I open a dos window in windows to run dos programms?

zNelson24
zNelson24
  • Member since: Mar. 19, 2007
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:08:29 Reply

run cmd

Jon
Jon
  • Member since: Aug. 6, 2006
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:28:55 Reply

C:/DOS
C:/DOS/RUN
RUN/DOS/RUN

:D


hello

djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:30:36 Reply

At 7/30/09 05:28 PM, wreckages wrote: C:/DOS
C:/DOS/RUN
RUN/DOS/RUN

D

While windows is open or do I have to shut it down?

Jon
Jon
  • Member since: Aug. 6, 2006
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:39:12 Reply

At 7/30/09 05:30 PM, djbdr248 wrote: While windows is open or do I have to shut it down?

lol, my post was an old joke.

open the run command and type cmd and press enter


hello

djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:39:31 Reply

This programm, how can I run this programm w/ windows open?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
  xmlns="urn:schemas-microsoft-com:asm.v1"
  manifestVersion="1.0">
<assemblyIdentity
    name="DevCpp.Apps.Project1"
    processorArchitecture="x86"
    version="1.0.0.0"
    type="win32"/>
<description>Project1</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="x86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>

# Project: Project1
# Makefile created by Dev-C++ 4.9.9.2

CPP  = g++.exe
CC   = gcc.exe
WINDRES = windres.exe
RES  = Project1_private.res
OBJ  = Untitled2.o $(RES)
LINKOBJ  = Untitled2.o $(RES)
LIBS =  -L"C:/Dev-Cpp/lib" -mwindows  
INCS =  -I"C:/Dev-Cpp/include" 
CXXINCS =  -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include" 
BIN  = Project1.exe
CXXFLAGS = $(CXXINCS)  
CFLAGS = $(INCS)  
RM = rm -f

.PHONY: all all-before all-after clean clean-custom

all: all-before Project1.exe all-after


clean: clean-custom
	${RM} $(OBJ) $(BIN)

$(BIN): $(OBJ)
	$(CC) $(LINKOBJ) -o "Project1.exe" $(LIBS)

Untitled2.o: Untitled2.c
	$(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS)

Project1_private.res: Project1_private.rc Untitled3.rc 
	$(WINDRES) -i Project1_private.rc --input-format=rc -o Project1_private.res -O coff 

[Project]
FileName=Project1.dev
Name=Project1
UnitCount=2
Type=0
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=Project1_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=0
Icon=Project1.ico
ExeOutput=
ObjectOutput=
OverrideOutput=0
OverrideOutputName=Project1.exe
HostApplication=
Folders=
CommandLine=
UseCustomMakefile=0
CustomMakefile=
IncludeVersionInfo=0
SupportXPThemes=1
CompilerSet=0
CompilerSettings=0000000000000000000000

[Unit1]
FileName=Untitled2.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

[VersionInfo]
Major=0
Minor=1
Release=1
Build=1
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0

[Unit2]
FileName=Untitled3.rc
Folder=Project1
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=
djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:41:05 Reply

I can not find dos in my C: is it possable I do not have dos on this comp?
How can I get to it?

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 17:48:20 Reply

At 7/30/09 05:41 PM, djbdr248 wrote: I can not find dos in my C: is it possable I do not have dos on this comp?
How can I get to it?

Windows key + R > "cmd"


BBS Signature
Relish
Relish
  • Member since: Jan. 22, 2008
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 19:56:09 Reply

At 7/30/09 05:28 PM, wreckages wrote: C:/DOS
C:/DOS/RUN
RUN/DOS/RUN

D

Hahaha I get it :P

But yeah on vista the easiest way is to hit start, type Run, and hit enter.

Relish
Relish
  • Member since: Jan. 22, 2008
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 19:57:39 Reply

At 7/30/09 05:48 PM, smulse wrote: Windows key + R > "cmd"

Oh hmm, I didnt know you could do that :o

djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 20:11:49 Reply

Ok now that I have dos open how can I get it to open the file?
I don't know how to give it the location of the folder.

djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 20:27:43 Reply

I can't run this C++ programm.

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to How can I open a dos window in win? 2009-07-30 22:12:04 Reply

At 7/30/09 08:27 PM, djbdr248 wrote: I can't run this C++ programm.

Do you even know what you are doing? I mean, do you know what that "program" does?


BBS Signature
djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-30 22:34:53 Reply

Yeah, this programm changes the text on your windows start menu.
But I'm just using it as a test to figure out how to run programms like these.

Jon
Jon
  • Member since: Aug. 6, 2006
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to How can I open a dos window in win? 2009-07-31 05:08:12 Reply

At 7/30/09 10:34 PM, djbdr248 wrote: Yeah, this programm changes the text on your windows start menu.
But I'm just using it as a test to figure out how to run programms like these.

the easiest way to change the start menu text is to download registry hacker and modify explorer.exe. there are TONS of tutorials online for this.


hello

djbdr248
djbdr248
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to How can I open a dos window in win? 2009-07-31 16:00:48 Reply

I need a working address bar texxt feild in the swf that will open up what ever site they input inside of the swf.

TheRyoku
TheRyoku
  • Member since: Nov. 8, 2007
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to How can I open a dos window in win? 2009-07-31 16:36:57 Reply

At 7/31/09 04:00 PM, djbdr248 wrote: I need a working address bar texxt feild in the swf that will open up what ever site they input inside of the swf.

What in the world are you talking about?

Jon-86
Jon-86
  • Member since: Jan. 30, 2007
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to How can I open a dos window in win? 2009-07-31 16:50:08 Reply

At 7/30/09 05:28 PM, wreckages wrote: C:/DOS
C:/DOS/RUN
RUN/DOS/RUN

D

Lisa reads comic book guys t-shirt in the Mensa episode :)


PHP Main :: C++ Main :: Java Main :: Vorsprung durch Technik
irc.freenode.net #ngprogramming

BBS Signature
Borealis123
Borealis123
  • Member since: Jun. 22, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to How can I open a dos window in win? 2009-08-01 12:15:03 Reply

The code you have is not executeable. If I am correct, you download something that allows you to edit the code of files, and replace a certain part of it with that.

kiwi-kiwi
kiwi-kiwi
  • Member since: Mar. 6, 2009
  • Offline.
Forum Stats
Member
Level 09
Programmer
Response to How can I open a dos window in win? 2009-08-01 12:31:25 Reply

At 8/1/09 12:15 PM, Borealis123 wrote: The code you have is not executeable. If I am correct, you download something that allows you to edit the code of files, and replace a certain part of it with that.
# Makefile created by Dev-C++ 4.9.9.2

It's a makefile, it's basically a file that tells the system how to compile the project.
Under Linux you'd just type make all in a terminal and that's it. Under windows, if you can see that, then your application is probably already compiled and all you need to do is find its exe.

adam2510
adam2510
  • Member since: Oct. 2, 2005
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to How can I open a dos window in win? 2009-08-02 02:03:04 Reply

At 7/30/09 05:39 PM, djbdr248 wrote: This programm, how can I run this programm w/ windows open?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

does he even realise thats XML :P


Web Hosting: Free! Premium!

BBS Signature
FU101
FU101
  • Member since: Jun. 24, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to How can I open a dos window in win? 2009-08-16 23:57:30 Reply

At 7/30/09 05:08 PM, zNelson24 wrote: run cmd

YOUR A FAGGOT ASS FAGGOT!!!!!

Wonderful
Wonderful
  • Member since: Jul. 27, 2008
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to How can I open a dos window in win? 2009-08-17 00:55:17 Reply

At 8/16/09 11:57 PM, FU101 wrote:
At 7/30/09 05:08 PM, zNelson24 wrote: run cmd
YOUR A FAGGOT ASS FAGGOT!!!!!

You're*


Posted from Linux. Distro may vary.