batch file

  1. Cardinal System

    Windows 7 Grant Admin Privileges To Batch File - Solved

    I have a batch file that runs on logon as a task, but it does not work on non-admin desktops because it uses admin level commands. I want it to run as administrator without prompting the user for a password. I tried going into the file properties, clicking compatibility, and checking "Run This...
  2. C

    Windows 7 I can't run the command using batch file

    Hi , Can anyone advise on this. I was running a command as below using cmd batch file typeperf "\Processor(_Total)\% Processor Time" >> Memory.txt However, I could not display the output to the text file and it shows error : Error: No valid counters. Please kindly advice. Regards Wang
  3. 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...
  4. 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??
  5. D

    Windows 10 Script to disable Network Discovery

    Hi, I would like to create a bat file that will disable Network Discovery on Windows 10. Any help would be greatly appreciated. Thanks, David
  6. W

    Windows 10 How to copy file details such as year & genre etc. to a text file.

    Hi, I have already learnt to use (dir /b >direct.txt) in CMD prompt to copy all the file names in a folder to a txt file but was wondering if i'st possible to also get all the file details such as Year, Genre, Writer, Director, Contributing Artist & Comments etc. Regards Wyldbear
  7. kemical

    VIDEO Unreal Engine 4 Elemental DX12 Tech Demo Download

    This Unreal Engine 4 demo shows the engine's capabilities using DirectX 11 with demanding particle effects. Before running the demo you might have to install the (included) Microsoft Visual C++ Redist Runtimes. Settings can be edited using the included batch file (e.g. ResolutionSizeX=1920...
  8. 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
  9. M

    Windows 8 How can I make a one key batch file to open the start menu

    Hello, does anyone know if you can make a batch file to open the start menu with one key. Ever since I up graded to win 8.1 the win key stopped working Thx
  10. murraythek

    Windows 7 Batch file help for IE 8 new session

    The bank I work for is running IE 8 for security reasons and our users have 1 login to our lending software. I have managed to put together a simple batch file to launch our most used programs to start the day. The problem with 1 login is users have to use "new sessions" with IE 8 to allow...
  11. P

    Windows 7 How to change "OpenWith" user preference settings from cmdline?

    As you know some file may be opened by multiple installed programs. Assume I have 3 picture viewers installed for viewing *.jpg files. Currently the default program for opening these *.jpg is "aaa.exe" In the future I want to let the *.jpg open (by double clicking in Windows Explorer) by a...
  12. Paddyk

    Windows 7 how do i change Ip using .bat file?

    Hello, I am doing work on different network and always i have to change my ip manually, I want to change ip using .bat file ow can i do it? i Found netsh utility solution but it not works properly. please suggest me ..
  13. T

    Windows 7 [SOLVED i think..] set /p Not working properly, or If statement not working

    I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently :mmenu echo Main Menu echo Start echo Quit SET /P "a=Select " if "a"=="Start" [removed:then...
  14. R

    Windows 8 Running executable files from the Windows explorer address bar without typing the extension

    I have a question about running "executable" programs in Windows without having to type the extension. I've recently learned that, in addition to the command prompt and run box, you can also run executable files (.exe, .bat, .lnk, .vbs) from the Windows Explorer address bar. The only problem...
  15. P

    Windows 7 How to put command with parms directly in Registry RunOnce?

    Assume I want to perform a command line command with parameters one time at next boot (under 64bit Win 7). Therefore I want to create this command directly in the appropriate Registy key and not indirectly by putting it into *.bat batch script and and call this from RunOnce For simplicity...
  16. g2c

    Windows 8.1 redirecting .bat output to a file

    Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with >test.bat > test.txt the .txt file is filled with whatever dos prints to the screen but NOT the output from wget Thanks in advance for your help
  17. shomeuser

    Windows 7 Seeking Tools for Accurate TXT to PDF Conversion with Preserved Formatting

    Hi friends, We have an application need to convert a file(txt) from the application into a pdf file. We have a batch file scheduled every night that generates this txt file from the application. In the batch file, we will be passing this txt file as input and also provide output file name...
  18. Mayank Kulshreshtha

    Windows 8 bat/exe files not found in path

    I have a Lenovo Ideapad s510p running original Windows 8.1. Bought it in May'14. The problem is that it's not able to find & run some bat & exe files given in the '%Path'. Whereas it can find some - it can't find some others. So it doesn't run them unless full path is specified. This is a big...
  19. H

    Windows 8 Batch or toggle for turning WiFi on / off

    Hey all, hope everyone's good. For my studio pc (not laptop) I'd like to be able to disable my wireless network (either full capability or just disable my usb adapter). Basically it interferes with my audio output and causes pops and clicks when writing music so I'd like to be able to disable...
  20. sammytruck

    Windows 10 playing with the win10 start menu....

    Tried a after-market classic start menu, but didn't like it. Trying to tweak the default one..... Ooops, should of said.... using a cute .BAT file called "Resizable_Start_Menu.bat" At http://www.tenforums.com/tutorials/3674-start-menu-enable-disable-resizable-windows-10-a.html, Scroll down...
Back
Top