WareSeeker Search Software

command


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Proc::Command 0.04


linux Programming->Libraries Free
View Detail
Download Proc::Command 0.04Download Proc::Command 0.04
0.016 MB
Proc::Command is a backtick that does not use the shell for Perl under Windows.

SYNOPSIS

use Proc::Command

@reponse = Proc::Command->command($command)
@reponse = Proc::Command->command($command, $trys)
@reponse = Proc::Command->command($command, $trys, $sleep)

use Proc::Command qw(command)

@reponse = command($command)
@reponse = command($command, $trys)
@reponse = command($command, $trys, $sleep)

Some Perls under Microsoft windows suffers disabilities over Unix Perls. One particular disability is a backtick without the console. Altough the Microsoft console, may be started without a window (start command with /b option or spawn program call), the Perl system command on windows usually creates a window. Creating a window causes immense user interface problem since it will randomly pop-up and take focus over the current window, erasing current entries into that window. Solutions such as "Proc::SafePipe" do not run on Perls for Window.

This module provides an answer by using the "open" command with a pipe to provide a backtick without a console that will run under Perls on Microsoft Windows.


Tags:
2

Pivo Command Component


script ASP NET $49.00 Additional Info: New Release
View Detail
Download Pivo Command ComponentDownload Pivo Command Component
An Internet utility that returns information about commands which can be executed in command line such as ping, nslookup and dir etc. It is a component class designed for calling an external command line from within a Windows Forms application (or any other application that wants to avoid opening a console window) and receiving its text output.The Command property (string) defines which executable or DOS command to execute. For Example: netsh.
Tags:
3

COMMAND AntiVirus 4.90


windows Security Privacy->Anti Virus Tools $39.99
View Detail
Download COMMAND AntiVirus 4.90Download COMMAND AntiVirus 4.90
8739K
Automated AntiVirus software for home PCs and Corporate networks. COMMAND has little or no affect on resources and speed so your network or Home PC will not slow down. Being fully automated COMMAND AntiVirus requires the user to just install it. COMMAND will automatically download virus and product updates, while automatically protecting the computer. Our simple and user friendly AntiVirus Software for home PCs is quick and easy to install, with our dedicated technical support team available on hand to assist should you get stuck. COMMAND AntiVirus uses a revolutionary heuristic technology engine called Holocheck that allows COMMAND to detect unknown new viruses, ensuring there is also protection against viruses that we dont know about as well as the ones we do. COMMAND has provided AntiVirus software solutions to the industry for nearly 20 years with clients such as Xerox, Cap Gemini, Marconi, P&O, Cisco Systems, Intel, General Motors having a great confidence in our software to protect their network and business from virus attacks.

Tags:
4

d command 5.4


linux System->Shells Free
View Detail
Download d command 5.4Download d command 5.4
0.008 MB
The d command runs a command in the background and redirects its output to a file. The output file is annotated with start and end time, the actual command used, cwd, host, etc.

You can ask the d command to extract the last command from the output file and run it again, you can ask it to append to the file or not, and other goodies.

It comes with handy little programs to look at the output, tail it, etc. d command is sort of trivial, but has been streamlined over many years.

Usage: d [ -f file ] c[n][a][p] cmd arg ...
or: d [ -f file ] m[n][a][p] [ make_arg ... ]
or: d [ -f file ] s[n][a][p] [ additional_arg ... ]
or: d [ -f file ] h

Do a task in the background, with its stdout and stderr redirected to a file called out or to file or to a file named by a $yostD_OUTFILE environment variable. The d command usually does

mv ,out out

and then creates a new out file, but d can be told to append to out instead.

The task argument is composed of individual letters:

One of these is required:

c Do the following command - redirection and piping work if quoted.
m Do a make.
s Do the same command again (extract the last command from out, and run it again (without nice unless you ask for it again).
h Print a history of what happened in this out file.
These are optional:
n Do it nicely.
a Append to out.
p Just print the command that would be executed; dont run it.

The d command comes along with several helper shell functions:

q tail -f out
qq cat out
qt tail -20 out
cq clear ; q
cqq clear ; qq
wq wait "$@" ; printf "b" ; qq
wqt wait "$@" ; printf "b" ; qt

The output from d into the file out consists of

prologue
output from the command
epilogue

as shown in the example below, which does this:

Run a command (c) in the background, with output to the out file.

Run the same (s) comand again, with nice (n), appending (a) the output to the existing out file.

Show the out file.

Show what will happen (p) if we try to run the same command again, using ‘d s’.

Show the history (h) of commands and results contained in the out file.

Whats New in This Release:

· The script was fixed so that in addition to zsh, it also works with bash, ksh, and sh.


Tags:
5

Mail Command 1.0


windows Communications->Mail Utilities $99
View Detail
Download Mail Command 1.0Download Mail Command 1.0
476 KB
Mail Command is a useful command line utility.

Tags:
6

AFS::Command::PTS 1.7


linux Programming->Libraries Free
View Detail
Download AFS::Command::PTS 1.7Download AFS::Command::PTS 1.7
0.076 MB
AFS::Command::PTS is a OO API to the AFS pts command.

SYNOPSIS

use AFS::Command::PTS;

my $pts = AFS::Command::PTS->new();

my $pts = AFS::Command::PTS->new
(
command => $path_to_your_pts_binary,
);

my $pts = AFS::Command::PTS->new
(
noauth => 1,
force => 1,
);

This module implements an OO API wrapper around the AFS pts command. The supported methods depend on the version of the pts binary used, and are determined automagically.


Tags:
7

AFS::Command::BOS 1.7


linux Programming->Libraries Free
View Detail
Download AFS::Command::BOS 1.7Download AFS::Command::BOS 1.7
0.076 MB
AFS::Command::BOS is a OO API to the AFS bos command.

SYNOPSIS

use AFS::Command::BOS;

my $bos = AFS::Command::BOS->new();

my $bos = AFS::Command::BOS->new
(
command => $path_to_your_bos_binary,
);

my $bos = AFS::Command::BOS->new
(
localauth => 1,
);

This module implements an OO API wrapper around the AFS bos command. The supported methods depend on the version of the bos binary used, and are determined automagically.


Tags:
8

AFS::Command::VOS 1.7


linux Programming->Libraries Free
View Detail
Download AFS::Command::VOS 1.7Download AFS::Command::VOS 1.7
0.076 MB
AFS::Command::VOS is a OO API to the AFS vos command.

$path_to_your_vos_binary,
);

