Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Run Linux command from windows Post 302982151 by zoldkovacs on Sunday 25th of September 2016 10:31:32 AM
Old 09-25-2016
i have exe generated script,only one line:
Code:
c:\nic\batch>type RUN_prd_support_disk.cfg.cmd
@echo off
c:\nic\bin\send_remote_cmd.exe  C:\nic\conf\prd_support_disk.cfg

Code:
c:\nic\batch>type ..\conf\prd_support_disk.cfg
10.1.1.53,ssh,   22,support,IkffehjPP$,"echo  'df -k:';df -k;echo  'free -m:';fr
ee -m;echo  'mount | column -t:';mount | column -t;","C:\nic\log\prd_support_disk.log"

display splash when run send_remote_cmd.exe "upgrade pro to remove ",i need remove this splash,if possible.



Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 09-26-2016 at 04:26 AM.. Reason: Added CODE tags.
 

9 More Discussions You Might Find Interesting

1. Programming

How to Run a Linux Command and Redirect its output to a socket in C

I have a Linux socket server program. I need to run the commands sent by the client and return the output to client. Is there a quicker way? I tried with ptr=popen(command, "r"); and then fgets(buf, size,ptr); write buf to socket fgets hangs for me. Now, I would like to know if I can... (3 Replies)
Discussion started by: rajeshomallur
3 Replies

2. Windows & DOS: Issues & Discussions

scp Command from Linux to Windows

Hi Everyone, I am trying to use the basic scp command in Linux to transfer a file over to a windows system, my syntax is as follows: scp <filename> <username)@<serveraddress>:directory. But the command keeps timing out. Any one have any thoughts? Thanks in advance! (5 Replies)
Discussion started by: twhitmarsh
5 Replies

3. Shell Programming and Scripting

Command script to be run in both AIX and LINUX

Hi, Script : #!/usr/bin/ksh echo "\n\t\t\t\t Enter your Name : \c" read name ############################## I ran the script in LINUX Enter your Name : abcdefghijklmnopqrstuvwxyz I ran the script in AIX Enter your Name : opqrstuvwxyz < I'm not able to see the... (2 Replies)
Discussion started by: arjunprathap
2 Replies

4. UNIX for Dummies Questions & Answers

How to run linux in windows 7 without dual boot?

tell me in steps if its virtual box (2 Replies)
Discussion started by: mahor1989
2 Replies

5. Shell Programming and Scripting

Script for telnet and run one command kill it and run another command using while loop

( sleep 3 echo ${LOGIN} sleep 2 echo ${PSWD} sleep 2 while read line do echo "$line" PID=$? sleep 2 kill -9 $PID done < temp sleep 5 echo "exit" ) | telnet ${HOST} while is executing only command and exits. (5 Replies)
Discussion started by: sooda
5 Replies

6. Red Hat

Not able to run any command /lib64/ld-Linux-x86-64.so.2: bad ELF interpreter

Hi, I accidentally did this: wadhwaso@nxsdgd01 deps]$sudo rpm -e --nodeps glibc-2.5-107.x86_64 error: %postun(glibc-2.5-107.x86_64) scriptlet failed, exit status 255 and since then I am not able to run any command on this server except 'cd'. I always get the following error: $ ls... (6 Replies)
Discussion started by: stunn3r
6 Replies

7. Homework & Coursework Questions

NDM command to run a Mainframe job from Linux

Hi Experts, I am trying to run a Mainframe Job from Linux using NDM process. I will be passing the contents of the Mainframe job as an parameter to the NDM script. This is working fine with FTP when i use the option filetype = jes, but in NDM i am not able to identify a similar option like... (2 Replies)
Discussion started by: arun1377
2 Replies

8. Windows & DOS: Issues & Discussions

How to run a Windows Setup on a Linux computer?

I am looking to run a Windows utility BitRecover PST Viewer. To help me read a pst file. Can anybody guide me how can I run this Windows utility on Linux. (3 Replies)
Discussion started by: marktux
3 Replies

9. Shell Programming and Scripting

How to run simple single command on multiple Linux servers?

Hi All, How can i run a single command on multiple servers with or without giving credentials. I have a file(servers.txt) which has got list of servers and i want to run a command lsb_release -dr on all these servers and get output of those servers against each server. I tried below code... (9 Replies)
Discussion started by: darling
9 Replies
PAW-DEMOS(1)						      General Commands Manual						      PAW-DEMOS(1)

NAME
paw-demos - run PAW demonstrations SYNOPSIS
paw-demos [options] [example_num [test_num]] DESCRIPTION
paw-demos is a script to run the demonstrations of PAW in the paw-demos package. It will create a demo directory (by default $HOME/paw-demos), copy the demos from /usr/share/paw-demos to this directory, and run them. Both examples and tests are available. example_num is the number of the example to start with; examples are skipped if example_num > 31. test_num is the number of the test to start with; tests are skipped if test_num > 8. Note that the first example is numbered 1 but the first test is numbered 0. OPTIONS
--batch Run demos in batch mode; output to PostScript. The resulting output files are placed into a "linux" subdirectory of the demo direc- tory. --clean Clean the demo directory given by the --dir option (or the default directory if --dir is not given). This option causes exam- ple_num, test_num, --batch, and --driver to be ignored. --dir dir Specify the directory in which to run the PAW demos, relative to $HOME. If it does not already exist, it will be created and the demos copied to it from the directory /usr/share/doc/paw-demos/examples. The default is $HOME/paw-demos. --display display Specify the display to use. The default is the current value of the $DISPLAY environment variable. --driver driver Specify a graphics driver. Available options are "X11" for pawX11 and "++" for paw++. --help Show a summary of options. FILES
/usr/share/paw-demos contains the PAW demonstrations. $HOME/paw-demos is the default directory in which to run the demos. SEE ALSO
paw(1), paw++(1) AUTHOR
This manual page and the paw-demos script that it describes were written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). The demos themselves were written by various PAW contributors. COPYRIGHT
(C) Copyright Kevin McCarty, 2003. April 23, 2003 PAW-DEMOS(1)
All times are GMT -4. The time now is 02:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy