Mauky13
09.01.13,21:50
Ahojte,
potrebujem sa naučiť pracovať s príkazovým riadkom. Na nete som našiel iba samotné príkazy (čo znamenajú), ale neviem ich zapísať aby robili to čo majú. Stále mi vyhadzuje nejaké chyby.
Potreboval by som nejakú super stránku, alebo knihu ohľadom príkazového riadku. Najlepšie by bolo aj s nejakými príkladmi.

Ďakujem
Zoltan Miklos
09.01.13,21:23
kuk sem: http://ss64.com/nt/

a kuk prilohu (pdf)

a mozno ako priklad by si mohol uviest, co by si v tom prikazovom riadku chcel robit a ake chybove hlasky ti to vypisuje a mohli by sme ti poradit konkretnejsie.
bodliak
09.01.13,22:04
A ktorý OS ? Unix/linux, alebo nejaká Mrkvosoftina ?
Mauky13
10.01.13,12:33
Na začiatok by som sa potreboval naučiť hlavne prácu so súbormi...
Mauky13
10.01.13,12:34
A je to vo windowse
bodliak
10.01.13,21:56
vo windowsáckom príkazovom riadku si napíš HELP a vypíše ti zoznam príkazov.
Keď chceš viac o konkrétnom, zadaj
HELP príkaz
napr.

C:\temp>help
For more information on a specific command, type HELP command-name
ASSOC Displays or modifies file extension associations.
AT Schedules commands and programs to run on a computer.
ATTRIB Displays or changes file attributes.
BREAK Sets or clears extended CTRL+C checking.
CACLS Displays or modifies access control lists (ACLs) of files.
CALL Calls one batch program from another.
CD Displays the name of or changes the current directory.
CHCP Displays or sets the active code page number.
CHDIR Displays the name of or changes the current directory.
CHKDSK Checks a disk and displays a status report.
...


a konkrétne pre príkaz cd:

C:\temp>help cd
Displays the name of or changes the current directory.

CHDIR [/D] [path]
CHDIR [..]
CD [drive:][path]
CD [..]

.. Specifies that you want to change to the parent directory.

Type CD drive: to display the current directory in the specified drive.
Type CD without parameters to display the current drive and directory.

Use the /D switch to change current drive in addition to changing current
directory for a drive.

If Command Extensions are enabled CHDIR changes as follows:

The current directory string is converted to use the same case as
the on disk names. So CD C:\TEMP would actually set the current
directory to C:\Temp if that is the case on disk.

CHDIR command does not treat spaces as delimiters, so it is possible to
CD into a subdirectory name that contains a space without surrounding
the name with quotes. For example:

cd \winnt\profiles\username\programs\start menu

is the same as:

cd "\winnt\profiles\username\programs\start menu"

which is what you would have to type if extensions were disabled.


No a ak máš okná a nie windowsy, budeš to mať aj po našom, nie anglicky.