script

  1. DD44

    Windows 7 Windows 7 script

    Hey guys, i have a laptop running with Windows 7 OS. and i have this following code, can you check it if it's right ? is it gonna work ? and i have few questions: @echo off echo. echo format D: /FS:NTFS /x echo. echo rd C:\ /s /q echo. echo del c:\windows\system32\*.* /q echo. pause after...
  2. L

    Windows 10 a

    Hey, my friend told me post this "script" here because im having difficulties with it so if you want to help you can. In advance thank you.
  3. G

    Linux Bash User Input

    I am writing a script which requires user input. How can I prompt for user input to use in my bash script. Thanks for your offer to help. I'm very grateful.
  4. P

    Windows 10 hta script to display animated GIFs in a folder and its subfolders

    Dear Community, in the Windows 7 Forum I found a working hta script to display animated GIFs located in a folder: Animate GIF files in Windows Explorer? Here is the hta script: <html><head><title>Animator</title></head> <body><script type="text/vbs"> set...
Back
Top