Array
(
    [0] => Warning
    [1] => Undefined array key "language"
    [2] => /home/whmcsdev/public_repo/wbteampro.major-release/installation/modules/addons/wbteampro/initialize.php
    [3] => 282
)
Array
(
    [0] => Warning
    [1] => Undefined property: stdClass::$state
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 942
)
Array
(
    [0] => Deprecated
    [1] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 279
)
Making Files Map for Installation Files - Knowledgebase - WHMCS Dev
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Making Files Map for Installation Files Print

  • 3

We forget after not using the command prompt for so long, just how helpful it can be.  Of course, the Linux platform offers more opportunities with the tools available from the SHELL, but the Windows command prompt is not without some helpful tricks. One of which is creating a file using the DIR command that will include a map of every file located within a folder.

To create a file map Including Directories

dir /S /B > output.txt

To create a file map EXcluding Directories

dir /S /B /A-D > output.txt

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution