cmd
Executable finding 32-bit Java when it should find 64-bit
I am writing a开发者_开发百科n executable from a PowerShell script that needs to put the proper version of Java3D onto the client computer. By proper version, I mean that when the user opens CMD and t[详细]
2023-03-30 08:56 分类:问答How to Change to current user's directory in a batch file
How is it possible to c开发者_StackOverflow中文版hange to a user default directory Is there a default variable that can be used e.g. %USER%[详细]
2023-03-30 05:27 分类:问答Running Command Line Arguments
I\'m trying to run a command line argument through VB.NET using the Shell() command. I\'m trying to use this piece of code:[详细]
2023-03-29 20:13 分类:问答GET php data to a commandline prompt
A PHP application on the server is saving a certain document with a sequential number into a MySQL database. How to obtaion that sequential number to a command line prompt that initiates the local doo[详细]
2023-03-29 17:47 分类:问答Running script in selected path
I currently have this piece of code: Sub Button1Click(sender As Object, e As EventArgs) If dlgFolder.ShowDialog = Windows.Forms.DialogResult.OK Then[详细]
2023-03-29 14:46 分类:问答Output of Batch file with a number of cmd commands saved in a single text file
I am trying to get the outp开发者_StackOverflowut of my batch file into a text file. I know by using \'>\'[详细]
2023-03-29 14:24 分类:问答Windows CMD - Reset path variable from batch file?
I\'ve got a batch file that modifies the PATH variable by prepending a few addresses.When the user开发者_C百科 logs off-then-on, PATH is reset to its original value (before the batch file was ever run[详细]
2023-03-29 02:23 分类:问答Passing a computer name and username into a batch script
I am copying a file from one folder into another folder. I would like to name the destination file in this specific way:[详细]
2023-03-29 00:41 分类:问答raw_input in python variable to cmd
How can I take this code, and take the raw_input and add \"ping\" before it in cmd, so it\'ll look like this in command prompt: [ping (raw_input)][详细]
2023-03-28 19:12 分类:问答How to toggle file names in Windows 7 command-line
I want to toggle the names of two files, using a batch file (Windows 7 command-line). I wrote the following code, but its not working.[详细]
2023-03-28 16:25 分类:问答