thumb

File Processing Scripts Collection V1.0

Categories: Tools
Tags: No Tags
Comments: No Comments
Published on: November 28, 2009

Here is a collection of useful DOS BATCH and VBSCRIPT scripts for processing, moving, sorting of files. The code for all scripts can be downloaded in a single ZIP file called: Roy-FileProcScripts.zip The ZIP archive also contains a nice intro for RoySAC.com, which I recommend to check out :). ImageFilesSort2Dirs.bat IMAGES Cleanup/Sorting Batch Script looks for IMAGE files in current directory (Extensions JPG, PNG, GIF, BMP, LBM, TGA, PCX, SVG, TIF, IFF) looks for “-” in file name (assumed to be the separator between Artist Name and Image Title) parses string before first “-“, trims trailing spaces checks if directory with that name exists 4.1 If not, it creates it (artist name) moves all image files of the artist into the artist dir 1: @echo off 2: :: ——————————————————- 3: :: IMAGES Cleanup/Sorting Batch Script 4: :: ——————————————————- 5: :: 1. looks for IMAGE files in current directory 6: :: (Extensions JPG, PNG, GIF, BMP, LBM, TGA, PCX, SVG, TIF, IFF) 7: :: 2. looks for “-” in file name (assumed to be 8: :: the separator between Artist Name and Image Title) 9: :: 3. parses string before first “-“, trims trailing spaces 10: :: 4. checks if directory with that name exists 11: :: 4.1 If not, it creates it (artist name) 12: :: 5. moves all image files of the artist into the artist dir 13: :: 14: :: Batch Script by Carsten Cumbrowski aka Roy/SAC 15: :: visit http://www.roysac.com 16: 17: 18: setlocal enabledelayedexpansion 19: CLS[…]

thumb

Berlin Wall Video Copyright Issues

Categories: history, Personal, Politics, Video
Tags: No Tags
Comments: 1 Comment
Published on: November 19, 2009
Here is now another great example for the current copyright laws being not only outdated and not fit for today???s world we live in, but also how those archaic laws are actually bad for society as a whole. Let me start from the beginning??? The Beginning of the Story I was contacted by Emily B. Hager on Saturday, October 31, 2009 via email and via phone. Emily B. Hager is a video reporter for the New York Times (yes, THE NY Times). She was working on a last minute video?? called ???The Man Who Opened the Gate???, which was published on Monday, November 2, 2009, together with the article by Roger Cohen titled ???The Hinge of History??? with a supporting video. The article is about Harald Jaeger, the Boarder Guard at the border crossing ???Bornholmer Strasse’??? who opened the gates on November 9, 1989 to let people pass from East Berlin to West Berlin in violation of a direct order by his superior. Emily came across my video ???Moments in History ??? The Fall of the Berlin Wall??? I was contacted regarding this video by many others before that and already had posted an article where I addressed many of the very similar questions that I received regarding my video. Emily found the video of mine at the Internet Archive, where I also posted it, among other sites, like YouTube, Vimeo, my blog and over half a dozen other sites. I told her that I have plenty of video footage[…]
thumb

RoySAC.com Updates Brief

Categories: Oldskool, text art, Tools, Video
Tags: No Tags
Comments: No Comments
Published on: November 19, 2009

I have not posted at my blog for a long while (in comparison to the months before). This was actually not because of the lack of things to write about. There was plenty for me to write, but it seems that I tend to write less, the more is happening. Maybe because of the lack of time that usually concurs with more events happening or maybe it is just that I think too much about all the stuff I should write about that I forget to actually write something altogether.?? Well, I need to think about that one :). I decided now to write about each thing that I consider noteworthy only briefly and consolidated in this and another post to follow. Each thing by itself would probably have warranted its own post, but not at this time. Downloads Section Expanded ???? I expanded the downloads page of my website to include two new sections. 1. Music Trackers tools for Windows and DOS. See Tracker Downloads Tracker music is a staple of the classic demo scene before the computers became powerful and advanced enough to use fully digital recordings of music for programs, demos and games. It was also the limitations of hard disk space and memory that lead to the development of alternatives such as the ???Tracker???. The most famous known tracker software is probably the program ???Sound Tracker??? for the Commodore Amiga. Its file format, the classic ???.MOD???, is still a pseudo standard today, including on the PC[…]

thumb

Some Handy MS DOS Batch Tricks ??? Infinite Loop and Wait Command

Categories: Tools
Tags: No Tags
Comments: 5 Comments
Published on: October 25, 2009
I am always interested in how to do stuff with Windows command line tools and BATCH scripts to make things easier and to automate processes that are related to the operating system itself or to the file system. I found some interesting tricks and tips in one of the recent issues of my favorite computer magazine from Germany called ???CT Magazin??? (CT stands for ???Computer Technik???) by the publisher ???Heise??? (which I am still subscribed to here in the United States). I???d like to share those with you, but written in English language. I also included some additional tips and practical examples for using the tricks. Infinite Loop The obvious method to do an infinite loop within a BATCH script is the use of ???LABELS??? and a ???GOTO??? command within it that jumps to the same label address e.g. 1: :MYLABEL 2: ??? commands to execute here ??? 3: GOTO :MYLABEL However, this code might ends up to be harder to read and it has the short-coming that it cannot be used from the command line directly and only from within a .BAT Batch script. But there is another way to create an infinite loop via BATCH commands. 1: for /L %i in (0,0,0) do SINGLE-COMMAND or if you want to execute a list of commands within the loop: 1: for /L %i in (0,0,0) do ( 2: ??? multiple commands here ??? 3: ) where you have to replace ???SINGLE-COMMAND??? with your own command call or ?????? multiple commands[…]
thumb

SAC Art Packs Now Accessible Via Web Browser Online

Categories: Oldskool, SAC
Tags: No Tags
Comments: No Comments
Published on: October 15, 2009
Bam, Bam, Bam. I just announced at the beginning of this month that the Superior Art Creations intros/cracktros/bbstros etc. are now accessible online via ordinary web browser. Now you can not only access the intros online, but the rest of the content of the SAC artpacks as well. I talked at the end of last year about those efforts (see my blog posts here and here). I also put up a lot of content up elsewhere, like the converted ANSI and ASCII art on Flickr.com. That conversion by itself was already a bitch, but what I didn???t accomplish until now is to make all that stuff accessible directly from the Superior Art Creations web site. Here is a little video introduction of mine. Backup URL to Video on vimeo (http://www.vimeo.com/7083972). You can watch this video in high definition (1280×768 pixels) at Vimeo.com See for example the first SAC art package from December 1994. The pack files can be browsed now directly from the SAC Pack listings and overview page that I created over two years ago. I created also a new packs listings page that only shows the files, but then also information that are not shown on the general SAC Packs page. This includes the number of files by type, like how many ASCIIs, ANSIs or Intros were part of a pack etc. The new packs files list is accessible here. From there you can also access very easily the content of two SAC music discs releases by Crome[…]
Welcome , today is Saturday, May 3, 2025