مرجع الاوامر 

   
بالرغم من وجود القوائم وشريط الأدوات كما هو معتاد للوصول إلى وظائف البرنامج ولكن يضاف إلى ذلك إمكانية كتابة الأوامر مباشرة .  
يرجى الانتباه ، غير مهم الالمام باوامر البرنامج ولكن لها حاجه وقت الضرورة فقط و بصفة عامة يقوم البرنامج عند بدأ عمله بتنفيذ الملف autoexec.d7s ، حيث يحتوي هذا الملف على اوامر مماثلة تلزم بدأ  العمل وقد يرسل الى المستخدم احد الملفات من نوع d7s ويحتوي على اوامر للبرنامج لتنفيذها وذلك عن طريق تحميل الاسكريبت بالامر exec اوload .
كما يرجى الانتباه ان هذه الاوامر ليست اسماء ملفات ولكن اوامر ينفذها مفسر الاوامر لتظهر لك النتائج في شكل نوافذ كما هو مبين في شرح التطبيقات.

#999*

Syntax:
#999*  

 

Display the serial number  

لاظهار الرقم المسلسل للنسخة

Example:
#999*  

 

#888*

Syntax:
#888*  

 

To display the version number  

لعرض رقم النسخة

Example:
#888*  

 

#777*

Syntax:
#777*  

 

To display the Built number  

لعرض رقم الاصدار

Example:
#777*  

 

#666*

Syntax:
#666*  

 

To display the User name  

لعرض اسم المستخدم

Example:
#666*  

 

#???*

Syntax:
#???*  

 

Reserved for internal use where (?) is a number  

للاستخدام الداخلي حيث ? تعبر عن رقم.

Example:
#???*  

 

cls

Syntax:
cls  

 

Clear CMD screen  

مسح شاشة مفسر الاوامر

Example:
cls  

 

CmdClr

Syntax:
CmdClr on  

CmdClr off

Set CMD screen attributes to the system defaults  

استعادة الوان النظام لشاشة مفسر الاوامر

Example:
CmdClr on  

CmdClr off

CmdBoldFont

Syntax:
CmdBoldFont on  

CmdBoldFont off

Change CMD screen text to bold or noraml font  

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

Example:
CmdBoldFont on  

CmdBoldFont off

SetCmdBkClr

Syntax:
SetCmdBkClr BasicColor  

SetCmdBkClr Rvalue Gvalue Bvalue

Sets the CMD screen background color  

ضبط لون خلفية شاشة مفسر الاوامر

Example:
SetCmdBkClr green  

SetCmdBkClr 0 255 0

SetCmdTxtClr

Syntax:
SetCmdTxtClr BasicColor  

SetCmdTxtClr Rvalue Gvalue Bvalue

Sets the CMD screen text color  

ضبط لون النص على شاشة مفسر الاوامر

Example:
SetCmdTxtClr red  

SetCmdTxtClr 255 0 0

ListClr

Syntax:
ListClr on  

ListClr off

Set all list views attributes to the system defaults or to apply the user configured colors.  

استعادة الوان النظام الى جميع قوائم البيانات او تطبيق الالوان المعدة بواسطة المستخدم

Example:
ListClr on  

ListClr off

ListGrid

Syntax:
ListGrid on  

ListGrid off

To hide or display list grid.  

لاخفاء او اظهار سطور القوائم

Example:
ListGrid on  

ListGrid off

SetLstBkClr

Syntax:
SetLstBkClr BasicColor  

SetLstBkClr Rvalue Gvalue Bvalue

Assign background color to the lists  

تخصيص لون خلفية القوائم

Example:
SetLstBkClr white  

SetLstBkClr 255 255 255

SetLstTxtBkClr

Syntax:
SetLstTxtBkClr BasicColor  

SetLstTxtBkClr Rvalue Gvalue Bvalue

Assign text background color to the lists  

تخصيص لون خلفية النص للقوائم

Example:
SetLstTxtBkClr white  

SetLstTxtBkClr 255 255 255

SetLstTxtClr

Syntax:
SetLstTxtClr BasicColor  

SetLstTxtClr Rvalue Gvalue Bvalue

Assign text color to the lists  

تخصيص لون لنصوص القوائم

Example:
SetLstTxtClr red  

SetLstTxtClr 255 0 0

SetLstLnClr

Syntax:
SetLstLnClr BasicColor  

SetLstLnClr Rvalue Gvalue Bvalue

Assign outline color of the lists  

