Kleiner cmd Kniff

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Kleiner cmd Kniff

    Wer kennt das nicht: Man will von einer Part auf eine andere wechseln und dazu auch gleich noch in ein bestimmtes Verzeichnis dort rein.
    PHP Code:
    f: <enterund cd temp/user <enter
    sind gleich zwei Befehle.
    PHP Code:
    cd f:/temp/user <enterf:<enter
    wechselt direkt in das gewünschte Verzeichnis.
    @mods: Verzeiht mir wenn ich was uraltes erst jetzt bemerkt habe

    Gruss

    tobi
    EDIT:
    Die Backslashes entfernt das Forum automatisch. Die Slashes mit Backslahes ersetzen.
    Last edited by jahlives; 14-03-2005, 09:45.
    Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

    [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
    Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

  • #2
    Wenn ich statt
    • f: [Enter]
    • cd temp\user [Enter]
    • cd f:\temp\user [Enter]
    • f: [Enter]
    schreibe, dann sind das doch auchzwei Befehle oder?

    Was aber geht:
    Code:
    F:\>[b]cd /d c:\winnt[/b]
    
    C:\WINNT>
    Ich denke, also bin ich. - Einige sind trotzdem...

    Comment


    • #3
      schreibe, dann sind das doch auchzwei Befehle oder?
      Das ist richtig so. Nur kannte ich diese "Funktion" von Windows nicht.
      Dein Weg ist aber wirklich nur ein Befehl --> also viel besser
      Gruss

      tobi
      Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

      [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
      Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

      Comment

      Working...
      X