my $vos = AFS::Command::VOS->new
(
localauth => 1,
encrypt => 1,
);

This module implements an OO API wrapper around the AFS vos command. The supported methods depend on the version of the vos binary used, and are determined automagically.


Tags:
9

AFS::Command::FS 1.7


linux Programming->Libraries Free
View Detail
Download AFS::Command::FS 1.7Download AFS::Command::FS 1.7
0.076 MB
AFS::Command::FS is a OO API to the AFS fs command.

SYNOPSIS

use AFS::Command::FS;

my $fs = AFS::Command::FS->new();

my $fs = AFS::Command::FS->new
(
command => $path_to_your_fs_binary,
);

This module implements an OO API wrapper around the AFS fs command. The supported methods depend on the version of the fs binary used, and are determined automagically.


Tags:
10

Pivo Command Component 1.01


windows Network Internet->Internet Client Suites Free
View Detail
Download Pivo Command Component 1.01Download Pivo Command Component 1.01
1200K
An Internet utility that returns information about commands which can be executed in command line such as ping, nslookup and dir etc. It is a component class designed for calling an external command line from within a Windows Forms application (or any other application that wants to avoid opening a console window) and receiving its text output. This works for stand-alone command line applications as well as for commands invoking the Windows command line processor (so-called DOS commands).This is an Internet service that finds information about a commands which can be used in command prompt. To see the COMMAND service in action, check out our command component. Command Component programmatically executes a command in command line and receiving the resulting text output is an all but easy and straightforward.
The Command property (string) defines which executable or DOS command to execute. For Example: netsh.

Tags:
11

Command Finder 1.0


windows System->OS Enhancements Free
View Detail
Download Command Finder 1.0Download Command Finder 1.0
722 KB
Command Finder description
Command Finder finds the command you need for any operating system FAST!! UCG Command Finder was created as a compliment for the Universal Command Guide to make it even easier, when you need a command, to find it.With this tool, you can quickly find the commands you need by typing in keywords
relating to the task that you want to accomplish.

UCG Finder will search through the command database and show you the commands relating to your needs. With UCG command Finder, you can also save and manage your own searches. List all commands from a particular operating system or multiple operating systems.

Using the UCG command Finders advanced query features, you can also append new queries to existing queries thus allowing you to narrow down your search even further.If you need a command, go to the UCG command Finder to find the command you need, then learn how to use it in the Universal Command Guide.

Tags:
12

Take Command 8.02


windows Utilities->System Tools $74.95
View Detail
Download Take Command 8.02Download Take Command 8.02
4.3 MB
Take Command offers a new approach to working in Windows, bringing users the power of the command line and the ease of use of the Windows interface. Take Command supports existing CMD.EXE commands and batch files, and adds thousands of new features, giving you more power and flexibility than you ever imagined.
Tags:
13

Take Command 9.0


windows Utilities->Misc Utilities 74.95
View Detail
Download Take Command 9.0Download Take Command 9.0
5.79MB
Take Command offers a new approach to working in Windows, that brings users the "best of both worlds". It is a powerful command line utility - fully integrated into the Windows graphical environment.
Most Windows graphical applications offer limited command-line capability at best, and most command-line utilities arent designed for a graphical environment such as Windows. Those limitations force users to move back and forth between graphical utilities and the character-mode command line. By combining our advanced command-line technology with the look and feel of Windows, Take Command makes Windows both easier and more productive.
This Windows command line tool supports all the same commands and features available in 4NT - command line editing, aliases for frequently used commands, new and enhanced commands, batch file programming enhancements, third-party plugins, and more - all in a fully graphical application with a standard Windows Graphical User Interface (GUI).
But thats not all. Weve also added hundreds of features feasible only in a graphical environment like pull-down menus, dialogs, application control, and cut and paste support. If youre tired of having to choose between the power of the command line and the graphical interface, Take Command is the perfect solution.
Tags:
14

