Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Saturday December 14, 2024, 4:42 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
Disable command line varibles in running processes
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Disable command line varibles in running processes (Read 4193 times)
CybercoMs
Participant
Joined in 2006
Posts:
2
Disable command line varibles in running processes
«
on:
October 23, 2006, 11:50 PM »
Wondering if it would be possible to disable a function executed from the commandline without shutting down the process?
f0dder
Charter Honorary Member
Joined in 2005
Posts:
9,153
[Well, THAT escalated quickly!]
Re: Disable command line varibles in running processes
«
Reply #1 on:
October 24, 2006, 01:39 AM »
That's a pretty vague and confusing question...
- carpe noctem
CybercoMs
Participant
Joined in 2006
Posts:
2
Re: Disable command line varibles in running processes
«
Reply #2 on:
October 24, 2006, 02:00 AM »
Sorry
When you run a something from the command line, it can be followed by "/whatever". Can that "/whatever" be turned off without stopping the process?
This may be a something I am just not aware of, I just wondered.
f0dder
Charter Honorary Member
Joined in 2005
Posts:
9,153
[Well, THAT escalated quickly!]
Re: Disable command line varibles in running processes
«
Reply #3 on:
October 24, 2006, 02:05 AM »
There's no general way to do this, no, since /whatever could really be, well,
whatever
, and implemented
however
So you're left having to find a specific way for your specific problem... which we can't help you with before you tell us what your problem is
- carpe noctem
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
Disable command line varibles in running processes