TWLan Forum
Ausführen bei XP und Vista - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Spielerprojekte (https://twlan.org/forumdisplay.php?fid=9)
+------ Forum: Tutorials (https://twlan.org/forumdisplay.php?fid=11)
+------ Thread: Ausführen bei XP und Vista (/showthread.php?tid=1211)

Pages: 1 2


Ausführen bei XP und Vista - SlimShady95 - 28.02.2009

Also man kennt das ja:
Jemand sagt man soll Start --> und dann Ausfürhen, nun bei XP is das ja noch ganz leicht, aber wie geht das bei Vista?

Start Taste (Wo dann das Startmenü kommt) und gleichzeitig R drücken
Edit: Geht bei XP auch ^^

MfG Manuel


RE: Ausführen bei XP und Vista - SlimShady95 - 01.03.2009

So hab mal ein Tut gemacht, wie mann bei Vista auch die "Ausführenbox" hingriegt Wink

[Link]
Edit: Musste den Hoster ändern, da man die Datei nur 2mal anklicken konnte, dann stand da "Sie haben die Datei schon zu oft runtergeladen"


Edit2: iNk hat gesagt man muss sich im Forum anmelden für die Datei, sorry Wink
Wenn ihr die Datei runterladet, meldet euch bitte auch im Forum an [Link]
Danke

MfG Manuel


RE: Ausführen bei XP und Vista - Agamendon - 01.03.2009

gutes tut;

hier mein vorschlag:
eine shell datei (mit endung ".js") mit den inhalt auf dem desktop speichern

Code:
shell=new ActiveXObject('WScript.Shell');
shell.SendKeys('^{ESC}',true);
WScript.Sleep(200);
shell.SendKeys('ausführen',true);
WScript.Sleep(500);
shell.SendKeys('^{ENTER}',true);

habs nur unter vista aufgebaut, in xp hoffe ich sollte es auch gehen

mahl schaun
was noch gehen täte staat das aufwändige:

bei vista einfach mit rechtsklick auf die leiste* klicken und auf eingenschaften. dan auf anpassen und das häckhen bei "Befehl Ausführen" resultat ist das gleiche wie in deinen tu geht nur schneller Smile

*ich hab die leiste immer neben "ausschalten" und "sperren" knopf rechts geklickt da es die leichteste stelle ist keinen befehl ausversehen zu rechtsklicken

mfg Daniel


RE: Ausführen bei XP und Vista - SlimShady95 - 01.03.2009

(01.03.2009, 12:50)Agamendon Wrote: gutes tut;
Erst mal danke Wink

(01.03.2009, 12:50)Agamendon Wrote: hier mein vorschlag:
eine shell datei (mit endung ".js") mit den inhalt auf dem desktop speichern

Code:
shell=new ActiveXObject('WScript.Shell');
shell.SendKeys('^{ESC}',true);
WScript.Sleep(200);
shell.SendKeys('ausführen',true);
WScript.Sleep(500);
shell.SendKeys('^{ENTER}',true);

habs nur unter vista aufgebaut, in xp hoffe ich sollte es auch gehen

Hab schon bissel was mit Shell/WSH gemacht, muss die Endung dann nich .vbs sein? Also ich nehm immer .vbs Tongue .js is doch Javascript, naja egal, solange es geht Tongue

MfG Manuel


RE: Ausführen bei XP und Vista - Agamendon - 01.03.2009

ehm stimmt aber mit .js gehts schneller


RE: Ausführen bei XP und Vista - dolanar - 01.03.2009

Geht aber auch einfacher Big Grin

Rechtsklick Auf Taskleiste -> Eigenschaften -> Startmenü -> Anpassen... -> Bei: Befehl "Ausführen" das Häkchen setzen

Und dann wirds bei klick auf das Windows symbol angezeigt Wink


RE: Ausführen bei XP und Vista - Agamendon - 01.03.2009

(01.03.2009, 19:00)dolanar Wrote: Geht aber auch einfacher Big Grin

Rechtsklick Auf Taskleiste -> Eigenschaften -> Startmenü -> Anpassen... -> Bei: Befehl "Ausführen" das Häkchen setzen

Und dann wirds bei klick auf das Windows symbol angezeigt Wink

nice, hate vorhin ganau das gleiche mit neben herunterfahren und sperren aber so gehts natürlich leichter


RE: Ausführen bei XP und Vista - agrafix - 01.03.2009

~smalltalk entfehrnt - wenn ihr privat diskutieren möchtet, so macht dies bitte per PN!


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

Is this a toutorial on how to get dslan work on vista?
If yes can someone please translate to english.


RE: Ausführen bei XP und Vista - SlimShady95 - 19.03.2009

No its a tutorial, what sas you, how you get the "Ausführen" ("Run") und your startmenu on vista.
Sorry for my bad English...

MfG Manuel


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

So is it possible to run dslan on vista or not?
I really want this to work so i will install XP if i need


RE: Ausführen bei XP und Vista - SlimShady95 - 19.03.2009

sure it is possible ;]
you must extract the downloaded file and run setup_xammp.bat, refresh, run apache_start.bat, mysql_start.bat and let it open, then you must go to this site:
http://localhost or for adminpannel http://localhost/admin/

@ Black: Haha war schneller Tongue

MfG Manuel


RE: Ausführen bei XP und Vista - Black Arrow - 19.03.2009

yes it is possible to run dslan on vista.


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

(19.03.2009, 15:55)SlimShady95 Wrote: sure it is possible ;]
you must extract the downloaded file and run setup_xammp.bat, refresh, run apache_start.bat, mysql_start.bat and let it open, then you must go to this site:
http://localhost or for adminpannel http://localhost/admin/

@ Black: Haha war schneller Tongue

MfG Manuel

I tryed this but apache_start.bat did not work or used very long time, is this normal.

Thanks alot for the help


RE: Ausführen bei XP und Vista - SlimShady95 - 19.03.2009

What does apache_start.bat do?

MfG Manuel


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

It opens CMD (command prompt) and start apache 2


RE: Ausführen bei XP und Vista - Black Arrow - 19.03.2009

(19.03.2009, 15:58)Kristure Wrote: I tryed this but apache_start.bat did not work or used very long time, is this normal.

Thanks alot for the help


no, it isn't. Show apache_start.bat a error message?


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

[Image: xf53cl.jpg]


RE: Ausführen bei XP und Vista - Agamendon - 19.03.2009

whats the problem ?
its normal so..


RE: Ausführen bei XP und Vista - Kristure - 19.03.2009

So i must just wait?
If yes how long?
I really don't like to wait Tongue

Do i have open all at the same time
I tryed to open all at the same time and this happend
Bitte erst bei einem gewollten Shutdown schliessen
I did this maybe that is the problem

Quote:C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21>cd htdocs\daemons

C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21\htdocs\daemons>..\..\apach
e\bin\php.exe event.php
X-Powered-By: PHP/4.4.4
Content-type: text/html

´??Es konnte keine Verbindung mit dem MySql Server hergestellt werden.
C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21\htdocs\daemons>goto endlos


C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21\htdocs\daemons>..\..\apach
e\bin\php.exe event.php
X-Powered-By: PHP/4.4.4
Content-type: text/html

´??Es konnte keine Verbindung mit dem MySql Server hergestellt werden.
C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21\htdocs\daemons>goto endlos


C:\Users\Kristoffer\Downloads\dslan_v1.21\dslan_v1.21\htdocs\daemons>..\..\apach
e\bin\php.exe event.php
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '#48' is not a compiled character set and is not specified in the
'c:\mysql\share\charsets\Index' file

This happend on the dslan start