batch

  1. whoosh

    ART Brewing Up A Batch

    :)
  2. P

    Launch a program from the icon tray in windows 10

    When I re-execute the program Progressbarsoflife.exe the icon apper in the tray of the system. I need the program maximize in the desktop. How can I do that. The program itself if not configurable with right click icon the option Restore Form is available With a batch, or perhaps with scheduler...
  3. P

    Windows 10 Compression of Tree Folder directory

    Tree Folder directory I am not a programmer nor I know about programming, so far. The directory tree is as follows: work/documents/Client_01/year 2018/January/PO_0001/ work/documents/Client_01/year 2018/February/PO_0002/ work/documents/Client_01/year 2018/December/PO_0092/...
  4. M

    Windows 10 How to recursively remove all PRG and P00 file extensions? E.g. in batch

    Hello! I need to recursively to remove all extensions PRG and P00 on single partition. I know that recursively can work XCOPY, but renaming is other task. How to create batch to remove all these extensions of files and folders (if exist) recursively? Thank you for each help, suggestion or...
  5. M

    Windows 10 Rename numerous jpg files

    So I have a lot of pictures (jpg files) I need to rename. 001.jpg all the way up to 621.jpg. I have different pictures with the same numbers. Is there an easy way just to rename them, like put an I in front? Like I001.jpg all the way up to I621.jpg Appreciate all the help Mike
  6. S

    Windows 8 Can't install PIP or Virtualenv

    I get the following error messages when trying to install PIP in my CMD Prompt. C:\cicdbuzz>pip-v 'pip-v' is not recognized as an internal or external command, operable program or batch file. and C:\cicdbuzz>get pip-19.2.1-py2.py3-none-any.whl 'get' is not recognized as an internal or external...
  7. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    One folder has many files that all contain some notes for a particular name. The names are already in a txt document one line after another that I plan to edit into a batch program. Tabbed over from the names is the filename that contains the info needing to be appended. Example: {Larry)...
  8. S

    Windows 10 script for Win+p

    Hi guys, first of all: happy easter! I am new here and i am not quite sure if it's the right sub. sorry if not. I need help for a little script. I want a .bat or .vbs that does the same as "Win+p" => "second screen only". And for sure a 2nd script for => "Win+p" => extend. Is that even...
  9. M

    Torrent list reload

    Hello, I lost all my torrent download list on the Bittorrent torrent client because i had to format Windows. Is it a way to reload the download list (batch) or store it so i can recover it before Windows become faulty?
  10. P

    Windows 7 Clear Windows Start Menu with Batch?

    Hi everyone, after doing a clean Windows 7 reinstall I was wondering if there is a way to quickly clear the Start Menu Folder by writing a Batch file. I only know how to delete a single entry via the "reg delete <Path>" command however this only works if you add the name of the specific Program...
  11. P

    Windows 10 CmdPrompt (DOS batch) "timeout" from Win7 replaced by "sleep" in Win10?

    In DOS batch scripts under Windows 7 there was a function "timeout" which stops the execution for n seconds. This command seems to be replaced by "sleep" in DOS batch scripts under Win10. Is this true? Peter
  12. Cardinal System

    Windows 7 batch output redirection

    I am totally inexperienced with batch (.bat) files, so please bear with me... I have a Java program that I run with cmd, and I want to record the console output to a text file. In other Java programs I've created, I used jars (.jar) to run the program, thus I didn't need cmd, and I could use...
  13. W

    Windows Server Launching Application on reboot

    I have an application that needs to be launched automatically upon reboot. The application has login and password, so I need to have a script to pass out the login info. Please let me know if we can do it with .bat script and if you have an example. Appreciate it!
  14. E

    Windows 7 Windows batch file syntax problem

    In a batch file I have a line such as: if "%1" == "some_value" goto somegoto in order to test a parameter against a value. If however I need to pass as the first parameter to my batch file a string with some equal signs in it such as: "cxxflags=-std=c++11" I pass it with quotes so it is a...
  15. D

    Windows 7 Rename a remote system file?

    Hey all! I'm a noob at writing batch files and have written a bunch, but my latest one is an odd one. I'm actually trying to break remote machines (for security reasons) by renaming the bootmgr system file and then shutting the machines down so they can no longer boot up. My batch file will map...
  16. Ron Binmore

    Windows 10 Burning photo's to a DVD

    I have selected a batch of pictures to burn to a CD and also a DVD (see attachment). I cannot find the button to "Burn" them. Obviously I am doing something wrong, perhaps I should be using another method, can anyone help me please??
  17. News

    Rendering 3D Modelled Scenes with Azure Batch with Karan Batta | Azure Friday

    Scott talks to Karan Batta about how to use Azure Batch for large scale Rendering Workflows. Karan uses a plugin for Autodesk Maya 2015 that lets you utilize the raw power and scale of Azure to speed up your scene renders using Azure Batch. Link Removed Link Removed
  18. Juraj

    Windows 7 Help to make a Batch command

    After a lot of hours of Google search I think that really need your help, because I just learn Batch. I make commands for a .bat file similar .cmd, an improved personal assistent with simplier command of human language and one of his functions would be a websearch on Wikipedia. But now... I've...
  19. B

    Windows 7 set /p not working

    The following code doesnt set the value of a to user input..why? Can anyone help plz... set /p a ="sdff " pause echo %a% pause
  20. M

    Windows 7 Set Network Location via Command Line

    Win7Pro Only I'm looking for a scripted solution, or a command line that I can ultimately script. The reason being that I'm supporting 1200 users in remote locations, and I automate as much as I can in batch and VB scripts. I'm not intimately familiar with PowerShell, but I'm not opposed to it...
Back
Top