ms dos من فضلكم - منتديات الجلفة لكل الجزائريين و العرب

العودة   منتديات الجلفة لكل الجزائريين و العرب > منتديات التقنية > منتدى البرمجة

منتدى البرمجة كل ما يتعلق بلغات البرمجة، فيجوال بيسيك , سي ++ , دلفي , أكسيس , جافا , هتمل...

في حال وجود أي مواضيع أو ردود مُخالفة من قبل الأعضاء، يُرجى الإبلاغ عنها فورًا باستخدام أيقونة تقرير عن مشاركة سيئة ( تقرير عن مشاركة سيئة )، و الموجودة أسفل كل مشاركة .

آخر المواضيع

ms dos من فضلكم

إضافة رد
 
أدوات الموضوع انواع عرض الموضوع
قديم 2013-02-11, 14:55   رقم المشاركة : 1
معلومات العضو
wafaalgerie24
عضو مبـدع
 
إحصائية العضو










Hourse ms dos من فضلكم

لدي امتحان وابحث عن كيفية تشغيل نظام ام اس دوس واريد التوصل الى المخطط النهائي يعني لقد شاهدت العديد من المواضيع في اانترنت ولكن اريد اجابتكم انتهم باختصار وبوضوح لاني لم افهم شيئا
لاادري اين المشكل بالضبط عندي كما في الصورة هناك خطا لاادري اين









 


رد مع اقتباس
قديم 2013-02-11, 16:50   رقم المشاركة : 2
معلومات العضو
__الهاوي__
أستــاذ
 
الصورة الرمزية __الهاوي__
 

 

 
إحصائية العضو










افتراضي

الأزرار:
فرنسية:
démarrer-->exécuter-->cmd

إنجليزية:
start-->run-->cmd

أما الاختصارا
زر ويندوز+R ثم اكتب cmd

إليك هذا الدرس المختصر الذي كتبته سابقا لأصدقائي في جامعة التكوين المتواصل
msdos









رد مع اقتباس
قديم 2013-02-11, 17:06   رقم المشاركة : 3
معلومات العضو
wafaalgerie24
عضو مبـدع
 
إحصائية العضو










Icon24 merco

اقتباس:
المشاركة الأصلية كتبت بواسطة __الهاوي__ مشاهدة المشاركة
الأزرار:

فرنسية:
démarrer-->exécuter-->cmd

إنجليزية:
start-->run-->cmd

أما الاختصارا
زر ويندوز+R ثم اكتب cmd

إليك هذا الدرس المختصر الذي كتبته سابقا لأصدقائي في جامعة التكوين المتواصل
msdos
merci khoya t3ich









رد مع اقتباس
قديم 2013-02-15, 04:10   رقم المشاركة : 4
معلومات العضو
zou20
عضو مشارك
 
الصورة الرمزية zou20
 

 

 
إحصائية العضو









افتراضي

ياخي اومرك كلها خطاء

cd.
mkdir

ما هد

mkdir هيا امر لانشاء مجلد وهد الامر للينيكس وليس للوندوز

cd. امر كذلك خطاء
cd .. لرجوع للخلف

يوجد دروس تسهل تفيدك ممكن في ربع ساعة تسفيد منها ماشاء الله

بتوفيق










رد مع اقتباس
قديم 2013-02-15, 09:38   رقم المشاركة : 5
معلومات العضو
wafaalgerie24
عضو مبـدع
 
إحصائية العضو










افتراضي

مشكور ولكن دروس الاخ الهاوي افادتني كثيرا شكرا لكم جميعا










رد مع اقتباس
قديم 2013-02-15, 11:27   رقم المشاركة : 6
معلومات العضو
__الهاوي__
أستــاذ
 
الصورة الرمزية __الهاوي__
 

 

 
إحصائية العضو










B2

اقتباس:
المشاركة الأصلية كتبت بواسطة wafaalgerie24 مشاهدة المشاركة
مشكور ولكن دروس الاخ الهاوي افادتني كثيرا شكرا لكم جميعا
العفو أختي
أوامر الدوس مهمة ومازالت سارية لحد الآن، بل تعتبر السبيل الوحيد عند عجز أوامر الويندوز

