- Content type
- Reviews (34)
- Forum (1905)
- News (4)
- Picture Stories (1)
- Related Search
- batch
- variable
- JavaThread
- By relevance
- By date |
- Sort :
-
Windows batch file: set output of program to a variable?
- Forum
Windows batch file: set output of program to a variable?. I have gone through the above thread. I have a specific requirement to count the files in a folder and set it's count value to a variable in the batch script. I will then use this value later in the...
-
Windows batch file: set output of program to a variable?
- Forum
Windows batch file: set output of program to a variable?. I'm trying to set the output of a commandline program to a variable in a Windows batch file. For example, if I'd like to read the output of the "ver" command (which tells you what version of window)...
-
SET Variable = Myproject
- Forum
in a batch file, on XP, to set an environment variable? So far... I've had no luck. J. Archived from groups: microsoft.public.windowsxp.general () How do I use (syntax/other) the SET name=othername in a batch file, on XP, to set an environment variable?...
-
DOS command list
- Forum
to a labeled line in a batch program. GRAFTABL Enables Windows to display an extended character set in graphics mode. HELP Provides Help information for Windows commands. IF Performs conditional processing in batch programs....
-
Setting Environmental Variable
- Forum
C:\program files\appletviewer etc... The actual program file is located in: C:\Program Files\java2\sdk\bin I have gone to system under the control panel and added C:\Program Files\java2\sdk\bin under the PATH variable, and under CLASSPATH. Yet I can...
-
refreshing environment variables on a console
- Forum
to know was if there a way to force the console to reload the environment variables while processing the batch file, and making the new environment variable visible to the console who ran it and batch file being processed in that console. thanks in advance...
-
Windoews iintegration for DCRAW available
- Forum
There are some Windows front-ends available for the DCRAW but none of them seem to be perfect in a way or another so I wrote a batch file to integrate the DCRAW firmly to the windows workflow. The DCRAW_C batch provides the following functionalities: 1)...
-
WGET
- Forum
WGET. Does anyone know how to use wildcards with wget? I'm trying to write a batch file that will automatically download sdat*.exe from download.nai.com. A watched store never defrags.. Does anyone know how to use wildcards with wget? I'm trying to...
-
Writing Batch files on PDA palmtops
- Forum
comments in batch file. REN Change file name. RENAME Same as REN. RMDIR Same as RD. SET Set or list environment variables. SHIFT Shift arguments of a batch file. START Start detached process. TIME Display/change system time. TITLE Set the window...
-
How to know the PC domain
- Forum
any system >variable for 'pc domain'. > anyone have some ideas? Hi, Parse the output from "net.exe config workstation" in a batch file, or use VBScript/WMI. Batch file (do *not* remove the spaces in "workstation domain "): '--------------------8...
