Jump to content

me too, in primary school :)

Good work young grasshopper, now to make a .bat that floods a friend's documents with hundreds of .troll files.  :lol:

CPU: Intel i7 8700K | CPU Cooler: be quiet! Dark Rock Pro 3 | RAM: Kingston HyperX 2x8GB | Motherboard: Asus ROG Z370-E | GPU: MSI GTX 970 | HDD: Seagate Barracuda 1TB & 2TB | SSD: Samsung 840 EVO 250GB & 970 EVO M.2 500GB | Case: Phanteks Enthoo Evolv X | PSU: Silverstone Platinum Strider 1100W | Monitor: AOC i2367Fh | Headphones: ATH-M40X | Mic: Antlion ModMic 4 | Keyboard: Corsair K70 RGB w/ MX Browns | Mouse: Logitech G502 HERO

 

Make sure you quote or mention the person you're replying to in your comment. Also remember to follow your thread when creating it to get a notification every time someone replies. 

Be nice and have fun. Cheers!

Link to post
Share on other sites

Good work young grasshopper, now to make a .bat that floods a friend's documents with hundreds of .troll files.  :lol:

:), our sysadmin (now in highschool) blocked "ctrl + r" but i just went to system32 and opened cmd.exe, our sysadmin is the biggest noob ever XDD

Link to post
Share on other sites

Autoplay Media Studio is perfect for your needs, it creates an AIO exe with a WYSIWYG editor and a really simple language but its really powerful and can do almost anything you want it to from silent install scripts upto full on GUI applications with buttons to install things.

http://www.indigorose.com/products/autoplay-media-studio/

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to post
Share on other sites

Link to post
Share on other sites

On the USB key or whatever create a folder called installers then put all the EXE in there.

open notepad and copy below and save it to the root as something.bat

for /r "/installers" %%a in (*.exe) do start "" "%%~fa"

you could create a "files" folder and use xcopy to move the folder

 

Folder

XCOPY \files %username%\Documents /i

%username% gets the current.

 

You can call regedit in the batch tp make edits.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

I would like some software which will be able to record my actions, for example:

 

Download Chrome,

Move some files from a USB to a HDD,

Make some registry edits,

and install all the .exe's in a folder.

 

I would like this to be a one click installation.

 

Do you know any software which is able to do this to a computer?

powershell/batch scripts will do this. not sure of any program that will record the steps for you.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×