فمثلا: بسبب فيروس sality الذي يخفي المجلدات ويبدلها باختصارات، يمكن إصلاح ذلك باستخدام الدوس وليس الويندوس، وذلك على اعتبار i: مثلا هو مكان وجود الفلاش ديسك، والتعليمة هي :
كود PHP:
C:\Users\meriam>attrib ----//d i
ومثلا لإصلاح الويندوز والهارديسك إليك التعليمة
كود PHP:
C:\Users\meriam>chkdsk //r c
المزيد من الأوامر يمكن تحصيلها من خلال التعليمة help

كود:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\meriam>help
For more information on a specific command, type HELP command-name
ASSOC          Displays or modifies file extension associations.
ATTRIB         Displays or changes file attributes.
BREAK          Sets or clears extended CTRL+C checking.
BCDEDIT        Sets properties in boot database to control boot loading.
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.
CHKNTFS        Displays or modifies the checking of disk at boot time.
CLS            Clears the screen.
CMD            Starts a new instance of the Windows command interpreter.
COLOR          Sets the default console foreground and background colors.
COMP           Compares the *******s of two files or sets of files.
COMPACT        Displays or alters the compression of files on NTFS partitions.
CONVERT        Converts FAT volumes to NTFS.  You cannot convert the
               current drive.
COPY           Copies one or more files to another ********.
DATE           Displays or sets the date.
DEL            Deletes one or more files.
DIR            Displays a list of files and subdirectories in a directory.
DISKCOMP       Compares the *******s of two floppy disks.
DISKCOPY       Copies the *******s of one floppy disk to another.
DISKPART       Displays or configures Disk Partition properties.
DOSKEY         Edits command lines, recalls Windows commands, and
               creates macros.
DRIVERQUERY    Displays current device driver status and properties.
ECHO           Displays messages, or turns command echoing on or off.
ENDLOCAL       Ends localization of environment changes in a batch file.
ERASE          Deletes one or more files.
EXIT           Quits the CMD.EXE program (command interpreter).
FC             Compares two files or sets of files, and displays the
               differences between them.
FIND           Searches for a text string in a file or files.
FINDSTR        Searches for strings in files.
FOR            Runs a specified command for each file in a set of files.
FORMAT         Formats a disk for use with Windows.
FSUTIL         Displays or configures the file system properties.
FTYPE          Displays or modifies file types used in file extension
               associations.
GOTO           Directs the Windows command interpreter to a labeled line in
               a batch program.
GPRESULT       Displays Group Policy information for machine or user.
GRAFTABL       Enables Windows to display an extended character set in
               graphics mode.
HELP           Provides Help information for Windows commands.
ICACLS         Display, modify, backup, or restore ACLs for files and
               directories.
IF             Performs conditional processing in batch programs.
LABEL          Creates, changes, or deletes the volume label of a disk.
MD             Creates a directory.
MKDIR          Creates a directory.
MKLINK         Creates Symbolic Links and Hard Links
MODE           Configures a system device.
MORE           Displays output one screen at a time.
MOVE           Moves one or more files from one directory to another
               directory.
OPENFILES      Displays files opened by remote users for a file share.
PATH           Displays or sets a search path for executable files.
PAUSE          Suspends processing of a batch file and displays a message.
POPD           Restores the previous value of the current directory saved by
               PUSHD.
PRINT          Prints a text file.
PROMPT         Changes the Windows command prompt.
PUSHD          Saves the current directory then changes it.
RD             Removes a directory.
RECOVER        Recovers readable information from a bad or defective disk.
REM            Records comments (remarks) in batch files or CONFIG.SYS.
REN            Renames a file or files.
RENAME         Renames a file or files.
REPLACE        Replaces files.
RMDIR          Removes a directory.
ROBOCOPY       Advanced utility to copy files and directory trees
SET            Displays, sets, or removes Windows environment variables.
SETLOCAL       Begins localization of environment changes in a batch file.
SC             Displays or configures services (background processes).
SCHTASKS       Schedules commands and programs to run on a computer.
SHIFT          Shifts the position of replaceable parameters in batch files.
SHUTDOWN       Allows proper local or remote shutdown of machine.
SORT           Sorts input.
START          Starts a separate window to run a specified program or command.
SUBST          Associates a path with a drive letter.
SYSTEMINFO     Displays machine specific properties and configuration.
TASKLIST       Displays all currently running tasks including services.
TASKKILL       Kill or stop a running process or application.
TIME           Displays or sets the system time.
TITLE          Sets the window title for a CMD.EXE session.
TREE           Graphically displays the directory structure of a drive or
               path.
