Windows Command Line

NeoBook tips, tricks, code samples and more...

Moderator: Neosoft Support

Locked
reinier maliepaard
Posts: 30
Joined: Sat Jan 17, 2009 2:53 pm

Windows Command Line

Post by reinier maliepaard »

Hello,

Today I published on amazon.com an ebook on the Windows Command Line. With its simple syntax, the Windows Command Line offers a lot of interesting ways to automate monotonous and repetitive tasks. Of course, Neobook-applications can run the examples from my ebook with its Run command, invoking 'cmd.exe /c'. Example with Windows REN (or Rename) command:

Code: Select all

SetVar "[CurrentDir]" "[PubDir]"
Run "cmd.exe" " /c REN ?*.txt h*.dat" "Hidden" "" ""
This code does two things:
- with wildcard '?' the first letter of the filename of '.txt' files is changed
- the extension '.txt' is changed into '.dat'

This is nice, isn't it? So, what could you expect of my ebook? More nice and useful code examples than text :D

Go to amazon.com and type in the Search: Maliepaard Windows Command Line and you will find my ebook.

Have fun!

Best regards,
Reinier
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Windows Command Line

Post by Neosoft Support »

Thanks for including NeoBook in your ebook!
NeoSoft Support
User avatar
fkapnist
Posts: 348
Joined: Mon Nov 17, 2014 4:24 pm
Location: Greece
Contact:

Re: Windows Command Line

Post by fkapnist »

Would like to see a Neobook ebook for Windows Cmd that has working examples and usable code...
Locked