JW_CAD (MS-DOS版) 専用掲示板
(現在 過去ログ32 を表示中)

HOME HELP 新規作成 新着記事 トピック表示 発言ランク ファイル一覧 検索 過去ログ

[ 親記事をトピックトップへ ]

このトピックに書きこむ

過去ログには書き込み不可

■7960 / inTopicNo.21)  Re[3]: 文字コマンドで英数文字しか打てません
  
□投稿者/ N.Misumi (1731回)-(2008/07/18(Fri) 16:18:17)
https://www.aa.alpha-net.ne.jp/nmisumi/
    わかりやすくするためにJWC.BATを下記の内容に変更してください。

    @echo off
    C:\TOOL\VTC
    C:\TOOL\RSWAP -DC:\ -N3F
    C:
    CD\JWC
    JW_CADV.EXE %1 -BB300 -S300 -A2 -CB6 -R3,3 -O -P -Y -H -L4 -L6 -M2 -M4 -M5 -M6 -M9 -Ma -ZA -H2 -コ -F*128
    C:
    CD\
    C:\TOOL\RSWAP -R

    補足) 起動オプションの -コ は実際は半角カタカナの -コ です。

    AUTOEXEC.NT の最後に PAUSE の一行を追加してください。
    画面に何か表示されるはずですのでそのメッセージの内容を教えてください。

    C:\toolフォルダにemsmagic.comは解凍していますか ?
    C:\に ime.sys はありますか ?