TYPE           Displays the *******s of a text file.
VER            Displays the Windows version.
VERIFY         Tells Windows whether to verify that your files are written
               correctly to a disk.
VOL            Displays a disk volume label and serial number.
XCOPY          Copies files and directory trees.
WMIC           Displays WMI information inside interactive command ****l.

For more information on tools see the command-line reference in the online help.


C:\Users\meriam>
وكل تعليمة يمكن الحصول على تفاصيلها من خلال إضافة

كود PHP:
Microsoft Windows [Version 6.1.7601]
Copyright (c2009 Microsoft Corporation.  All rights reserved.

C:\Users\meriam>dir/?
Displays a list of files and subdirectories in a directory.
Microsoft Windows [Version 6.1.7601]
Copyright (c2009 Microsoft Corporation.  All rights reserved.

DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]
  [/
O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4]

  [
drive:][path][filename]
              
Specifies drivedirectory, and/or files to list.

  /
A          Displays files with specified attributes.
  
attributes   D  Directories                R  Read-only files
               H  Hidden files               A  Files ready 
for archiving
               S  System files               I  Not 
******* indexed files
               L  Reparse Points             
-  Prefix meaning not
  
/B          Uses bare format (no heading information or summary).
  /
C          Display the thousand separator in file sizes.  This is the
              
default.  Use /-C to disable display of separator.
  /
D          Same as wide but files are list sorted by column.
  /
L          Uses lowercase.
  /
N          New long list format where filenames are on the far right.
  /
O          List by files in sorted order.
  
sortorder    N  By name (alphabetic)       S  By size (smallest first)
               
E  By extension (alphabetic)  D  By date/time (oldest first)
               
G  Group directories first    -  Prefix to reverse order
Press any key to 
continue . . . 
لا تنتظري أن تعطيك الجامعة كل شيء، بل جربي واسألي وكان الله في عونك.









رد مع اقتباس
قديم 2013-02-15, 20:59   رقم المشاركة : 7
معلومات العضو
wafaalgerie24
عضو مبـدع
 
إحصائية العضو










افتراضي

شكرا جزيلا مشكور على التوضيح










رد مع اقتباس
قديم 2013-02-17, 00:26   رقم المشاركة : 8
معلومات العضو
MRJINZO
عضو مشارك
 
الصورة الرمزية MRJINZO
 

 

 
إحصائية العضو










افتراضي

cd..
cd..
وهكذا تكون في القرص السي
أفتح المجلدات [اكتب اسم المجلد وقبله cd]
وكذا لحين تفتح الملف المعني
وكل ملف وطريقته في الفتح مثلا ملف php اكتب قبل اسم الملف php
ولازم تكون مركب برنامج لتجمة اللغة المعنية
ولعرض الملفات في المجلد الذي انت فيه أكتب dir










رد مع اقتباس
قديم 2013-02-18, 13:30   رقم المشاركة : 9
معلومات العضو
wafaalgerie24
عضو مبـدع
 
إحصائية العضو










افتراضي

شكرا اخي بارك الله فيك










رد مع اقتباس
قديم 2013-02-23, 09:46   رقم المشاركة : 10
معلومات العضو
wokerm
عضو مشارك
 
الصورة الرمزية wokerm
 

 

 
إحصائية العضو










افتراضي

ممكن دروس الباورشيل لي سيفن










رد مع اقتباس
قديم 2014-02-22, 20:46   رقم المشاركة : 11
معلومات العضو
yayafati48
عضو مشارك
 
إحصائية العضو










افتراضي

دروس روعة اتمنى ان يستفيد الجميع










رد مع اقتباس
قديم 2014-02-26, 20:17   رقم المشاركة : 12
معلومات العضو
larbi_paradox
عضو جديد
 
إحصائية العضو










افتراضي

شكرا على المجهود










رد مع اقتباس
إضافة رد

الكلمات الدلالية (Tags)
فضلكم


تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع

الساعة الآن 20:40

المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى
المنتدى غير مسؤول عن أي إتفاق تجاري بين الأعضاء... فعلى الجميع تحمّل المسؤولية


2006-2024 © www.djelfa.info جميع الحقوق محفوظة - الجلفة إنفو (خ. ب. س)

Powered by vBulletin .Copyright آ© 2018 vBulletin Solutions, Inc