Browse by Tags

Tagged Content List
  • Wiki Page: DOS Scripts From Visual Basic.Net

    How To execute a dos script in Visual Basic without creating an external process. ​ Not all DOS commands can be executed with this, such as CLS, diskpart, echo, etc.... If you discover unsupported commands, please add them to this list: Unsupported Dos Commands: ​CLS Echo DiskPart ? ...
  • Wiki Page: Bulk File Creation in Windows

    Sometimes it can be helpful to automate the creation of many files for testing purposes. Please add additional methods to this topic. Command Scripting (Batch File) Methods Create 1000 files approximately 13 byte files using only command scripting language: For /L %i in (1,1,1000) do...
Page 1 of 1 (2 items)
Can't find it? Write it!