引用返信/返信 [メール受信/OFF] 削除キー/
■7959 / inTopicNo.22)  Re[2]: 文字コマンドで英数文字しか打てません
□投稿者/ watbun (2回)-(2008/07/18(Fri) 13:24:37)
    早速の御返答ありがとうございます。
    お手数をおかけしますが、チェックの程よろしくお願い致します。


    [JWC.BAT]
    @echo off
    REM
    REM SET JWC=C: ← JW_CADを導入したドライブ(半角文字で指定します)
    REM ~~
    REM SET ST=\JWC ← JW_CADを導入したフォルダ名を指定します.
    REM ~~~ 補足) 先頭に \ を付けることを忘れないでください.
    REM
    SET ST=\JWC
    REM BT : RSWAP, TOOL, JGAWKのフォルダ(ディレクトリ)があるドライブ
    REM JWC : JW_CADがあるフォルダ(ディレクトリ)のドライブ (注意 \を付けない)
    REM PC_ : DOS/Vなら V, NEC PC-9801/9821シリーズなら 98 に書き換えてください.
    REM
    IF "%JWC%" == "" SET JWC=C:
    IF "%PC_%" == "" SET PC_=V
    SET BT=C:\
    SET PATH=%BT%TOOL;%PATH%;%JWC%%ST%
    SET TMP=%TEMP%
    SET TZ=JST-9
    SET VCOM=-w
    SET AWKPATH=%BT%TOOL;%JWC%%ST%;%AWKPATH%
    SET AWK_=JGAWK
    SET GO32TMP=%TEMP%
    SET GO32=ansi

    :SKIP_10
    REM
    REM JW_CAD START
    REM
    REM NET の HELPコマンド(MS-DOSコマンド)
    REM NET USE, NET USE HELP
    REM
    REM 以下の方法で プロッタ、プリンタの自動マウントも可能です.
    REM NET USE LPT2: \\PLOTSERVER\F602
    REM
    REM 仮想ドライブ、NFS(NetWork File System)、マウントとか呼ばれます。
    REM 自分がクライアントで 常にデータサーバーへ接続して作業する方は
    REM 有効にするときは 先頭のrem△(4文字)を外す.
    REM ↓ G: は 仮想ドライブ, \\DATASERVER\C-DRIVE は ネットワークドライブ名
    REM NET USE G: \\DATASERVER\C-DRIVE <-- ここでネットワークドライブ割り当て
    cls
    call jp.bat
    %BT%TOOL\VTC
    %BT%TOOL\RSWAP -DC:\ -N3F
    %JWC%
    CD%ST%
    JW_CADV %1 -A -Z -B600 -S600 -Z2 -L -L2 -L4 -L6 -H2 -L8 -CB2 -o4 -M -P5 -M5 -F -コ -F&128
    %JWC%
    CD \
    %BT%TOOL\RSWAP -R
    REM CALL JP.BAT
    REM ネットワークドライブの解放
    REM 有効にするときは 先頭のrem△(4文字)を外す.
    REM ↓
    REM NET USE G: /DELETE
    REM NET USE LPT2: /DELETE


    [ime.sys]
    devicehigh=c:\windows\system32\kkcfunc.sys
    device=C:\windows\system32\MSIMEK.SYS /A1
    devicehigh=C:\windows\system32\MSIMEI.SYS /D*C:\windows\system32\MSIMER.DIC /DC:\windows\system32\MSIME.DIC /C1 /N /A1


    [config.nt]
    REM Windows MS-DOS Startup File
    REM
    REM CONFIG.SYS vs CONFIG.NT
    REM CONFIG.SYS is not used to initialize the MS-DOS environment.
    REM CONFIG.NT is used to initialize the MS-DOS environment unless a
    REM different startup file is specified in an application's PIF.
    REM
    REM ECHOCONFIG
    REM By default, no information is displayed when the MS-DOS environment
    REM is initialized. To display CONFIG.NT/AUTOEXEC.NT information, add
    REM the command echoconfig to CONFIG.NT or other startup file.
    REM
    REM NTCMDPROMPT
    REM When you return to the command prompt from a TSR or while running an
    REM MS-DOS-based application, Windows runs COMMAND.COM. This allows the
    REM TSR to remain active. To run CMD.EXE, the Windows command prompt,
    REM rather than COMMAND.COM, add the command ntcmdprompt to CONFIG.NT or
    REM other startup file.
    REM
    REM DOSONLY
    REM By default, you can start any type of application when running
    REM COMMAND.COM. If you start an application other than an MS-DOS-based
    REM application, any running TSR may be disrupted. To ensure that only
    REM MS-DOS-based applications can be started, add the command dosonly to
    REM CONFIG.NT or other startup file.
    REM
    REM EMM
    REM You can use EMM command line to configure EMM(Expanded Memory Manager).
    REM The syntax is:
    REM
    REM EMM = [A=AltRegSets] [B=BaseSegment] [RAM]
    REM
    REM AltRegSets
    REM specifies the total Alternative Mapping Register Sets you
    REM want the system to support. 1 <= AltRegSets <= 255. The
    REM default value is 8.
    REM BaseSegment
    REM specifies the starting segment address in the Dos conventional
    REM memory you want the system to allocate for EMM page frames.
    REM The value must be given in Hexdecimal.
    REM 0x1000 <= BaseSegment <= 0x4000. The value is rounded down to
    REM 16KB boundary. The default value is 0x4000
    REM RAM
    REM specifies that the system should only allocate 64Kb address
    REM space from the Upper Memory Block(UMB) area for EMM page frames
    REM and leave the rests(if available) to be used by DOS to support
    REM loadhigh and devicehigh commands. The system, by default, would
    REM allocate all possible and available UMB for page frames.
    REM
    REM The EMM size is determined by pif file(either the one associated
    REM with your application or _default.pif). If the size from PIF file
    REM is zero, EMM will be disabled and the EMM line will be ignored.
    REM
    EMM=RAM
    dos=high, umb
    device=%SystemRoot%\system32\himem.sys
    devicehigh=%SystemRoot%\system32\ntfont.sys
    devicehigh=%SystemRoot%\system32\font_win.sys
    devicehigh=%SystemRoot%\system32\$disp.sys /hs=%HardwareScroll%
    devicehigh=%SystemRoot%\system32\disp_win.sys
    devicehigh=%SystemRoot%\system32\kkcfunc.sys
    devicehigh=%SystemRoot%\system32\ansi.sys
    files=40
    REM devicehigh=c:\windows\system32\kkcfunc.sys
    files=20
    buffers=22
    REM device=%SystemRoot%\system32\MSIMEK.SYS /A1
    REM devicehigh=%SystemRoot%\system32\MSIMEI.SYS /D*%SystemRoot%\system32\MSIMER.DIC /D%SystemRoot%\system32\MSIME.DIC /C1 /N /A1


    [AUTOEXEC.NT]
    @echo off

    REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
    REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
    REM different startup file is specified in an application's PIF.

    REM Install CD ROM extensions
    lh %SystemRoot%\system32\mscdexnt.exe

    REM Install network redirector (load before dosx.exe)
    lh %SystemRoot%\system32\redir

    REM Install DPMI support
    lh %SystemRoot%\system32\dosx

    REM The following line enables Sound Blaster 2.0 support on NTVDM.
    REM The command for setting the BLASTER environment is as follows:
    REM SET BLASTER=A220 I5 D1 P330
    REM where:
    REM A specifies the sound blaster's base I/O port
    REM I specifies the interrupt request line
    REM D specifies the 8-bit DMA channel
    REM P specifies the MPU-401 base I/O port
    REM T specifies the type of sound blaster card
    REM 1 - Sound Blaster 1.5
    REM 2 - Sound Blaster Pro I
    REM 3 - Sound Blaster 2.0
    REM 4 - Sound Blaster Pro II
    REM 6 - SOund Blaster 16/AWE 32/32/64
    REM
    REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
    REM left unspecified, the default value will be used. (NOTE, since all the
    REM ports are virtualized, the information provided here does not have to
    REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
    REM The T switch must be set to 3, if specified.
    SET BLASTER=A220 I5 D1 P330 T3

    REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
    REM SB base I/O port address. For example:
    REM SET BLASTER=A0
    lh c:\tool\emsmagic
    adddrv c:\ime.sys


    以上で宜しいでしょうか。
    御返答をお待ち致します。
引用返信/返信 [メール受信/OFF] 削除キー/
■7958 / inTopicNo.23)  Re[1]: 文字コマンドで英数文字しか打てません
□投稿者/ N.Misumi (1730回)-(2008/07/18(Fri) 07:16:52)
https://www.aa.alpha-net.ne.jp/nmisumi/
    現在使用している JWC.BAT, IME.SYS, CONFIG.NT, AUTOEXEC.NT のファイルを
    メールで添付してください。
    確認させていただきます。

    ime.syの組み込みに間違いがあると思います。
    ime.sys を使用する場合は config.nt のIMEドライバーの組み込みは外す必要
    があります。

    下記のURLを参考としてください。
    http://yakushima-tonbo.com/jw_cad/ems/emsmagic/emsmagic.htm

