SYNCE-REMOVE-PROGRAM(1) http://synce.sourceforge.net/ SYNCE-REMOVE-PROGRAM(1)NAME
synce-remove-program - removes a program from your device
SYNOPSIS
synce-remove-program [-d LEVEL] [-p device_path] [-o UNLOAD_OPT] NAME ...
DESCRIPTION
synce-remove-program removes a program on a device connected through SynCE.
OPTIONS -d LEVEL
Set debug log level:
0 - No logging (default)
1 - Errors only
2 - Errors and warnings
3 - Everything
-p PATH
Path to device
-h Display help message.
-o UNLOAD_OPT
Flags to pass to unload.exe on the remote device. Currently no flags are known, but this flag is here in case we find some.
NAME The name of the program on the device. Program names are in the form "Provider Program". This is the same way the name will appear
under Settings -> Remove programs on your device, or in the ouput from synce-list-programs.
AUTHOR
David Eriksson <twogood@users.sourceforge.net>.
SEE ALSO synce(1)synce-list-programs(1)synce-install-cab(1)prun(1)The SynCE project November 2002 SYNCE-REMOVE-PROGRAM(1)
Check Out this Related Man Page
SYNCE-INSTALL-CAB(1) http://synce.sourceforge.net/ SYNCE-INSTALL-CAB(1)NAME
synce-install-cab - install .cab file
SYNOPSIS
synce-install-cab [-d LEVEL] [-p device_path] [-o WCE_OPT] [-n] FILENAME ...
DESCRIPTION
synce-install-cab installs a .cab file on a device connected through SynCE.
OPTIONS -d LEVEL
Set debug log level:
0 - No logging (default)
1 - Errors only
2 - Errors and warnings
3 - Everything
-p PATH
Path to device
-h Display help message.
-o WCE_OPT
Flags to pass to wceload.exe on the remote device. Useful flags include:
/noui - Install silently
/delete 1 - Don't delete CAB file after installation
/nouninstall - Don't create an uninstall file
/askdest - Ask where to install
/noaskdest - Get install information from registry
-n Don't run wceload (just copy CAB files)
FILENAME
The .cab file(s) that will be installed. If no filenames are specified, wceload.exe will nontheless be run on the remote device;
this will install any CAB files already copied, for example with the -n flag.
AUTHOR
David Eriksson <twogood@users.sourceforge.net>.
SEE ALSO synce(1)synce-remove-program(1)synce-list-programs(1)prun(1)pcp(1)The SynCE project November 2002 SYNCE-INSTALL-CAB(1)
Hello,
I am aware of that Find command finds certain files and remove command removes certain files.
However, is there a way to Find certain DIRECTORY and remove that DIRECTORY?
thank you (3 Replies)
HI Team,
I am frequently getting "SOFTWARE PROGRAM ERROR", SOFTWARE PROGRAM ABNORMALLY TERMINATED...
Why this comes frequently..how to trouble shoot shuch problems.
Thanks in advance (2 Replies)
Hi
I have an Input of following sort
AAAA:
ProgName="PROGRAM"
BBBB:
ProgName="BBBBBB"
CCCC:
DDDD:
ProgName="PROGRAM"
SSSS:
ProgName="PROGRAM"
ZZZZ:
ProgName="PROGRAM"
I want to find the Lines which are followed by ProgName="PROGRAM"
Out Put
AAAA: (11 Replies)
Hi,
I can't remove a fiber adapter.
# rmdev -dl fcs0
Method error (/usr/lib/methods/undefine):
0514-029 Cannot perform the requested function because a
child device of the specified device is not in a correct state.
Also when doing a reconfiguration.
# cfgmgr... (3 Replies)
PROGRAM A <-> PROGRAM B
PROGRAM A sends data as STDIN ro PROGRAM B and when PROGRAM B is executed from PROGRAM A, it sends output back to PROGRAM A. This is implemented using 2 pipes (fd1 & fd2).
The above process happens in a loop and during the second run, the previous data that had been... (10 Replies)
Hello
I need to remove a device (tape rmt0) for to put dinamic in another lpar but when I try to remove I get the next message
I try also If there are some process about it but nothing. and before that the device was available and I put on defined status but the same thing I canīt remove it.... (3 Replies)
Hi all,
I have a file resp_cde.ats which has values as:-
APPDIR=C:\Program Files\Cogny\cert
PUBSDIR=C:\Program Files\Cognoy\cert\documentation
TOURDIR=C:\Program Files\Cognoy\cert\tour
DATADIR=C:\Program Files\Cognoy\cert\data
Now I use the grep command in a shell script:-
x=`grep... (2 Replies)
Please find the below program. It contains the purpose of the program itself.
/* Program : Write a program to count the number of words in a given text file */
/* Date : 12-June-2010 */
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
int main( int argc, char *argv )
{... (6 Replies)
Hi,
I have some files with some extension e.g. abc.xml.REMOVE,xyz.xml,efg.xml.REMOVE .
I have to remove the .REMOVE extension. I can display it using the below script but cannot rename it.
ls -l|sed 's/\.REMOVE//'
How can I rename this?
Thanks in advance (7 Replies)
Hi friends,
I am running one SQL though .sh file and in output I am seeing newline whevnever There is a new line in column.
I WANT TO REMOVE NEWLINE IN OUTPUT FILE.
Present out put in Column:
-------------------------
Hi
How
Are
You.
Required output in Column:
-------------
Hi How... (4 Replies)
I would like to extract "JDBC Thin Client" from (PROGRAM=JDBC Thin Client); and "C:\Python26\python.exe" from (PROGRAM=C:\Python26\python.exe); "txm_v_awsrf_db.pr" from (PROGRAM=txm_v_awsrf_db.pr).
if input line like "(PROGRAM=)", it return unknown.
Would you help suggest a regular... (4 Replies)
I have this command to replace the version value from PROGRAM (for example here PROGRAM == player) by NEWVERSION
sed "/^ *$PROGRAM:/{N; s/*$/ $NEWVERSION/;}" -i $PRDFILE
player:
version: V6R2013xD3HF5v1
player_old:
version: V6R2013xD3HF5v1
partchecker:
version:... (2 Replies)
Hello guys,
I am a newbie to all of this - I'd like some help with a file I have. It's a ~100mb CSV file with approximately 30 columns.
What I'd like to do is to search through the file and REMOVE any lines with a certain case insensitive string in any of the columns:
So my file looks... (4 Replies)