Summary: I've just written a handy little utility that allows you to select an executable (or batch file, or any file that's associated with an executable) and...
Summary: In batch files you can refer to command line arguments with %. Example: @echo off echo j | deltree %1 > nul The %1 in the batch file will be replaced ...
Summary: No difference between char* fred and char *fred. I just code it like that out of habit. You have to keep to one declaration per variable if you do i...
Summary: How to pass command line arguments e.g. "java -Djavax.net.ssl.keyStore=SSLStore -Djavax.net.ssl.keyStorePassword=changeit LoginServer " to java bean f...
Summary: After I installed Dreamweaver, ASP pages were associated with it. I don't like that, so I messed with the file associations, and now when I double-cli...
Summary: Thank you guys for responding. Well, I tried it but it seem like I am missing something: For me, when I run it in Linux environment, I use the g++ co...
Summary: I feel dumb: How can I get my java apps (not applets!) to run by double-clicking it in windows explorer environment? I have my set path variable corre...
Summary: Hello everyone! :D OK, a while ago I asked how to use the Terminal font in the Visual Studio IDE, but nobody really answered my question... :S Now, I ...
Summary: Hi. I just downloaded the free borland c++ 5.5 command line tools. I've set up my configuration files as instructed on: http://community.borland.com/...
Summary: When you want to retreive command line arguments sent to a program in C++, you say int main(int argc, **char argv) { // code here } What I am wonderin...
Summary: This is my first time on this forum, so I'm guessing it's for anything programming related. I was wondering if someone could help me with Borland's f...
Summary: Hi I’m creating a login script, but having a little bit of trouble with this section. The login script isn’t very flashy, but works all the time, ...
Summary: Hi, Can some one help me with this? I scheduled a task from Win xp "Scheduled tasks". This job is will open a reflection window( an application for un...
Summary: I like to search a file for a pattern matching string. I am familiar with grep in unix. I looked at wingrep but not able to use it on the command line...
Summary: I am having trouble running java programs from my command line. I know I have all my paths set up properly. I created a Hello Word program as follows...
Summary: I am using a program to query a database from the command line, and write it to text file. The instructions look easy, But I am illiterate to translat...
Summary: Hi, I would like to pass a commandline argument to another batch/exe, it looks like this: start filename.exe mod=something "mod=something" is ONE SING...
Summary: Hi all, Is there return values from Source Safe Command Lines? Because I need to create a batch file to update the database with local files. Though ...
Summary: Hello, I have batchfile wich i need to automate the migration using admt.exe First i enumerate the OU path of the user (dn) with dsquery and get the f...
Summary: A follow up to my question about extracting delimiters from a variable... I am afraid it is a bit more basic but I am continually getting either synta...
Summary: Notice how the command line suddenly is for "IT Pros" only To be fair, the only people who really deal with Vista are the ones paid to do so. *rimshot...
Summary: for command line argument: int main(int argc, char *argv[]) { ... } ---- 1) Why char *argv[] MUST be a pointer array? 2) Can I change it to char a...
Summary: I've just recently started learning c++. I'm currently working on a simple calculator which allows the user to input into a char array. I was wonderin...
Summary: Win32 applications are simply applications that run under Microsoft Windows 32 bit Operating Systems. This means that they cannot run under the Micro...