scripting

  1. Vova

    Windows 7 Windows cmd

    Tutorials to learn cmd Sent from my LLD-L31 using Windows Forums mobile app
  2. 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)...
  3. M

    Windows 10 permission archive in powershell

    what permission archive in powershell?
  4. 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...
  5. M

    Windows 10 Find and replace TEXT with FILENAME

    Hello. I have several hundred text files in a folder. I would like to replace the text "Hello" present in every files with the actual "filename". How to do that? Can I use a Script or PowerShell? Thank you!
  6. Bear

    Windows 10 Pulling hair out calling php file from batch file

    I'm having a hell of a time getting php to return a string. I don't know where they are going to install my batch file so I set the file location via %~dp0. there are 2 functions in my .php file, one to process color another to process Joomla's Version. The joomla one worked fine until I made...
  7. pingaan

    Windows 10 Uninstalling device - command line style?

    Hi, I have been having an issue the past few months, but I have never really come up with a decent idea on how to work around it. It concerns a USB-hub that I'm using that my copy of Windows, for some reason, reinstalls every time I reboot the computer. I'm pretty sure that there must be some...
  8. J

    Windows 10 Help with creating Batch files. My instructor is no help.

    I'm having to create a set of batch files for a class. My instructor is no help. I have included the assignment. Is there anyone out there who can help me? 1. Create a batch file called DD.BAT. This batch file should display the files on the root of the HOMEWORK drive in date order with the...
  9. M

    Windows 7 tasklist CMD

    I would like to know is it possible to make a cmd program in #C to monitor windows processes? CMD Starts and automatically sends tasklist command every 10 seconds. If new process starts during that 10 seconds it opens TXT or another CMD windows to inform me that process name and location...
  10. News

    Savill's FAQs: Execute a PowerShell script in Windows PE

    Three times a week, John Savill tackles your most pressing IT questions. Today learn about using your own images to create a VM using PowerShell, wiping a disk when using the Windows PE environment, and how to execute a PowerShell script in Windows PE. Continue reading...
  11. News

    New WinDbg available in preview!

    We are excited to announce a preview version of a brand new WinDbg. We’ve updated WinDbg to have more modern visuals, faster windows, a full-fledged scripting experience, built with the easily extensible debugger data model front and center. I’ll start this by saying that WinDbg Preview is using...
  12. J

    Windows 7 Execute a Windows program from ssh (opening a veracrypt volume)

    Hi all! I'm trying to execute a program(veracrypt) to open a volume thru ssh, but i can't, I've tried the runas command.. I'm running bitvise ssh and connection with juicessh (android).. Been trying for two days, but nothing.. .. Anybody that have any suggestions?
  13. Neemobeer

    Windows 10 Tutorial Suggestions

    Looking for suggestions on tutorials. Can be anything, programming, scripting, network related, 'how does <blank> work'.
  14. lard

    Windows 7 Folder contents exported

    So I guess this is probably not the right place for this, but frankly I don't know where to look! I'm trying to get a list of folder contents (preferably including sub folders), so literally just the file names, exported as a text file or csv, or something that I can manipulate the data with...
  15. 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
  16. W

    Windows 7 process to run a refresh automatically?

    Hi folks, We use a bespoke piece of helpdesk software; unsure what's it written in but in it's own window (when active) the F9 key refreshes the list of tickets in the queue. Could someone please point me in the right direction to perhaps a piece of code or process or little application that...
  17. ragnarok1968

    NEWS Free Linux scripting book until march 15th

    https://www.neowin.net/news/get-the-learning-linux-shell-scripting-36-value-ebook-free-until-march-15 For linux fans link to free book (PDF file) is free until March 15 Learning Linux Shell Scripting ($36 Value) FREE For a Limited Time What's it about? This book covers Bash, GNU Bourne Again...
  18. blksith0

    Windows 10 Program to either Untray or Run

    When pinning a program to the taskbar, when you launch it it runs the actual executable then the application either runs for the first time, or if it's already running but minimized to the tray, it has to handle that 2nd exe instance -> terminate the second one -> un-minimize the currently...
  19. P

    Windows 10 AUTO-Apply own Registry keys at startup? Startup.reg for Win10?

    Assume I have a bootable USB flash drive with Win10 and additiional other tools on it.. Booting it works fine. Now immediately after booting from this USB flash drive I want to AUTOMATICALLY patch/enter some customized keys resp. values into the Registry. As an example think of switching to...
  20. J

    Windows 7 Execute a Excel macro from other aplication

    Hi, I have a Excel macro that copies a specific cell value. Is posible to execute it from another application without losing the focus? Thanks in advance. Regards, Jose Luis
Back
Top