Skip to content

Commit

Permalink
readmeを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
thistuna committed Apr 1, 2020
1 parent ca0db36 commit d4c53f7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
@@ -0,0 +1,20 @@
# schLauncher

schLauncherは,同じ.sch拡張子をつけているEagleとKiCad EEschemaのランチャーです.
このランチャーを介してschファイルを開くことで,自動でEagleかKiCad EEschemaのどちらかを呼び出します.

# 使い方

schLauncher.exeをダブルクリックで起動します.
すると,設定画面が出るので,KiCadのeeschema.exeとEagleのeagle.exeのパスを設定してOKボタンを押してください.

あとは,schLauncher.exeをschに関連付けるなり,コマンドラインからschLauncher.exe (回路図のファイル名)で起動するなり,
schLauncher.exeに回路図ファイルをドラッグ・アンド・ドロップすれば起動します.

# ダウンロード

出来るようにしときます.

# 開発環境

Microsoft Visual Studio 2019 Community
5 changes: 5 additions & 0 deletions schLauncher.sln
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "schLauncher", "schLauncher\schLauncher.csproj", "{0CBDEEF1-7446-4323-B2DD-C128C8A45042}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76EA28A4-60AC-4F07-809E-A3104B9AA5CA}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit d4c53f7

Please sign in to comment.