Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me knowecho "about to call a C program"cprogramecho "after calling a C program"This assumes cprogram is in the $PATH. You may have to specify the path:/home/username/bin/cprogramYou might need to compile your cprogram.c first to...
- Tags: C, C program, cprogram, iyerharini@..., linux, shell script
- Q&A 2006-03-17
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me know
- Tags: C/C++, Programming languages
- Q&A 2006-03-17
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me knowI'm assuming that the program is actually compiled. If it is actually compiled, it is just like calling any other program...As J.Ja points out, you just call it by name. In fact, much...
- Tags: C/C++, shell script, C, C program
- Q&A 2006-03-17
Additional Resources
- Help required in Shell Script
- Shell script 1.how to generate the following series ,1,3,2,4,3,5,4,6......1002.how to write a shell script to check if a given string is palindrome or not without reversing the string3.how to write a shell script to display the following pattern using while loop.1223334444
- Tags: homosapien2001@..., shell script
- Discussion threads 2007-09-10
- Shell script
- 1.how to generate the following series ,1,3,2,4,3,5,4,6......1002.how to write a shell script to check if a given string is palindrome or not without reversing the string3.how to write a shell script to display the following pattern using whi
- Tags: slipknotsr@..., shell script
- Discussion threads 2004-12-17
- Adding a <CR> on a command in a script
- I have a added a Windows based command to a simple windows shell script that requires to be entered before the command will run. Currently the script hangs unless I press return then it will continue. Can a be added to the end of the command somehow?Can this...
- Tags: Microsoft Windows, Scripting languages, Ivan the Terrible
- Q&A 2005-03-31
- Improve Your Scripting With the test Command
- The all too often underappreciated shell script is limited in power only by the ability of the person writing it. Every operation undertaken in a shell script, beyond the simplest grouping of commands, requires an examination of conditions. All shell script "Logic" - to use the term in its loosest...
- Tags: Shell Script
- White papers
- Windows Server 2003 Logon script
- Does any-one know of a central repository where I can get a list of all valid system logon commands?I think you are confused or I amA login script is just that, a script that is launched at login. Usually this is a command shell script DOS batch file, vb...
- Tags: dhegner@..., it management, logon, Microsoft Windows, Microsoft Windows Server, Microsoft Windows Server 2003, networking, script, security, windows
- Discussion threads 2007-01-12
- FTP ls and dir hangs
- Hi, My script suddenly failed 2 weeks ago after working for years. 'ls' command hangs after the script loggin anonymously. This script was written in c shell. I also have another script written in perl and use the Net::ftp module to ftp the same exact site and 'ls' without any...
- Tags: FTP
- Q&A 2004-10-04
- shell scripting
- 1. how to write shell script to display the following series:1,2,3,4,10,5,6,7,8,2,6,9,10,11,12,42,13,14,15,16,58,17,18,19,20,742.how to write a shell script that accepts two file names.it should swap the contents of these two file i.e. contents of file 1 should go in file2 and contents of file2 should go in file1.3.how print the multiplication of...
- Tags: slipknotsr@...
- Q&A 2004-12-22
- VB Script - Help!
- I am looking to change the following script to look in another location if it cannot find C:Program FilesInternet Exploreriexplore.exe. Norwegien & Swedish versions of Windows use the following location for IE c:programinternet exploreriexplore.exe. The script I have is as follows:Sub ZMain Dim MyURL, ret MyURL =...
- Tags: Web browsers, jgibbons@..., Microsoft VBScript, Microsoft Visual Basic, Dim MyURL, C:PROGRAM FILESINTERNET EXPLORERIEXPLORE.EXE
- Discussion threads 2007-04-05
- Get up to speed on scripting tools and techniques
- This book excerpt from Paraglyph Press offers an excellent overview of scripting and scripting tools. This introductory chapter to Windows Admin Scripting Little Black Book, Second Edition, lays a solid foundation for understanding scripting techniques and introduces the three major scripting tools that the book focuses on:...
- Tags: Technique, Chapter, WSH, Kixtart, Tool, Productivity, Microsoft Windows, Scripting Languages, Operating Systems, Software, Software/Web Development, Web Development
- Book chapters 2005-07-26
- Windows XP desktop to logon directly to Terminal sever
- How to a setup the xp desktop to logon to the termail server only like a thin cleint? Is this possible? I have set the shell in the reg to RDP which when the machine boots does come up to the TS login however you have to reboot...
- Tags: Development tools, clac111877@..., Microsoft Windows, Microsoft Windows XP, desktop
- Discussion threads 2007-10-16
- Logon script for Active directory gpedit
- Hello,I would like to know if anyone can write me an example of logon script that will do the following:Change the value of HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerShell Folders Favorites registry key to another network location.Also, is there any web site which contains some gpedit scripts or any other useful information about it?Thank you...
- Tags: HellBird, Microsoft Windows Active Directory
- Discussion threads 2007-03-23
- GUI scripting with Zenity
- Zenity is a tool that allows you to create GUI prompts for shell scripts. Similar to the dialog tool, which creates nice "graphical" text interfaces for the CLI, Zenity creates GUI widgets and windows that can be used in a shell script.
- Tags: Shell Script, GUI, Vincent Danen, Zenity
- Download resources 2008-07-08
- Advanced Shell for UPX (exe)
- Advanced Shell is the Windows shell for UPX, the best executable file compressor. This shell allows to easy control UPX without any knowledge about UPX commands and options. It makes your work more effective and comfortable. Version 3.01 updates support issues.
- Tags: Shell, Advanced Shell, Microsoft Windows, Strategy, Operating Systems, Software, Management
- Software downloads 2007-10-04
- GUI scripting with Zenity
- Vincent Danen introduces you to Zenity, a tool that allows you to create GUI prompts for shell scripts. Zenity creates GUI widgets and windows that can be used in a shell script. by Vincent Danen
- Tags: Shell Script, Window, GUI, Zenity, Vincent Danen, Construction
- Blog posts 2008-07-08
- Exchange 2007: Get used to the command line
- With the Exchange Management Shell, there are some things that you can do only from the new command line interface. Like it or not, Microsoft has put a whole ton of effort into making Exchange 2007 completely manageable via a Windows PowerShell-based management interface. In fact, there...
- Tags: Microsoft Exchange Server 2007, Microsoft Windows PowerShell, GUI, Microsoft Windows, E-mail Servers, Operating Systems, Software, Enterprise Software, Scott Lowe MCSE, shell, E-mail Administration Tips Newsletter
- Technical articles 2007-01-05
- Using script to record terminal sessions
- In this Linux tip, Vincent Danen explains the usefulness of script to log transcripts of network changes. There are also a couple of things to look out for if you use it. Most sys admins know the importance of keeping an action log where various tasks, configuration changes,...
- Tags: Linux, Vincent Danen, OPEN SOURCE, Linux Tips Newsletter, Session, File, UNIX, Operating Systems, Software
- Technical articles 2007-02-12
- Automatically close running application
- Is there a way to close a running application in Windows with a batch file? The catch is in order to close the application you need a password. So, I would like to automatically close this application java app, enter password to close, then restart app all with...
- Tags: Construction, cwill@..., password
- Discussion threads 2007-08-28
- << Previous
- page 1 of 1
- Next >>