تخصيص لون الخط الخارجي للقوائم

Example:
SetLstLnClr black  

SetLstLnClr 0 0 0

WinClr

Syntax:
WinClr on  

WinClr off

Apply configured colors to all windows or apply the default system color.  

تطبيق الالوان المختارة على كل النوافذاو استعادة الوان النظام

Example:
WinClr on  

WinClr off

BmpBk

Syntax:
BmpBk on  

BmpBk off

Disable or enable Window background is a picture  

استخدام او يقاف الصورة كخلفية للنوفذ

Example:
BmpBk on  

BmpBk off

EditLikeBk

Syntax:
EditLikeBk on  

EditLikeBk off

Edit box color is the same as window background color or apply its independent color  

جعل لون خلفية مربعات التحرير كخلفية النافذة او اعطائها لونها المستقل.

Example:
EditLikeBk on  

EditLikeBk off

ListLikeBk

Syntax:
ListLikeBk on  

ListLikeBk off

Lists color is the same as window background colorm or use its independent color  

جعل لون خلفية القوائم كخلفية النافذة او اعطائها لونها المستقل.

Example:
ListLikeBk on  

ListLikeBk off

SetWinBkClr

Syntax:
SetWinBkClr BasicColor  

SetWinBkClr Rvalue Gvalue Bvalue

Assign a window background color  

تخصيص لون خلفية النوافذ

Example:
SetWinBkClr white  

SetWinBkClr 255 255 255

SetWinTxtClr

Syntax:
SetWinTxtClr BasicColor  

SetWinTxtClr Rvalue Gvalue Bvalue

Assign window text color  

تخصيص لون الكتابة على النوافذ

Example:
SetWinTxtClr red  

SetWinTxtClr 255 0 0

SetEditBkClr

Syntax:
SetEditBkClr BasicColor  

SetEditBkClr Rvalue Gvalue Bvalue

Assign edit box background color  

تخصيص لون خلفية مربعات الحوار

Example:
SetEditBkClr white  

SetEditBkClr 255 255 255

SetEditTxtClr

Syntax:
SetEditTxtClr BasicColor  

SetEditTxtClr Rvalue Gvalue Bvalue

Assign edit box text color  

تخصيص لون النص على مربعات الحوار

Example:
SetEditTxtClr blue  

SetEditTxtClr 0 0 255

SetSkLstBkClr

Syntax:
SetSkLstBkClr BasicColor  

SetSkLstBkClr Rvalue Gvalue Bvalue

Assign list view background color  

تخصيص لون خلفية القوائم

Example:
SetSkLstBkClr white  

SetSkLstBkClr 255 255 255

SetSkLstTxtClr

Syntax:
SetSkLstTxtClr BasicColor  

SetSkLstTxtClr Rvalue Gvalue Bvalue

Assign list view text color  

تخصيص لون النص على القوائم

Example:
SetSkLstTxtClr green  

SetSkLstTxtClr 0 255 0

help

Syntax:
help  

 

Launches help files  

عرض ملفات المساعدة

Example:
help  

 

echo

Syntax:
echo on  

echo off

Disables or enables cmd screen commands display  

ايقاف او تمكين عرض الاوامر على شاشة مفسر الاوامر

Example:
echo on  

echo off

logcom

Syntax:
logcom on  

logcom off

Screen commands will not be registered or registered to the log file  

ايقاف او تمكين تسجيل اوامر ورسائل الشاشة.

Example:
logcom on  

logcom off

logstat

Syntax:
logstat on  

logstat off

Status bar messages will not be registered or registered to the log file  

ايقاف او تمكين تسجيل رسائل قضيب الحالة الشاشة.

Example:
logstat on  

logstat off

logman

Syntax:
logman on  

logman off

Enable or Disable using the log manager (Not recommened to switch it off)  

ايقاف او تمكين خدمة تتبع التنفيذ (لاينصح بالايقاف بهذا الامر).

Example:
logman on  

logman off

load

Syntax:
load  

 

Loads a D7 script and execute it  

يقوم بتحميل سكريبت للتنفيذ

Example:
load  

 

exec

Syntax:
exec scriptFileName  

 

Executes a D7 script  

تنفيذ سكريبت

Example:
exec c:\script1.d7s  

 

attach

Syntax:
attach scriptFileName  

 

Add a script to autoexec file for permanent use  

اضافة سكريبت الى autoexec للتنفيذ الدائم

Example:
attach c:\script1.d7s  

 

cmd

Syntax:
cmd  

 