引用返信/返信 [メール受信/OFF] 削除キー/
■7955 / inTopicNo.24)  文字コマンドで英数文字しか打てません
□投稿者/ watbun (1回)-(2008/07/18(Fri) 00:05:18)
    はじめまして。Misumi様のHPを拝見させて頂き、xpにDOS/V版のJW_CADを入れ、
    日々の仕事をこなしている者ですが、相談にのって頂ければ…と思い書き込み
    を致します。

    JW_CADの文字コマンドで、画面最下に表示されるツールバー(中央に「ZOOM」と
    表示が出るアレです)が表示されなくなり、英数文字しか打てない状況となって
    しまいました。

    過去ログ等を参考にさせて頂きましたが、jwc.bat・ime.sys・config.nt・autoexec.nt
    の内容も、置き場所も問題が無いように思われます。
    ALT+半角/全角キーの同時押しもやってみましたが、反応は無し。
    msimer.dicとmsime.dicは健在で、IMEは、他のアプリケーションでは正常に作動
    しています。(JW_WIN等)

    ただ先程「command.com」を「ファイル名を指定して実行」してみたところ、「デバイス
    ドライバの組み込みができません」と表示されました。
    何か関係があるのか、素人の私には皆目見当もつきませんが、少々気になりました
    ので書き添えて頂きました。

    情報が少ないかも知れませんが、状況は上の通りです。
    ファイル内容のチェックが必要でしたら、ご指示願いたく思います。

    取るに足らない質問かも知れませんが、ご指導の程、お願い致します。

引用返信/返信 [メール受信/ON] 削除キー/

<前の20件

トピック内ページ移動 / << 0 | 1 >>
Mode/  Pass/

HOME HELP 新規作成 新着記事 トピック表示 発言ランク ファイル一覧 検索 過去ログ

- Child Tree -