» TeamX (����� ������)«


����� TeamX » ������������ » ����������� �������� (��� ����������� BIS)

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ] ��� ��������

 
Aman
������������

������: ����
�����������: ���. 2005

�����: 208 ���������

� ����� ���-�� ������� � ���������� MSG, ���� ����� ����� � ��� � (������... )? ������ �� � ����� ��� ����� �. ����� �������� ��.

-----
��� ������� ������������, ��� ���� ������������ ����-���� ��� ������� ����-����, �� ������ ����-����, � ������ ��, ��� �������� �� ������� - ������ �� ������ �����������. (�����������)

����������: 22:21 - 22 ���, 2005
Tehnokrat
���������

������: �����������
�����������: ���. 2003

�����: 489 ���������

� ���� ������ ��� �� �������� ��? ������� ����-������ �����, ���� �� ��� �� ���� ������ msg-���� ��� �������. ���������� ����, ��� ��� �� "�" �����.

-----
������� ����� ������, �� ������ ��������. ������� ����� ��������, �� ������ ������.

����������: 0:04 - 23 ���, 2005
Aman
������������

������: ����
�����������: ���. 2005

�����: 208 ���������

��� � compiler.bat �� �������: move temp.int %fscripts%%2.int � ���� ������ �� ����������. � �������� � �-������ ����������� ���������� � ������ ������� � � �� ��������� temp.int.
�������� � ��� �����:

rename temp.int %2.int
move %2.int %fscripts%

����� - 98.

-----
��� ������� ������������, ��� ���� ������������ ����-���� ��� ������� ����-����, �� ������ ����-����, � ������ ��, ��� �������� �� ������� - ������ �� ������ �����������. (�����������)

����������: 0:15 - 6 ����, 2005
Tehnokrat
���������

������: �����������
�����������: ���. 2003

�����: 489 ���������

� �� ����� fscripts ������� � ����� "\" �� ����� ���������?

������ ��������� ����� compiler.bat ������ ���� �������, �-�� ���� ������� ������ ��� ������� ���������.

-----
������� ����� ������, �� ������ ��������. ������� ����� ��������, �� ������ ������.

����������: 0:01 - 7 ����, 2005
Aman
������������

������: ����
�����������: ���. 2005

�����: 208 ���������

>> � �� ����� fscripts ������� � ����� "\" �� ����� ���������?

������ �������, �� ��������. � ���������, ����� � ���� �������� �������� �����. � ���� �������� ��� �������, � �������.

-----
��� ������� ������������, ��� ���� ������������ ����-���� ��� ������� ����-����, �� ������ ����-����, � ������ ��, ��� �������� �� ������� - ������ �� ������ �����������. (�����������)

����������: 1:54 - 7 ����, 2005
Volk
������������

�����������: ���� 2005

�����: 79 ���������

�������� LST ������ �� 1317 ������, ��������� ���, ��� ���������.

����������: 1:36 - 16 ����, 2005
Tehnokrat
���������

������: �����������
�����������: ���. 2003

�����: 489 ���������

� ��� ����������� ���������? ���� �� ������, ���� ���������� lst-���� ��� �� ����.

-----
������� ����� ������, �� ������ ��������. ������� ����� ��������, �� ������ ������.

����������: 23:52 - 16 ����, 2005
Volk
������������

�����������: ���� 2005

�����: 79 ���������

�����-�� ���� �� �������� ������� �������� ��� �������� ������ �� ������ 1317
Scrips.lst ����� ��� http://volkpk.nm.ru/ModRun_1.01_For_1.03Y_SS.rar
������ � ����� 117��, ���� ���� ������ ���� �������� ������.

����������: 2:30 - 17 ����, 2005
Dioron
������������

������: ������
�����������: ���. 2004

�����: 9 ���������

� ��������� ���� ������ "��������� � �������������" ��� ��������� ������, �� � ��������� ����������, � � ������ �� ����������. � ������������������� � ���� ��� ����������.
��� ��� ��� ������ ���������:
� � � � � � � |--------wcc386.exe
� � � � � � � |
� � � � � � � |--------wccp386.dll
...\wcc---|
� � � � � � � |--------compile.exe
� � � � � � � |
� � � � � � � |--------dos4gw.exe


� � � � � � � �| � � � � � � � � � � � �|--fgeck.exe
� � � � � � � �|---fgeck0b20----|
� � � � � � � �| � � � � � � � � � � � �|--compiler.bat
...\F-Geck-|
� � � � � � � �|
� � � � � � � �|
� � � � � � � �|---Headers\*.h

� ��� ��� � ���� �������� ������:

@echo off

set DR= � �C:\...\wcc\ � ���� � ������ wcc386.exe, compile.exe, dos4gw.exe
set DRint=C:\... � � � � � ���� ����� ������� ���������������� ������
//���� ���� � ���� ������� �� ����� ���� ������� � " "

echo ----------------------------------------------------------------
echo Start compiling of %1%2%3
echo ----------------------------------------------------------------

copy %1%2.ssl temp.c
%DR%wcc386.exe temp.c /pc /fo=temp.i /w
copy temp.i temp.ssl
%DR%dos4gw.exe %DR%compile.exe temp.ssl
copy temp.int %DRint%%2.int


del temp.c
del temp.i
del temp.ssl
del temp.int

pause

��� ����� ��� ���������� ��� �������, ���������� ���� ������ ������� ���������.


(��������������(�) Dioron - 9:14 - 17 ����, 2005)

-----
������ �������
���� ���� ��������.

����������: 9:02 - 17 ����, 2005
Tehnokrat
���������

������: �����������
�����������: ���. 2003

�����: 489 ���������

�� ������������ ������������ ������ ������ ����� ��������� ��������� ������.
������ 0b21

-----
������� ����� ������, �� ������ ��������. ������� ����� ��������, �� ������ ������.

����������: 23:10 - 18 ����, 2005
 

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ] ��� ��������


Powered by Ikonboard 2.1.9 RUS
Modified by RU.Board Team
© 2000 Ikonboard.com