Displays command line version.  

عرض نسخه مفسر الاوامر وحقوق الملكية

Example:
cmd  

 

ver

Syntax:
ver  

 

Displays D7 version and copyright notice  

عرض نسخة البرنامج وحقوق الملكية

Example:
ver  

 

res

Syntax:
res  

 

Displays executed commands results  

عرض نتائج تنفيذ الاوامر

Example:
res  

 

ldcalc

Syntax:
ldcalc  

 

Loads calculator  

نافذة حساب الاحمال

Example:
ldcalc  

 

subgrade

Syntax:
subgrade  

 

Modulus of sub grade reaction window  

نافذة حساب معامل Subgrade recation

Example:
subgrade  

 

rebar

Syntax:
rebar  

 

Launches rebar calculator  

نافذة توزيع قضبان التسليح.

Example:
rebar  

 

dvlen

Syntax:
dvlen  

 

Development length and lap splices  

نافذة حساب طول التماسك ووصلات التسليح.

Example:
dvlen  

 

ReplaceBar

Syntax:
ReplaceBar oldDia newDia  

 

Replaces old bar diameter by a new one  

استبدال قطر حديد موجود باخر جديد للاستخدام

Example:
ReplaceBar 13 14  

 

ColDes

Syntax:
ColDes  

 

Short column design window  

نافذة تصميم الاعمدة

Example:
ColDes  

 

ChkCol

Syntax:
ChkCol  

 

Checking column capacity  

التصميم السريع لعمود

Example:
ChkCol  

 

qcol

Syntax:
qcol  

 

Design a column using quick designer  

التصميم السريع لعمود

Example:
qcol  

 

den

Syntax:
den  

 

Density of materials  

نافذة كثافة المواد لحساب الاحمال

Example:
den  

 

lwhp

Syntax:
lwhp  

 

Loads warehouse (Protected mode)  

نافذة بيانات الاحمال الوضع الآمن

Example:
lwhp  

 

lwho

Syntax:
lwho  

 

Loads warehouse (Open mode)  

نافذة بيانات الاحمال الوضع المفتوح

Example:
lwho  

 

SecDes

Syntax:
SecDes  

 

Section designer window  

نافذة مصمم القطاعات

Example:
SecDes  

 

qsec

Syntax:
qsec  

 

Quick section designer  

التصميم السريع للقطاعات

Example:
qsec  

 

SecProp

Syntax:
SecProp  

 

Section properties window  

نافذة خواص القطاعات

Example:
SecProp  

 

miso

Syntax:
miso  

 

Eccentric footing design window  

نافذة القواعد المعرضة لعزوم

Example:
miso  

 

shr

Syntax:
shr  

 

Punching shear calculation in slabs  

نافذة حساب اجهادات القص على البلاطات

Example:
shr  

 

windeg

Syntax:
windeg  

 

Wind loads (Egypt)  

نافذة حساب قوى الرياح حسب الكود المصري

Example:
windeg  

 

windubc

Syntax:
windubc  

 

Wind loads (UBC)  

نافذة حساب قوى الرياح حسب UBC

Example:
windubc  

 

seseg

Syntax:
seseg  

 

Seismic loads (Egypt)  

نافذة حساب قوى الزلازل حسب الكود المصري

Example:
seseg  

 

sesubc

Syntax:
sesubc  

 

Seismic loads (UBC)  

نافذة حساب قوى الزلازل حسب UBC

Example:
sesubc  

 

astm

Syntax:
astm  

 

Searches ASTM for a test name  

نافذة البحث في اختبارات ASTM

Example:
astm  

 

info

Syntax:
info  

 

Current project information  

عرض معلومات عن المشروع

Example:
info  

 

calc

Syntax:
calc  

 

Launches area and volume calculator one of the QS tools.  

تشغيل حاسبةالمساحات والحجوم واحدة من ادوات حساب الكميات

Example:
calc  

 

hdst

Syntax:
hdst  

 

Horizontal load distribution  

نافذة توزيع القوى الافقية على الاعمدة والجدران

Example:
hdst  

 

tables

Syntax:
tables  

 

Steel tables (AISC & Egypt)  

نافذة جداول الحديد

Example:
tables  

 

open

Syntax:
open  

 

Open existed project  

فتح مشروع

Example:
open  

 

new

Syntax:
new  

 

Create new project  

انشاء مشروع جديد

Example:
new  

 

mod

Syntax:
mod  

 

Modify project information  

تعديل بيانات المشروع

