Sunday, August 9, 2020

PWD equivalent command in Windows command prompt

pwd = echo %cd%

No comments:

Post a Comment

Wordpress debug log function

Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...