Šta je novo?

Font problem

GandalfSivi

Čuven
Učlanjen(a)
15.01.2002
Poruke
16
Poena
604
Upravo sam provalio da uopste nemam komandu install new font u Fonts folderu a ako samo kopiram font komp ga uopste ne registruje. Iz tih razloga ja kao prosti korisnik nisam bas najsigurniji sta da radim, drugim recima pojma nemam. Hellllllllllllllllllllllllllll - p.
 
GandalfSivi je napisao(la):
Upravo sam provalio da uopste nemam komandu install new font u Fonts folderu a ako samo kopiram font komp ga uopste ne registruje. Iz tih razloga ja kao prosti korisnik nisam bas najsigurniji sta da radim, drugim recima pojma nemam. Hellllllllllllllllllllllllllll - p.

Pre oko godinu dana imao sam slican belaj na win98. Iako nisi naveo koji OS imas, ja cu ti ovde opisati resenja za win98:

Odes u DOS prompt

Prebacis se u Windofs folder - otkucas komandu: cd\windows, i pritisnes ENTER (naravno ako ti je windows instaliran u "Windows" direktorijumu, a trebalo bi da jeste: a ako nije onda uskladi komandu sa onim kako je kod tebe.

Tamo otkucaj komandu: attrib fonts +s, i pritisni ENTER.

Izadji iz DOS-a (otkucaj Exit u dos promptu i pritisni ENTER)

Restartuj masinu.

Otvori Control Panel, u njemu nadji ikonu Fonts i dvoklikni na nju. U novootvorenom prozoru Idi na meni "File" i sada bi komanda "Install new fonts" trebala da bude tamo, pa mozes normalnoinstalirati nove fontove.

Ne mozes menjati atribute za Fonts direktorijum iz windowsa, zbog toga se moralo ici u dos.

E sad ako koristis neki NT onda evo imas par premisa pa sam izvedi neki zakljucak. (bitno je da promenis sistemske atribute Fonts direktorijumu tj, da on sistemu bude oznacen kao systemski direktorijum.
 
Hvala maestro jeste 98ica i sad sve sljaka ko sat, Uzgred nisam ja bas potpuno zaboravio DOS pa da moras da mi napomenes svako enter...cheers
 
GandalfSivi je napisao(la):
Hvala maestro jeste 98ica i sad sve sljaka ko sat, Uzgred nisam ja bas potpuno zaboravio DOS pa da moras da mi napomenes svako enter...cheers

Sto bi se kazlo - "you are welcome"
 
||NeX|| je napisao(la):
Ima li neko spisak svih dos naredbi, onako usput?


Ovo nije spisak svih vec samo onih koje se najcesce koriste:


Commonly Used DOS Commands
P005


FORMAT
Formats a disk in order to accept DOS application and system files. A DRIVE CANNOT READ A DISK UNLESS IT HAS BEEN FORMATTED.

FORMAT A: /V
formats a diskette in drive A and system prompts for a volume label (name)
FORMAT A: /S
formats diskette as a system disk
FORMAT A:/F:720 or 1.44
to format 3.5" low or high density diskettes
Hint: Formatting erases existing data.


DIR (directory)
Lists the files in a directory.
DIR TEST.TXT
lists (not types) file TEST.TXT
DIR /p
lists files one page at a time on the screen (press any key to show next page)
DIR /S
lists all files in directory and shows total disk space used
DIR A:
lists files in drive A
DIR/w
lists files in a wide screen format; shows no attributes

MD (make directory)
Creates a directory.
MD TEST
makes a directory named TEST
MD \TEST
makes a directory named TEST directly off the root directory

CD (change directory)
Switches between directories.
CD TEST
changes to directory named TEST
CD \TEST
changes to root directory, then to directory named TEST (this works if you are in another directory)
CD \
changes to root directory

RD (remove directory)
Removes a directory. The DEL command cannot be used to delete a directory.
RD TEST
removes directory named TEST
Hint: Directory must be empty before removing it.


COPY
Duplicates the contents of a file to another file.
COPY A:TEST.FIL SAME.FIL
copies file TEST.FIL from drive A to file named SAME.FIL on current drive/directory
COPY TEST.FIL WORD
copies file TEST.FIL on current drive/directory to directory WORD (which is a subdirectory of the current directory)
COPY WINWORD\*.* A:
copies all files from directory WINWORD to drive A
Hint: Use wildcards (*) to speed copy and delete operations.


REN (rename)
Changes the name of a file. THIS DOES NOT MAKE A COPY OF THE FILE.
REN TEST.FIL OTHER.FIL
renames file TEST.FIL to file OTHER.FIL

PRINT
Prints the contents of a text file.
PRINT TEST.FIL
prints file named TEST.FIL
Hint: WordPerfect, Lotus 1-2-3, etc. files must be printed within these applications.


TYPE
Lists the contents of a text file. Some files cannot be listed such as files with the extension of EXE or COM.
TYPE TEST.FIL
types the contents of file TEST.FIL (most likely created with a text editor)

DEL (delete)
Deletes a file. Prior to DOS 5.0, a file cannot be recovered immediately; however, there are software utilities available that undelete files.
DEL TEST.FIL
deletes file TEST.FIL
DEL *.TMP
deletes all files with the extension of TMP
DEL *.*
deletes ALL files in the current directory; CAUTION: DO NOT USE THIS COMMAND WHEN IN THE ROOT DIRECTORY
DEL *.*/p
prompts yes or no before deleting each file

DATE and TIME
When files are created/modified, a date and time is stamped on the file. It is important to keep the date and time correct for future reference.
DATE
(enter new date and press RETURN)
TIME
(enter new time and press RETURN)




Ako hoces sve komande imas ih na:

http://www.techtips4u.com/kb/sw/SW00021.htm

ili jos detaljnije na:

http://www.computerhope.com/msdos.htm#02


Detaljan opis 10 najcescih DOS komandi imas na:

http://www.engineering.uiowa.edu/~ie132/DOSTOP10.htm
 
Nazad
Vrh Dno