Example:
mod  

 

close

Syntax:
close  

 

Close current project  

اغلاق المشروع الجاري

Example:
close  

 

saveas

Syntax:
saveas  

 

Make another copy of the current project  

عمل نسخة اخرى من المشروع الجاري

Example:
saveas  

 

tut

Syntax:
tut  

 

Launches flash tutorial file  

عرض ملفات التعليم

Example:
tut  

 

beam

Syntax:
beam  

 

Beam design window  

نافذة تصميم وتحليل الكمرات

Example:
beam  

 

iso

Syntax:
iso  

 

Isolated footing design window  

نافذة القواعد المنفصلة

Example:
iso  

 

qiso

Syntax:
qiso  

 

Isolated footing quick designer  

نافذة التصميم السريع للقواعد

Example:
qiso  

 

wtcl

Syntax:
wtcl  

 

Floor weight calculation  

حساب وزن الادوار

Example:
wtcl  

 

strap

Syntax:
strap  

 

Strap footing design window  

نافذة قواعد الجار المربوطة بقواعد اخرى

Example:
strap  

 

wft

Syntax:
wft  

 

Wall footing design window  

نافذة قواعد الجدران الحاملة

Example:
wft  

 

rtw

Syntax:
rtw  

 

Retaining wall design window  

نافذة الجدران الساندة

Example:
rtw  

 

mat

Syntax:
mat  

 

Mat foundation design window  

نافذة تصميم اللبشة

Example:
mat  

 

cmb

Syntax:
cmb  

 

Combined footing design window  

نافذة القواعد المشتركة

Example:
cmb  

 

strs

Syntax:
strs  

 

Slab type stair design window  

تصميم السلالم

Example:
strs  

 

strb

Syntax:
strb  

 

Beam type stair design window  

نافذة تصميم السلالم ذات الكمرات

Example:
strb  

 

cadf

Syntax:
cadf  

 

Export footing to AutoCAD  

نافذة تصدير بيانات القواعد الى اتوكاد

Example:
cadf  

 

cadb

Syntax:
cadb  

 

Export beams to AutoCAD  

نافذة تصدير بيانات الكمرات الى اتوكاد

Example:
cadb  

 

cadc

Syntax:
cadc  

 

Export columns to AutoCAD  

نافذة تصدير بيانات الاعمدة الى اتوكاد

Example:
cadc  

 

cadp

Syntax:
cadp  

 

Export highway profiles to AutoCAD  

نافذة تصدير بيانات بروفايل الطرق الى اتوكاد

Example:
cadp  

 

cfg

Syntax:
cfg  

 

Configure D7  

نافذة تهيئة برنامج D7

Example:
cfg  

 

zip

Syntax:
zip  

 

Launch D7 zip window  

عرض نافذة ضغط الملفات

Example:
zip  

 

zip

Syntax:
zip  

 

Launch D7 zip window  

عرض نافذة ضغط الملفات

Example:
zip  

 

zip

Syntax:
zip fileName  

zip fileName pswd

Compress a file  

ضغط ملف

Example:
zip c:\myfile.dwg  

zip c:\myfile.dwg 1234

zipfolder

Syntax:
zipfolder folderPath  

zipfolder folderPath pswd

Compress a folder  

ضغط مجلد

Example:
zipfolder c:\myfolder  

zipfolder c:\myfolder 1234

unzip

Syntax:
unzip pathTo ArchvName  

unzip pathTo ArchvName pswd

Decompress an archive  

فك ضغط ملف

Example:
unzip c:\ myfile.zip  

unzip c:\ myfile.zip 1234

ziplist

Syntax:
ziplist ArchvName  

ziplist ArchvName pswd

List contents of archive  

عرض محتويات ملف مضغوط

Example:
ziplist c:\myfile.zip  

ziplist c:\myfile.zip 1234

copy

Syntax:
copy oldFile newfile  

 

copy a file  

نسخ ملف

Example:
copy c:\myfile.ext c:\myfile1.ext  

 

ren

Syntax:
ren oldFile newfile  

 

Rename a file  

تغيير اسم ملف

Example:
ren c:\myfile.ext c:\myfile1.ext  

 

del

Syntax:
del FileName  

 

Delete a file  

الغاء ملف

Example:
del c:\myfile.ext  

 

MkFolder

Syntax:
MkFolder folderName  

 

Create a folder  

انشاء مجلد

Example:
MkFolder c:\myFolder  

 

log

Syntax:
log  

 

