iT邦幫忙

0

有那些程式可以直接在DOS模式中下達語法

目前用過的可下達命令列語法的有:
imageMagick,GhostScript,Windows2003 serviceResourceTools

想問:
除了Windows-XP本身內建的DOS與FTP等
還有那些是可直接下達語法的程式/工具

以上

總裁 iT邦好手 1 級 ‧ 2013-10-14 19:48:02 檢舉
可以先說說你要的功能嗎??...疑惑
heyday提到:
目前用過的可下達命令列語法的有:
imageMagick,GhostScript,Windows2003 serviceResourceTools

如題目所列,我較常用的是圖形處理與系統工具方面的..
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中
6
fillano
iT邦超人 1 級 ‧ 2013-10-15 12:57:19
最佳解答

我都會去裝gnu win32,這樣在windows console中就有一堆gnu工具可以使用了。

參考:
http://en.wikipedia.org/wiki/GnuWin32
http://gnuwin32.sourceforge.net/

以前也會去裝cygwin,但是說實話,cygwin跑的有點慢...如果想在windows中跑bash環境,可以考慮msys,這是MinGW(windows環境下的GCC)底下的一個子計畫:
http://www.mingw.org/wiki/MSYS

6
bizpro
iT邦大師 1 級 ‧ 2013-10-14 21:59:15

任何一隻程式都是可以直接下達語法的. 差別只在提供了多少命令列參數, 一般程式通常都會提供命令列參數的, 有些程式不提供命令列參數, 許多程式提供圖形界面來設定參數.

看更多先前的回應...收起先前的回應...

我希望是純命令列模式的
如題目所列的那三類工具程式..

bizpro iT邦大師 1 級 ‧ 2013-10-16 10:49:32 檢舉
bizpro iT邦大師 1 級 ‧ 2013-10-16 10:50:34 檢舉

bizpro提到:
許多程式提供圖形界面來設定參數

應該這麼說: 我想要的工具是只有console程式, 而沒有推出圖型介面..

4
funforever
iT邦新手 4 級 ‧ 2013-10-15 09:16:28

看軟體提供的API嚕
有提供API就可以給參數

基本上所有軟體都可以在DOS下操作
其實DOS也是作業系統

只是他是屬於早期一點的作業系統
http://zh.wikipedia.org/wiki/DOS

6
darkslayer
iT邦好手 1 級 ‧ 2013-10-15 10:16:49

可以說一下你的用途嗎? 這樣大家比較好回覆

heyday提到:
目前用過的可下達命令列語法的有:
imageMagick,GhostScript,Windows2003 serviceResourceTools

如題目所列,我較常用的是圖形處理與系統工具方面的..

2
fangshye
iT邦新手 4 級 ‧ 2013-10-16 10:37:41

7-Zip 4.47 beta Copyright (c) 1999-2007 Igor Pavlov 2007-05-27

Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
[<@listfiles...>]

<Commands>
a: Add files to archive
b: Benchmark
d: Delete files from archive
e: Extract files from archive (without using directory names)
l: List contents of archive
t: Test integrity of archive
u: Update files to archive
x: eXtract files with full paths
<Switches>
-ai[r[-|0]]{@listfile|!wildcard}: Include archives
-ax[r[-|0]]{@listfile|!wildcard}: eXclude archives
-bd: Disable percentage indicator
-i[r[-|0]]{@listfile|!wildcard}: Include filenames
-m{Parameters}: set compression Method
-o{Directory}: set Output directory
-p{Password}: set Password
-r[-|0]: Recurse subdirectories
-scs{UTF-8 | WIN | DOS}: set charset for list files
-sfx[{name}]: Create SFX archive
-si[{name}]: read data from stdin
-slt: show technical information for l (List) command
-so: write data to stdout
-ssw: compress shared files
-t{Type}: Set type of archive
-v{Size}[b|k|m|g]: Create volumes
-u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options
-w[{path}]: assign Work directory. Empty path means a temporary directory
-x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames
-y: assume Yes on all queries

我希望是純命令列模式的
如題目所列的那三類工具程式..
而非類似7-Zip這種圖型介面工具的附屬命令參數..落寞

James iT邦大師 6 級 ‧ 2013-10-16 15:02:41 檢舉

7z是console程式,它的圖形介面是7zfm

bruck提到:
7z是console程式,它的圖形介面是7zfm

應該這麼說: 我想要的工具是只有console程式, 而沒有推出圖型介面..

我要發表回答

立即登入回答