Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsHow can I open a dos window in windows to run dos programms?
C:/DOS
C:/DOS/RUN
RUN/DOS/RUN
:D
hello
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?
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
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= 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?
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"
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.
At 7/30/09 05:48 PM, smulse wrote: Windows key + R > "cmd"
Oh hmm, I didnt know you could do that :o
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.
I can't run this C++ programm.
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?
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.
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
I need a working address bar texxt feild in the swf that will open up what ever site they input inside of the swf.
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?
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 :)
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.
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.
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
At 7/30/09 05:08 PM, zNelson24 wrote: run cmd
YOUR A FAGGOT ASS FAGGOT!!!!!
At 8/16/09 11:57 PM, FU101 wrote:At 7/30/09 05:08 PM, zNelson24 wrote: run cmdYOUR A FAGGOT ASS FAGGOT!!!!!
You're*
Posted from Linux. Distro may vary.