Display D7 log file  

اظهار بيانات برنامج متابعة التنفيذ

Example:
log  

 

RegVar

Syntax:
RegVar varName value  

 

Registers a variable in D7 configuration file  

تسجيل اي متغير بملف الاعدادت.

Example:
RegVar mynewvar 5985632  

 

GetRegVar

Syntax:
GetRegVar varName  

 

Restores a variable from D7 configuration file  

استعادة قيمة متغير من ملف الاعدادات.

Example:
GetRegVar mynewvar  

 

DelNote

Syntax:
DelNote  

 

Deletes selected project note  

الغاء الملاحظة المختارة

Example:
DelNote  

 

ModNote

Syntax:
ModNote  

 

Displays [Modify a note] window  

اظهار نافذة تعديل ملاحظة

Example:
ModNote  

 

AddNote

Syntax:
AddNote  

 

Displays [Add a note] window  

اظهار نافذة اضافة ملاحظة

Example:
AddNote  

 

ImpNote

Syntax:
ImpNote  

 

Import notes from another project  

استيراد ملاحظات من مشروع اخر

Example:
ImpNote  

 

win

Syntax:
win WinCommand  

 

Execute an Operating system command  

تنفيذ امر الى نظام تشغيل وندوز

Example:
win www.mohandes.net  

 

SetVars

Syntax:
SetVars VarName value  

 

Set a D7 global variable (Internal Group 1)  

ضبط المتغيرات العامة

Example:
SetVars engineer Ahamad  

 

GetVars

Syntax:
GetVars VarName  

 

Get a D7 global variable (Internal Group 1)  

استرجاع قيم متغيرات عامة

Example:
GetVars engineer  

 

SetVari

Syntax:
SetVari VarName value  

 

Set a D7 global variable (Internal Group 2)  

ضبط قيم متغيرات عامة

Example:
SetVari STABARHT 22  

 

GetVari

Syntax:
GetVari VarName value  

 

Get a D7 global variable (Internal Group 2)  

استعادة قيم متغيرات عامة

Example:
GetVari STABARHT  

 

SetVarb

Syntax:
SetVarb VarName value  

 

Set a D7 global variable (Internal Group 3)  

ضبط المتغيرات العامة

Example:
SetVarb ISLISTGRID on  

 

GetVarb

Syntax:
GetVarb VarName  

 

Get a D7 global variable (Internal Group 3)  

استرجاع قيم متغيرات عامة

Example:
GetVarb ISLISTGRID  

 

SetVarc

Syntax:
SetVarc VarName Rvalue Gvalue Bvalue  

 

Set a D7 global variable (Internal Group 4)  

ضبط المتغيرات العامة

Example:
SetVarc LISTBACKCLR 200 200 200  

 

GetVarc

Syntax:
GetVarc VarName  

 

Get a D7 global variable (Internal Group 4)  

استرجاع قيم متغيرات عامة

Example:
GetVarc LISTBACKCLR  

 

SetVarch

Syntax:
SetVarch VarName value  

 

Set a D7 global variable (Internal Group 5)  

ضبط قيم متغيرات عامة

Example:
SetVarch FIISYM #  

 

GetVarch

Syntax:
GetVarch VarName  

 

Get a D7 global variable (Internal Group 5)  

استرجاع قيم متغيرات عامة

Example:
GetVarch FIISYM  

 

SetVard

Syntax:
SetVard VarName value  

 

Set a D7 global variable (Internal Group 6)  

ضبط قيم متغيرات عامة

Example:
SetVard GAMACONC 2.4  

 

GetVard

Syntax:
GetVard VarName  

 

Get a D7 global variable (Internal Group 6)  

استعادة قيم متغيرات عامة

Example:
GetVard GAMACONC  

 

ListVars

Syntax:
ListVars  

 

List internal vars and their values  

اظهار مجموعة المتغيرات الداخلية وقيمها

Example:
ListVars  

 

ResetVars

Syntax:
ResetVars  

 

Restores D7 defaults  

استعادة الاعدادات الافتراضية

Example:
ResetVars  

 

Retw

Syntax:
Retw  

 

launches retaining wall design dialogue.  

تشغيل ديالوج تصميم الجدران الساندة

Example:
Retw  

 

Kill

Syntax:
Kill ProcName  

 

Termintes a process in pc memory.  

لانهاء تطبيق يعمل بالذاكرة.

Example:
Kill iexplore.exe  

 

bye

Syntax:
bye  

 