Penguin Command 1.6.10


linux Games->Arcade Free
View Detail
Download Penguin Command 1.6.10Download Penguin Command 1.6.10
1.1 MB
Penguin Command is a clone of the classic "Missile Command" Game, but it has better graphics and music.

The gameplay has only been slightly modified. Penguin Command is free software licensed under the GPL.

Whats New in This Release:

· fixed a possible freeze in Help/Options menu


Tags:
15

Missile Command 1.0.1


linux Games->Arcade Free
View Detail
Download Missile Command 1.0.1Download Missile Command 1.0.1
0.20 MB
Missile Command project is a game in which you have to save your city from nuclear doom.

Missile Command is a clone of the Atari save-your-city-from-impending-nuclear-doom game.


Tags:
16

Take Command 6.01


windows Utilities->Command Shells $69.95
View Detail
Download Take Command 6.01Download Take Command 6.01
2659KB
Take Command offers a new approach to working in Windows, bringing users the power of the command line and the ease of use of the Windows interface. Take Command supports existing CMD.EXE commands and batch files, and adds thousands of new features, giving you more power and flexibility than you ever imagined. Take Command adds features such as extensive context-sensitive online help, aliases for commonly used commands, a powerful command line editor, history recall, filename completion (even across a network), popup command and directory history windows, and extended directory searches that can take you to any directory on your system by entering only part of its name. Take Command expands the Windows file handling commands, giving you the ability to copy, move, delete, or list multiple files with a single command, and adding FTP and HTTP support (including SSL) . You can select or exclude files from any command by their date, time, size, and extended wildcards for extraordinary flexibility. Batch file users will be amazed at the power and speed Take Command adds to Windows batch files, with an array of new batch commands and a powerful batch debugger with single stepping, breakpoints, syntax coloring, popup variable windows, and editing. The extended batch language in Take Command includes subroutines, DO statements, IF THEN ELSE statements, SWITCH statements, error handling, more than 120 internal commands and over 200 internal variables. And if you dont like the default behavior, Take Command allows you to adjust its configuration either through interactive dialogs or on the command line.

Tags:
17

Take Command 7.01


windows Utilities->System Analysis $69.95
View Detail
Download Take Command 7.01Download Take Command 7.01
2.6 MB

Take Command offers a new approach to working in Windows, bringing users the power of the command line and the ease of use of the Windows interface. Take Commandsupports existing CMD.EXE commands and batch files, and adds thousands of new features, giving you more power and flexibility than you ever imagined. Take Command adds features such as extensive context-sensitive online help, aliases for commonly used commands, a powerful command line editor, history recall, filename completion (even across a network), popup command and directory history windows, and extended directory searches that can take you to any directory on your system by entering only part of its name. Take Command expands the Windows file handling commands, giving you the ability to copy, move, delete, or list multiple files with a single command, and adding FTP and HTTP support (including SSL) . You can select or exclude files from any command by their date, time, size, and extended wildcards for extraordinary flexibility. Batch file users will be amazed at the power and speed Take Command adds to Windows batch files, with an array of new batch commands and a powerful batch debugger with single stepping, breakpoints, syntax coloring, popup variable windows, and editing. The extended batch language in Take Command includes subroutines, DO statements, IF THEN ELSE statements, SWITCH statements, error handling, more than 120 internal commands and over 200 internal variables. And if you dont like the default behavior, Take Command allows you to adjust its configuration either through interactive dialogs or on the command line..
Tags:
18

Simple Command 0.93


windows Utilities->Other Tools Free
View Detail
Download Simple Command 0.93Download Simple Command 0.93
415KB
Simple Command is FREEWARE easy utility, which provide pop-up window with command line and button to Eject/Close CD, tray icon menu with commands: shutdown,reboot of logoff computer. To invoke pop-up window move mouse cursor to program tray icon.
Tags:
19

Remote Command 1.0


windows System->System Miscellaneous Free
View Detail
Download Remote Command 1.0Download Remote Command 1.0
40 KB
Remote Command description
Run command on remote system and have the output returned Remote Command runs any command remotely and returns the output. Its a good supplement to existing tools that do not run remotely, e.g. "route print", "ipconfig /all", "arp -a", etc.

Remote Command allows you to run the commands without any client tools installed on the target system.

Requirements:

· .Net Framework
· You need administrative rights on the target system.

Tags:
20

martin2k Command 2.1.6


windows Utilities->Other Tools $20
View Detail
Download martin2k Command 2.1.6Download martin2k Command 2.1.6
422KB
martin2k Command is a command line interface program. It includes general commands such as executing Windows command line commands, file management and running programs. Keep Track (mp3 management) databases can be loaded so that playlists can be created and played. The batch mode allows for commands to be loaded from a file and executed in order. Custom commands and key bindings can be created to save typing in long commands.

If you want to play music on a laptop in your car, this program can be used to play it safely (i.e. while driving). With just a few keystrokes, playlists can be created and played - even without looking at the laptops screen or keyboard.
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket