batch-file
storing returned values from functions present in exe file using bat script
I am trying to call a function present in saur.exe using bat. It looks something like this: saur.exe readName[详细]
2023-04-13 09:29 分类:问答Select files between two dates
@echo off forfiles /p \"C:\\Documents and Settings\\Test\\Downloads\" /d +01/07/2011 /d -15/07/2011 /c \"cmd /c echo @file\"[详细]
2023-04-13 08:59 分类:问答find and delete duplicates in multiple subdirectorys
how can I expand on the following batch code so that everything in the Tim folder is checked against all folders in the Tom directory.[详细]
2023-04-13 08:10 分类:问答Windows batch script and privileges for working in HomePath
Funny thing, but I\'ve been working w开发者_StackOverflowith bash, etc but never with Windows\' batch scripting.[详细]
2023-04-13 06:24 分类:问答using space in path for copying files using batch script
I want to copy all the *.jar files to another directoryi wrote the below script echo Enter path to ILM_HOME:[详细]
2023-04-13 06:07 分类:问答Batch file to create folder automatically on logon with the date as the file name?
I want to create a Batch file that creates a folder automatically on logon with the date as the file name.[详细]
2023-04-13 06:00 分类:问答"was unexpected at this time."
I\'m running this command on a batch file: for %I in (*.txt *.doc) do copy %I c:\\test2 开发者_StackOverflow中文版[详细]
2023-04-13 05:44 分类:问答How to put a time stamp while copying files in the for loop inside the batch file
Help please! I am new to the batch files and have a very specific question. I am trying to copy many files in multiple subdirectories into a single directory via a for loop and in the meantime attache[详细]
2023-04-13 05:44 分类:问答How do I run another command in a cmd batch file?
I have this command that i need to run cd /d C:\\leads\\ssh & C:\\Windows\\System32\\cmd.exe /E:ON /K C:\\Ru开发者_开发问答by192\\bin\\setrbvars.bat[详细]
2023-04-13 01:30 分类:问答How to pass arguments into variables to eventually execute in a batch file?
I\'m looking to create an App file wrapper that will take 3 arguments with an optional 4th argument.The 1st argument will be the location of a directory that needs \"work\" done, the 2nd and 3rd argum[详细]
2023-04-12 20:47 分类:问答