How can i get the current path in .cmd file?
I see a ton of people saying
oh just use "cd"
To get the value of cd , I have to set it first, which i can't as i am making it portable.
I wonder if there is any built-in variable which tell the current…
I'm used to using a Mac, and I've written a program for my Mac that I now need to implement on a PC. On a mac, I run it through a shell file, using the following code:
cd ./desktop/Program
./MyProgram
./clearFiles
I've tried entering
cd…
I am trying to pass two arguments into my .cmd script to create a folder for arg1 and define a source dir for arg2. The source dir is "Shared Documents". The problem is that I cannot pass a space or a wildcard into the argument without it stating…
I'm trying to execute the Windows find command from LINQPad but it isn't working and I don't understand why. This is my LINQPad script and I'm executing it in LINQPad as C# Statement(s).
string find = @"find ""Processing request to ""…