Project 1999

Project 1999 (/forums/index.php)
-   Blue Server Chat (/forums/forumdisplay.php?f=17)
-   -   I did not know EQ could have command line access to our local computers (/forums/showthread.php?t=276539)

westtell4 06-26-2017 07:33 PM

I did not know EQ could have command line access to our local computers
 
http://imgur.com/a/XSnOj

it doesnt seem to be showing the image so here is the link http://imgur.com/rC1KDxb

Baler 06-26-2017 10:31 PM

image >,> You forgot the format in the [img]
http://i.imgur.com/rC1KDxb.png

Eh it's not as crazy as the title makes it sound. You can also browse your computer's files with the music player. This doesn't mean the staff or anyone on the game can access your computer. It's local stuff.

I believe just one example of it's use could be to,. delete or rename a log file.
Macro such as
Code:

/LOG OFF
/SYSTEM erase C:\EverQuest\logs\eqlog_Baler_project1999.txt
/LOG ON

or
Code:

/LOG OFF
SYSTEM rename "C:\EverQuest\logs\eqlog_Baler_project1999.txt" "eqlog_Baler_project1999.txt.bac"
/LOG ON

Last example would rename the log file to w.e you want. Could even set a date/time if you know how. ps. I stole these macros off eq forums)
These particular examples could be useful if you wanted to gather a log file for a specific thing.

edit: for Year-Month-Day_HoursMinutes
Code:

SYSTEM rename "C:\EverQuest\logs\eqlog_Baler_project1999.txt"  "eqlog_Baler_project1999.%date:~10,4%-%date:~7,2%-%date:~4,2%_%time:~0,2%%time:~3,2%.txt"
This would make it eqlog_Baler_project1999.2017-26-06_2303.txt

again all this is just one example of it's use.

Zaela 06-26-2017 11:10 PM

Every program does, should they choose to use it.


All times are GMT -4. The time now is 05:47 AM.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.