Command line commandsWithin a PowerBuilder application, how do I create an association so that
all files with no extension are opened with notepad? I am using InsertFile
command. I know we can use the command line 'assoc' command but I don't
know how to include it in PowerBuilder code.
I am using PowerBuilder 6.5
Thanks
Mangala
You could probably do that with the run function. However, you should be
careful because most directories don't have extensions. I don't know what
kind of behavior that will cause.
Mike
...
Command Line commandsIs there a list of commands that can be used at the NetWare server and at
the Windows workstation command line for ZFD 4.? I can't find them in the
documentation or on the knowledgebase apart from ZENVER. Thanks in advance
for any replies.
Spamaddress@spam.com,
> Is there a list of commands that can be used at the NetWare server and at
> the Windows workstation command line for ZFD 4.?
>
To control what? NAL?
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)
Novell does not monitor these forums officiall...
How to pass command line arguments to an extension using a command line on MacOS?I am developing an extension that processes some command line options.
I want to invoke the Firefox from a command line like this:
> ...../firefox -myarg1 -myarg2
I am running into a problem on Mac OS. When I run such command when
there is no FireFox running it works fine. However if I run the
command again I get an error saying that there is already an instance
of Firefox running and only one instance can run at a time
(paraphrasing here). I have tried to use the -remote option but no
luck.
Does anyone know how to solve this problem? Does anyone know if
invoking of chatzill...
How to pass command line arguments to an extension using a command line on MacOSI am developing an extension that processes some command line options.
I want to invoke the Firefox from a command line like this:
> ...../firefox -myarg1 -myarg2
I am running into a problem on Mac OS. When I run such command when
there is no FireFox running it works fine. However if I run the
command again I get an error saying that there is already an instance
of Firefox running and only one instance can run at a time
(paraphrasing here). I have tried to use the -remote option but no
luck.
Does anyone know how to solve this problem? Does anyone know if
invoking of chatzill...
"Add View" context menu command for adding MVC Views not working
Hi, As I just noticed by reading ScottGu's Chapter 1 of his upcoming ASP.NET MVC book, there is a very convenient way of adding a new view for an action method in the IDE: We’ll create a new view template by positioning our text cursor within a controller action method, andthen by right clicking and choosing the “Add View” menu command (we can also execute this commandby typing Ctrl-M, Ctrl-V) Unfortunately there is no such menu entry in my context menu. Also, Ctrl-M,Ctrl-V only gives me an error message, saying that the command "Add View" is not available. And y...
Cool command line prompt command
Last night I rebooted a web server, and after doing so, I couldn't RDP into it. So, in the meanwhile, while I awaited a response from those in power who could go to the data center and physically restart the server, I thought there must be a command line prompt command that I can run from one of the other servers to reboot it. I found a command called shutdown. I ran shutdown /r /f ComputerName and it rebooted the server and then I was able to access it via RDP.
shutdown /r /f ComputerName
/r - Restart/f - Forced restartRyan OlshanASPInsider | Microsoft MVP, ASP.NEThttp://ryanolshan.c...
TFS Command Line Get Command
Hi
Can you pls help me how to pull the latest version or label from the TFS through Command Line. I went through the msdn documentation. I am not able to get a clear picture.
I am expecting some command with example where I can pass the server name, Credentials and sourcepath and Destination path.
Basically I want to pull the get latest to a local path which will be specified in the command line utility. Hope so I am clear.
Pls help me.RegardsFinny
You can use tf command line utilityThis utility can be found in C:/ProgramFiles/Microsoft Visual Studio (9 or 8...
KDE4 icons and command line commands
I'm running Suse 11.3 with KDE4.
I have an icon in my Kickoff Application Launcher for xterm. When
I click on the icon, it apparently executes the command
/usr/bin/xterm which generates a large window with a large font.
I would like to get a smaller window with a smaller font. I know
how to do that on a command line but to execute the command
I need to _already_ have a window open so I can run the command.
So how do I (a) add a new icon to the KDE launcher which
generates the command I want or (b) change the existing icon
so that it executes MY command and not the basic...
superreview requested: [Bug 344249] Menu key commands processed twice after loading Java : [Attachment 228856] Add XBL disabled-hard attribute, use for disabling commands attached to menusMark Mentovai <mark@moxienet.com> has asked Boris Zbarsky (gone June 26 -- Jul
13) <bzbarsky@mit.edu> for superreview:
Bug 344249: Menu key commands processed twice after loading Java
https://bugzilla.mozilla.org/show_bug.cgi?id=344249
Attachment 228856: Add XBL disabled-hard attribute, use for disabling commands
attached to menus
https://bugzilla.mozilla.org/attachment.cgi?id=228856&action=edit
------- Additional Comments from Mark Mentovai <mark@moxienet.com>
For the attribute, how about "no-process?" I can add a brief comment to
nsGkAtomList.h d...
superreview cancelled: [Bug 344249] Menu key commands processed twice after loading Java : [Attachment 228856] Add XBL disabled-hard attribute, use for disabling commands attached to menusMark Mentovai <mark@moxienet.com> has cancelled superreview:
Bug 344249: Menu key commands processed twice after loading Java
https://bugzilla.mozilla.org/show_bug.cgi?id=344249
Attachment 228856: Add XBL disabled-hard attribute, use for disabling commands
attached to menus
https://bugzilla.mozilla.org/attachment.cgi?id=228856&action=edit
------- Additional Comments from Mark Mentovai <mark@moxienet.com>
I'm now convinced that, due to other bugs in the way we handle menus, the only
things we can do to resolve this problem in Mozilla (xbl, widget, anywhere) are
...
superreview requested: [Bug 344249] Menu key commands processed twice after loading Java : [Attachment 228856] Add XBL disabled-hard attribute, use for disabling commands attached to menus #2Mark Mentovai <mark@moxienet.com> has asked Brian Ryner <bryner@brianryner.com>
for superreview:
Bug 344249: Menu key commands processed twice after loading Java
https://bugzilla.mozilla.org/show_bug.cgi?id=344249
Attachment 228856: Add XBL disabled-hard attribute, use for disabling commands
attached to menus
https://bugzilla.mozilla.org/attachment.cgi?id=228856&action=edit
...
command line helpI am mapping drives on a winxp home machine through a DRIVEMAP.BAT file.
The other machines which have the shares are win95, win98, winme and the
share's all have different passwords which I must keep this way.
The command I am using is
net use e:\\machine\dir /user:guest
however when this DRIVEMAP.BAT file runs I get
Enter the password for 'guest' to connect to 'machine':
how can I add the password to the command line above?
Thanks in advance
Diswill
Diswill <diswill@hotmail.com> wrote in message
news:a3ch2u$2mdq$1@news.grc.com...
[SNIP]
&...
command line helpI'm editing a file using vi
I have a file full of URL's like below:
for example:
yahoo.com
google.com
....
....
How do I place a "." in front of every URL?
For example:
..yahoo.com
..google.com
I have about 1000 to do ?? any ideas ??
Cheers,
Marat Safin <marat@gmail.com> wrote:
> I'm editing a file using vi
>
> I have a file full of URL's like below:
Your examples look more like domain names than URLs.
> How do I place a "." in front of every URL?
In vi: Escape :%s/^/./ enter
Or in the shell:
s...
/? Command-line help??Gang...
FredC suggested that /? On the command-line should produce a
helpful screen.
I wish it could.
Sadly, however, a Windows program must declare itself to be
either a CONSOLE mode or WINDOWS mode executable. If I were to
declare the app to be CONSOLE mode, then a console window would
be created by the app when it was launched ... which is clearly
not what we want. I could make it happen using some kludge of
multiple programs, a console app to see whether we have command-
line options and then it launches a Windows app .... but we know
that's more than we want ...