Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

genresscript(1) [debian man page]

GENRESSCRIPT(1) 					      General Commands Manual						   GENRESSCRIPT(1)

NAME
genresscript - generate resource script from PE and NE binaries SYNOPSIS
genresscript [FILE]... DESCRIPTION
This manual page documents briefly the genresscript command. This manual page was written for the Debian GNU distribution because the original program does not have a manual page. Genresscript takes any number of PE or NE binaries, and outputs a resource script with all resources from the binaries listed. (Everything but the destination filename will be filled in in the script.) This is useful when you already have extracted images and want to create a resource script of them. SEE ALSO
extresso(1), icotool(1), wrestool(1). AUTHOR
This manual page was written by Colin Watson <cjwatson@debian.org> and Oskar Liljeblad <oskar@osk.mine.nu>. COPYRIGHT
Copyright (C) 2001 Colin Watson Copyright (C) 2001 Oskar Liljeblad This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. genresscript (icoutils) April 18, 2005 GENRESSCRIPT(1)

Check Out this Related Man Page

MICRODC(1)						      General Commands Manual							MICRODC(1)

NAME
microdc - A command-line based Direct Connect client SYNOPSIS
microdc [OPTION]... DESCRIPTION
microdc is a command-line based Direct Connect client that uses the GNU Readline library for user interaction. It was developed from ground up and does not depend on any other program. Despite the command-line user interface, microdc was designed to be user friendly and simple to use. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`--'). -c, --config=FILE Read configuration script from FILE rather than ~/.microdc/config. -n, --no-config Do not read config file on startup. --help Show summary of options. --version Output version information and exit. --filelist_refresh_interval=NUMBER Local filelist refresh interval (in seconds). If set to zero, program runs in a special slave mode: it never updates the file list, just checks every minute if the filelist changes, and if so - reads it. This is pretty useful if you connect to several hubs and use same filelist. FILES
The following files are used by microdc (~ represents the current user's home directory): ~/.microdc/config This file is loaded on startup. It contains commands, one per line, that will be executed on startup. You can override loading of this file with --config and --no-config. ~/.microdc/history This is the command history file. It contains a list of commands that were typed and executed from the microdc prompt. It can safely be removed. REPORTING BUGS
Report bugs to <oskar@osk.mine.nu>. AUTHOR
The author of microdc and this manual page is Oskar Liljeblad <oskar@osk.mine.nu>. COPYRIGHT
Copyright (C) 2004, 2005 Oskar Liljeblad This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. microdc September 17, 2005 MICRODC(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help required in unix command/script

Hi All, Please help me in writting the script File contains: ========= 11424444, <basicpage> jfalfksf <dateofbirth>10/02/2005</dateofbrith> jkaklgja lg'd .... 11423224444, <basicpage> jfalfksf <dateofbirth>11/02/2005</dateofbrith> jkaklgja lg'd 11433523224444, <basicpage>... (1 Reply)
Discussion started by: thaduka
1 Replies

2. UNIX for Dummies Questions & Answers

FTP is corrupting binaries

I'm ftping some binaries from a centos box to an old DEC machine. They're being transferred in bin, but they're being corrupted somehow because when I run file filename on the centos machine, it shows that it's an executable. But after the ftp and running the same command on the DEC, the file... (5 Replies)
Discussion started by: krisl
5 Replies

3. Solaris

How to compare binaries

I have the same two source files. They MUST be compiled with -g debugger option. The binaries are different. But in fact the binaries work the same. How to compare them to know the are compiled using the same source code. In Linux it is enough to: strip --strip-all <file> and diff shows no... (2 Replies)
Discussion started by: mblank
2 Replies

4. Shell Programming and Scripting

Beginner looking for help

Hello, I am trying to write a script that reads names from a file called input, removes names if they have the same letter next to each other and prints the others. e.g. Colin & John would be printed Garry & Lynn would be removed My thinking is that I read in each name and... (3 Replies)
Discussion started by: colinireland
3 Replies

5. UNIX for Dummies Questions & Answers

help with understanding script

i am trying to understand this script example. the text does not explain it. can someone tell me briefly what each of the functions do. any help will be appreciated. #!/bin/bash killtree() { local _pid=$1 local _sig=${2-TERM} for _child in $(ps -o pid --no-headers --ppid... (1 Reply)
Discussion started by: iluvsushi
1 Replies