0
votes
1answer
34 views
Change font size in Emacs cli
How can i change Emac's default font size in command-line, not the X version of emacs?
0
votes
1answer
61 views
Persistable and Repeatable Commands
Imagine that we have stuff we want done in the system and sometimes exceptions are raised while doing it. We want to give the end users a report of those errors so they have an opp …
0
votes
1answer
18 views
Process.Exited event will not be called
Hi all,
I have the following code snippet to call into command line:
p = new Process();
ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = "cmd.exe";
psi.Arguments = " …
0
votes
3answers
37 views
ORDER BY addedOn DESC LIMIT in Mysql
I see ORDER BY addedOn DESC LIMIT in Mysql command in our apps
i don't know Means of ORDER BY addedOn DESC LIMIT
so what is ORDER BY addedOn DESC LIMIT
0
votes
6answers
68 views
Unix command to create a tar of a specified number of files
I am looking for a Unix command which will create a tar of 10 files from a directory.
0
votes
2answers
23 views
How can I bind a command of a control in template to my ViewModel
Hi guys,
Right, what I have is:
<Window x:Class="WpfGettingThingsDone.View.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http: …
0
votes
3answers
30 views
EXCEL 2007 - Need Help creating a button which takes the contents of active worksheet and pastes it in a new worksheet
Hello! I have search throughout this site to find a answer to my problem and most of the related solutions are for a far more complicated problem. Here is what I need to have don …
0
votes
0answers
56 views
ssh and file copy in unix [closed]
Hi all,
I have connected to a unix server using ssh from my terminal. But i am having a windows client.
How to copy files from the unix server to the windows client.
Can i use t …
0
votes
1answer
27 views
Using arguments in XCode
I am trying to do something similar to this tutorial http://www.cprogramming.com/tutorial/c/lesson14.html
Where I get the title of the file to be opened, and the number of lines o …
0
votes
4answers
70 views
Which command in VBA can count the number of characters in a string variable?
Let's say I have this variable:
word = "habit"
which command in VBA will allow me to count how many characters are there in this variable (in my case it's 5).
Important: the va …
0
votes
1answer
39 views
Cocoa shell command permission
Hi
I'm developing my first Mac App have some issues with shell commands...
I'm trying to find out how to get the permission windows that the user can enter his password. I want to …
1
vote
2answers
32 views
Weird behaviour of h:commandLink action (MethodExpression)
Hey there,
I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically.
I have showXML.j …
0
votes
3answers
30 views
Is there any difference between java run.exec of a command and shell execution?
Hi all,
I have a program which calls a shell command. When I executes the command using java's run.exec, it is not working but when I executes the command directly in terminal, it …
0
votes
3answers
29 views
Folder comparions on Command line
Hello,
I want to compare two folders on Windows(Vista, XP) which have large number of huge size files, which i need to compare. If i use beyond compare or such tool to compare the …
0
votes
1answer
50 views
Asterisk (*) in windows batch file command line argument gets expanded
Hello,
I have a batch script that takes arguments from the command line. One of the arguments has a * in it. In spite of putting the argument in quotes, the * gets expanded before …