To exit D7 , Confirmation dialouge will not be displayed.  

للخروج من البرنامج دون تنبيه.

Example:
bye  

 

NetStat

Syntax:
NetStat  

 

Display network status dialog.  

لا ظهار نافذة حالة الاتصال بالشبكة.

Example:
NetStat  

 

QNetStat

Syntax:
QNetStat  

 

Display network status result on CMD window.  

لاظهار حالة الشبكة كنص على سطر الاوامر.

Example:
QNetStat  

 

MkReport

Syntax:
MkReport  

 

To create a teachnical report and save it in drive [C], this command only prepare the report and does not send it.  

يقوم بتحضير ملف تقرير عن اداء البرنامج ولا يقوم بارساله ولكن يجهزه على الدرايف سي بجهازك.

Example:
MkReport  

 

SendReport

Syntax:
SendReport  

 

Launches Report window, prepare a technical report and send it to Mohandes.Net server.  

يقوم بفتح نافذة اعداد التقرير ثم يعد التقرير ويرسله الى الدعم الفني.

Example:
SendReport  

 

QSendReport

Syntax:
QSendReport  

 

Prepare a technical report and send it to Mohandes.Net server , No interface will be displayed.  

يقوم باعداد تقرير ويرسله الى الدعم الفني بموقع مهندس نيت ، لا تظهر نوافذ ويتم التنفيذ على سطر الاوامر.

Example:
QSendReport  

 

feedback

Syntax:
feedback  

 

Sending a feedback to technical support  

يرسل ملاحظاتك ومشاكلك مع البرنامج الى الدعم الفني

Example:
feedback  

 

ChkTicket

Syntax:
ChkTicket  

 

Checks the status of a support ticket created by the user via D7 (if any).  

للكشف عن حالة تذكرة دعم فني انشاها المستخدم من البرنامج في حالة وجود تذاكر مفتوحة.

Example:
ChkTicket  

 

SndTicket

Syntax:
SndTicket  

 

To send a new support ticket,you will receive the answer from the server to D7 directly.  

لتحرير تذكرة دعم فني وانتظار الاجابة من الموقع على البرنامج نفسه.

Example:
SndTicket  

 

reginfo

Syntax:
reginfo  

 

To enter your registeration information (the user name and password) provied by MohandesNet after purchasing D7 , Please not that if you changed the password on the website you need to inform D7 about the changed password by using this command.  

لادخال اسم المستخدم وكلمة السر التي حصلت عليها اثناء شراء البرنامج ويجب الانتباه انه في حالة تغييرك لكلمة السر على الموقع يجب ان تعيد ادخالها الى البرنامج باستخدام هذا الامر.

Example:
reginfo  

 

update

Syntax:
update  

 

To run live update.  

لتنزيل اي تحديثات جديدة للبرنامج.

Example:
update  

 

LoadUpdate

Syntax:
LoadUpdate  

 

Manually update D7 from a downloaded update file.  

يقوم بتحديث البرنامج يدويا من ملف تحديث تم تنزيله من الانترنت الى جهاز المستخدم.

Example:
LoadUpdate  

 

cfg

Syntax:
cfg  

 

General configuration.  

تهيئة البرنامج.

Example:
cfg  

 

Raft

Syntax:
Raft  

 

Launches raft foundation designer.  

يقوم بتشغيل تطبيق تصميم اللبشة

Example:
Raft  

 

stripft

Syntax:
stripft  

 

Launches Strip footings designer  

يقوم بتشغيل تطبيق تصميم القواعد الشريطية

Example:
stripft  

 

strapft

Syntax:
strapft  

 

Launches design of strap footings  

يقوم بتشغيل تطبيق تصميم قواعد الجار المربوطة بكمرات

Example:
strapft  

 

refresh

Syntax:
refresh  

 

Manual refresh project contents , if project manager is active.  

يدويا يقوم بتحديث شجرة بيانات المشروع في حالة ماذا كان مدير المشروع مفعلا.

Example:
refresh  

 

cadr

Syntax:
cadr  

 

Road profile calculation and export to AutoCAD  

لتشغيل تطبيق قطاعات الطرق والتصدير لاتوكاد

Example:
cadr  

 

sched

Syntax:
sched  

 

Launches concrete elements schedule  

يقوم بتشغيل جدول العناصر الخرسانية.

Example:
sched  

 

qs

Syntax:
qs  

 

Launches QS-tools  

يقوم بتشغيل تطبيق حساب الكميات

Example:
qs