Search found 305 matches

by Mythros
Tue Jun 09, 2020 6:09 pm
Forum: Coding Questions
Topic: How to get percentage from npm install in Pure?
Replies: 4
Views: 1151

Re: How to get percentage from npm install in Pure?

@infratec : Thank you! Although I do not understand this. Is there easier way?

Thank You! <3
by Mythros
Tue Jun 09, 2020 5:23 pm
Forum: Coding Questions
Topic: How to get percentage from npm install in Pure?
Replies: 4
Views: 1151

How to get percentage from npm install in Pure?

Hi all! How can I add a progress bar that shows the percent of a command prompt npm install? IE : You know how when installing with npm, it shows a text loading bar? [###########.......] How do I grab that current value & turn it into a percentage & plug it into a percentage bar? ANY & A...
by Mythros
Tue Jun 09, 2020 12:28 am
Forum: Coding Questions
Topic: How to change Preference file value?
Replies: 5
Views: 1341

Re: How to change Preference file value?

Thanks alot, guys! <3 :)
by Mythros
Mon Jun 08, 2020 6:16 pm
Forum: Coding Questions
Topic: How to change Preference file value?
Replies: 5
Views: 1341

Re: How to change Preference file value?

Ok, so it's safe just to keep writing? But the problem is I need to change one simple value. not the whole file.

Thank You! <3
by Mythros
Mon Jun 08, 2020 4:46 pm
Forum: Coding Questions
Topic: How to change Preference file value?
Replies: 5
Views: 1341

How to change Preference file value?

Hi all! How do you edit a value after having written a Preferences.pref file?

ANY help as always is GREATLY appreciated!

Thank You! <3
by Mythros
Thu Jun 04, 2020 10:03 pm
Forum: Coding Questions
Topic: How to get last folder in directory path?
Replies: 10
Views: 2108

Re: How to get last folder in directory path?

Thanks guys! :)
by Mythros
Thu Jun 04, 2020 8:36 pm
Forum: Coding Questions
Topic: How to get last folder in directory path?
Replies: 10
Views: 2108

Re: How to get last folder in directory path?

yes, backslashes
by Mythros
Thu Jun 04, 2020 8:23 pm
Forum: Coding Questions
Topic: How to get last folder in directory path?
Replies: 10
Views: 2108

Re: How to get last folder in directory path?

What if the directory as a backslash at the end without another folder after it? For some reason, the above 2 codes are returning nothing.

D:\res\src\libs\out\
by Mythros
Thu Jun 04, 2020 7:00 pm
Forum: Coding Questions
Topic: How to get last folder in directory path?
Replies: 10
Views: 2108

How to get last folder in directory path?

Hi all! How do you get the last directory folder from a directory path string?

Example :

I have a folder in C:/ called 'out'

C:/out/

I want to grab 'out' without the slashes

Any & all help is both welcome & appreciated!

Thank You! <3
by Mythros
Tue Jun 02, 2020 3:39 pm
Forum: Coding Questions
Topic: Send command & receive data from JSDocs?
Replies: 2
Views: 973

Re: Send command & receive data from JSDocs?

Here is what I have so far thanks to Kiffi & a few others : EnableExplicit Define TempJsFilename.s = "temp.js" CreateFile(0, TempJsFilename) WriteStringN(0, "a") CloseFile(0) Define Dummy.s Define RPE.s ; ReadProgramError Define RPS.s ; ReadProgramString Define Exitcode Defin...
by Mythros
Tue Jun 02, 2020 3:14 pm
Forum: Coding Questions
Topic: Send command & receive data from JSDocs?
Replies: 2
Views: 973

Send command & receive data from JSDocs?

Hi all! So I'm trying to send a command to JSDocs via hidden command prompt then receive data back in program.

Any help as always is GREATLY appreciated!

Thank You! <3
by Mythros
Tue Jun 02, 2020 3:42 am
Forum: Coding Questions
Topic: open console hidden, send command to, return data from it?
Replies: 16
Views: 2899

Re: open console hidden, send command to, return data from i

So how to send a command to JSDocs then receive data back?
by Mythros
Tue Jun 02, 2020 12:48 am
Forum: Coding Questions
Topic: open console hidden, send command to, return data from it?
Replies: 16
Views: 2899

Re: open console hidden, send command to, return data from i

I thank everyone VERY MUCH for all of their help. <3 I did not mean to upset you Kiffi. Not my intention at all. I'm just trying to send a command to JSDocs & receive info from it. I thought you had to use Node to open JSDocs. Because I DID install it with NPM.
by Mythros
Tue Jun 02, 2020 12:11 am
Forum: Coding Questions
Topic: open console hidden, send command to, return data from it?
Replies: 16
Views: 2899

Re: open console hidden, send command to, return data from i

I thought it was Node I needed, apparently not. I'm trying to send a command to JSDocs with some stored file to & from locations so I can overwrite some documentation I am writing for a library I made. Then read the data it returns back into my program.