Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged BATCH

0 votes
719 views
1 answer
    I have a 70 years old grandma that is not used to use the computer, but she has an e-mail and Facebook, ... EXAMPLE.COM" "WWW.EXAMPLE2.COM" EXIT See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
718 views
1 answer
    I want to create a log of every operation processed in a batch file and used the following but to ... TOOLSSYSTEMLOGAdvanced tools %date%.log" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    Using Windows Server 2008, how do I go about capturing the output of a script that is being ran with the ... the output from it every night. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
716 views
1 answer
    I'm trying to write a Windows cmd script to perform several tasks in series. However, it always stops after ... have", not essential. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    I have config spects for a view and I need to create a view in Clear Case using command prompt. Please let ... some example. Thanks in Advance! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
970 views
1 answer
    I have a .bat file on my Windows machine. This .bat file uses plink.exe to connect to an Ubuntu machine ... . Any help would be appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I have the command below to count all directories that that follow the pattern 20?????? : 'dir /b " ... forementioned example) in a variable? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    Using the pause command I found that the error is in the first line of this code: if %choice% == 1 if ... know whats wrong with this part. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
935 views
1 answer
    First post here, so apologies if I don't do this quite right. I'm trying to output the OS version on a ... why the echo output is happening? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I'm trying to conditionally run an exe from a batch file conditionally upon another exe executing successfully. I've ... am I going wrong here? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    I would like to start a program with a windows batch file. But the program should stop after a certain ... Windows 7, 64 Bit, Professional See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
828 views
1 answer
    I'm making a text game written in bat, and the game has been done, (or more, a good part of it, such as ... write to the file and so "save". See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    Note - this question is based on behavior observed on Windows 7. I believe the behavior applies to all other ... , not a practical one!) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    Just stumbled into a weird thing with %ERRORLEVEL% and wanted to see if anyone knows why and if there's a ... //support.microsoft.com/kb/69576 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    When I have setlocal ENABLEDELAYEDEXPANSION set in a cmd script is there any way I can escape a ! that I want to use ... to go out with a bang^! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
674 views
1 answer
    I have a simple batch file like this: echo off taskkill /im "test.exe" /f > nul pause If "test.exe" is ... NUL? How can I suppress that output? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
695 views
1 answer
    Is there a Windows command line command that I can use to get the full path to the current working directory? ... used in a batch file? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
928 views
1 answer
    i am new here so i'll try to be as good as i can. So i am trying to make a RPG based on text- ... if %input%==quit goto EXIT Thanks in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    Can you redirect the output of a command to a variable with pipes? I haven't tried much as I haven't been able ... and I can't find the answer. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
750 views
1 answer
    I have a log file which I need to read in, line by line and pipe the line to a next loop. Firstly I grep ... 't matter what is written per line) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
524 views
1 answer
    I save my original path in originalPath and then move to another folder. At the end when I do cd ... pause Why is this happening? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    How do I execute some tasks in parallel in batch script and wait for them? command1; # command3, command4 and ... " What am I doing wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
546 views
1 answer
    I've got this working line of code in Windows Batch start "" /wait /i "C:Program FilesSandboxieStart.exe" /box: ... is an error: expected: ')' See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
713 views
1 answer
    I want my .bat script (test.bat) to create a shortcut to itself so that I can copy it to my ... MenuProgramsStartup" Can you help me out? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
799 views
1 answer
    Believe it or not, my installer is so old that it doesn't have an option to detect the 64-bit version ... -on-Windows 64-bit redirection). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
595 views
1 answer
    i have to search a string from a txt like Pippo.K=5 and replace it with Pippo.K=1. I need to search the entire ... 1=5 How can i fix this error? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    Is there any Linux "echo -e" equivalent in windows so I can use "echo -e xnnn" to print out the ... code is the hexadecimal value nnn ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...