Skip to content

Instantly share code, notes, and snippets.

- Open Notepad.
- Copy everything from the comment below and paste it in Notepad.
- Press X to close Notepad, it will ask you to save the file.
- Choose an appropriate name eg. TransMac_Reset_Trial.cmd
You can place the file whatever you like as long as you have installed TransMac in the default install path.
You can also put TransMac_Reset_Trial.cmd in the same directory as TransMac.exe and run it from there.
This is useful if you want to put TransMac.exe in another path than default.
@brett2uk
brett2uk / vagrantfile.rb
Created September 13, 2023 17:46 — forked from darkn3rd/vagrantfile.rb
Vagrantfile for Dynamic MultMachine
# -*- mode: ruby -*-
# vi: set ft=ruby :
# default constants
TIME = Time.now.strftime('%Y%m%d%H%M%S')
CONFIGFILE_HOSTS = './config/hosts'
VAGRANT_BOX = 'bento/ubuntu-14.04'
# build hosts hash
hosts = {}