Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
commands
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
4 Days Ago
by lennyli
… control functionality. This example will allow one computer to send
commands
to another computer. ### Disclaimer This prototype is for educational purposes…` with the actual IP address of the target computer. ### Example
Commands
- **Move the mouse**: `move 100 200` - **Click**: `click` - **Type text…
Re: Cannot run exe from asp.net
Programming
Web Development
4 Days Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some
commands
coming from server over WEB sockets.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days Ago
by lennyli
… environment), install it on client machine and listen for some
commands
coming from server over WEB sockets. Sure, I understand, but…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
commands
Hardware and Software
Linux and Unix
14 Years Ago
by shama_kandy
whats the use of less & more
commands
in shell programming??? can anyone help...... I hav read on net but i didnt get how to use it.........
commands
Hardware and Software
Linux and Unix
11 Years Ago
by mohanrachuri
please tell me the
commands
to install various files in linux
Re: commands on linux
Hardware and Software
Linux and Unix
13 Years Ago
by JasonHippy
…. The [B]/bin/[/B] directory typically contains programs/
commands
that are ran at boot-time. The [B]/usr… string together several calls to various 'simple' system
commands
/programs(using the output from one command as inputs …or a command/program, or even a string of
commands
/programs using pipes and redirection. Typically aliases only last…
commands on linux
Hardware and Software
Linux and Unix
14 Years Ago
by pucivogel
… to program(apply) it on the terminal i know simple
commands
like ls, cd, mkdir and lots of others.Also can… I'm not so clear on the difference between sudo
commands
and user
commands
.Thanks.
Re: commands on linux
Hardware and Software
Linux and Unix
14 Years Ago
by rch1231
Hello, You need to look into a book on the shell (bash shell programming) and the difference between
commands
with and without sudo is that sudo executes the command as root.
Re: commands on linux
Hardware and Software
Linux and Unix
13 Years Ago
by packofsunshine
Typing
commands
on linux is like running programs. For example: ls is input the same way as gedit. You can run your scripts files by making it executible with chmod +x, which then behaves like a command if I correctly understand what you're asking.
commands for install win98se from boot floppy
Hardware and Software
Microsoft Windows
20 Years Ago
by netfisher
… I go from here please....I don't know the
commands
to type to install....dose the floppy format the drive…
Commands for, Liberty Basic
Programming
Software Development
20 Years Ago
by amentyct
… basic, which is a lot like VB, but with diffrent
commands
. does liberty basic let you put in varables in its…
Re: Commands for, Liberty Basic
Programming
Software Development
19 Years Ago
by Sparkplug188
I checked out a book from the library called "Begining Programing for Dummies". I recommend this book because it goes over alot on the Liberty Basic program and its
commands
, variables, etc... etc... If you check it out you might like it and then again you might not.
Commands tips and tricks general questions
Hardware and Software
macOS
19 Years Ago
by Arthoes
… being able to find online. What are some basic key
commands
I mean such as CMD+? and also how to boot…
Commands in Komodo Edit for Python
Programming
Software Development
15 Years Ago
by Vector_Joe
… where I can find this information for these an similar
commands
? Thanks Joe
Re: Commands in Komodo Edit for Python
Programming
Software Development
15 Years Ago
by jlm699
… where I can find this information for these an similar
commands
?[/QUOTE] [URL="http://docs.activestate.com/komodo/5.0…
Commands from dictionary
Programming
Software Development
13 Years Ago
by scott_liddle
… 0 line 0 -50 and interpret these into python drawing
commands
(this case would be a square). I'm totally stuck…
Commands for Windows
Hardware and Software
Microsoft Windows
9 Years Ago
by charles.klein
Hi I am new to this forum & I would like to ask few questions. Does anybody have
commands
for Disk Part which can allow to create partition, Select partition, Format partition & lot of features which a normal user cannot do within Windows UI enviroment.
Re: Commands for Windows
Hardware and Software
Microsoft Windows
9 Years Ago
by Stuugie
I'm not sure I follow, what do you mean by
commands
? If you want to do anything with partitions, you go into the Disk Management console.
Re: Commands for Windows
Hardware and Software
Microsoft Windows
9 Years Ago
by Reverend Jim
… by typing just `help` then asking for help with specific
commands
like `help create` then `help create partition`. I could walk…
Re: commands
Hardware and Software
Linux and Unix
14 Years Ago
by nonshatter
Okay, it's good that you're interested! Let's take an example: You have a file which is 1Gb in size. You know that opening the file in the shell (e.g using 'cat') is going to be inefficient, as you'll have to scroll through a lot of lines to get to where you want to look. So less and more are basically alternatives to save resources and/or to …
Re: commands
Hardware and Software
Linux and Unix
14 Years Ago
by shama_kandy
thanx...
Re: commands
Hardware and Software
Linux and Unix
11 Years Ago
by mike_2000_17
In RPM-based systems (Fedora, Red Hat, etc.), you generally use the `yum` command: $ sudo yum install package_name (where `package_name` is the name of whatever package you want to install, not the file name, just the name) In Debian-based systems (Ubuntu, Debian, etc.), you generally use the `apt-get` command: $ sudo apt-get install …
Re: commands
Hardware and Software
Linux and Unix
11 Years Ago
by rubberman
As Mike2K said (but not in so many words), how you install software depends upon the Linux distribution you are using - YUM/RPM for Red Hat derived systems, apt-get/aptitude/synaptics for debian/ubuntu ones, emerge for Gentoo, etc. Every distribution has its favorite! IE, one size fits none... Then, there is installation via source code - an …
Reading commands from an array
Programming
Software Development
16 Years Ago
by ohnomis
…; case 5: //move forward x number of spaces int steps =
commands
[ cmd++ ]; for ( int stepsTaken = 0; stepsTaken < steps; stepsTaken++ ) { switch…: How do you read in the second value in the
commands
5, 5 and then process the next command, 4, and…
Implementing a unix shell running commands
Programming
Software Development
17 Years Ago
by ssimkhan
…an assignment to implement a unix shell and run
commands
using java.
commands
include read file, copy file, remove file …the threads. Below is a suggestion and code for individual
commands
: [B]Suggestion[/B] The purpose of this assignment …norm!), parses it (breaks it up into its constituent
commands
), either starts a new thread to handle each of …
How to put internal Shell Commands in NASM?
Programming
Software Development
17 Years Ago
by gallantmon1
…gt;", 0x00 cmdMaxLen db 255 ;maximum length of
commands
strOsName db "GeoLiz", 0x00 ;OS details…[SEGMENT .bss] strUserCmd resb 256 ;buffer for user
commands
cmdChrCnt resb 1 ;count of characters strCmd0 resb 256 ;…
Re: Reading commands from an array
Programming
Software Development
16 Years Ago
by ohnomis
… loop: [CODE] for ( int cmd = 0;
commands
[ cmd ] != 9; cmd++ ) { int steps = command[ ++cmd ]; switch (
commands
[ cmd ] { ... } [/CODE] But won't this…
Question about Database Commands
Programming
Software Development
15 Years Ago
by Nothingman
…" instance I instantiate Objects for holding all the database
commands
: [CODE] public Particijos (Particija particija) { //Constructor switch(… [/CODE] In each _accessKomandos Instance I create instances of database
Commands
: [CODE] public class AccessKomandos{ private readonly static OleDbConnection OleConn …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC