Search found 131 matches

by totmad1
01 Jul 2013 20:50
Forum: Tips & Tricks, Questions & Answers
Topic: Unheralded feature?
Replies: 39
Views: 11203

Re: Unheralded feature?

came across this had nothing todo so thought i would update and show screenshot //For quicker access than scrolling to bottom of the menu. "Edit Button : editButton" UserButton(1, 128); "Customize Toolbar : custTB" Button("ctb1", 256); "Edit script : edit" $Sc...
by totmad1
30 Jun 2013 15:52
Forum: Script Exchange
Topic: 7zip basic script
Replies: 37
Views: 10009

Re: 7zip basic script

I came across these pages and thought I would add something. 1. listings 2. extract to other pane (various) "_Initialize"; perm $p_zip = "C:\Users\user\Documents\portaprogs\7-ZipPortable\App\7-Zip64\7z.exe"; perm $p_Zip = "C:\Users\user\Documents\portaprogs\7-ZipPortable\App...
by totmad1
30 Jun 2013 15:41
Forum: Script Exchange
Topic: WinRAR Suite
Replies: 3
Views: 1890

Re: WinRAR Suite

Worked out a "dirty" way to extract to other pane "Extract RAR packs to Subfolder and move to other pane" // This is a real "dirty" way to do this $a = get("path", i); run $p_rar x "<curitem>" Unpacked\; wait 1000; selfilter Unpacked , d; moveto $a ,...
by totmad1
29 Jun 2013 16:34
Forum: Script Exchange
Topic: use of new zip commands
Replies: 0
Views: 1311

use of new zip commands

Here are 1. zip & move to other pane 2. list this zip 3. list zips in this folder "_Initialize"; $file = self ("file"); end (compare(<xyver>, 12.50.0016, v) >= 0),,1; msg "WARNING: requires XYplorer v12.50.0016 in order to work properly.<br><br>You are currently running ...
by totmad1
28 Jun 2013 13:35
Forum: Script Exchange
Topic: WinRAR Suite
Replies: 3
Views: 1890

Re: WinRAR Suite

Found this and thought I would try to update (2011?). Listing will only work on rar files. Rather dissapointing. "_Initialize"; perm $p_rar = "C:\Users\user\Documents\portaprogs\rar\rar.exe"; "Add Files to RAR pack" $pt = get(selecteditemspathnames); $L = ""; ...
by totmad1
27 Jun 2013 23:13
Forum: Wishes
Topic: ZIP Support (so I can finally retire "PowerDersk Pro")
Replies: 207
Views: 28632

Re: ZIP Support (so I can finally retire "PowerDersk Pro")

wrote this script to use new zip_list() . Works to a certain point but also not seeing most extensions . "list this Zip" text zip_list(, <crlf>); "List zips in this folder" selfilter "*.zip"; $CList =""; $pList =""; $SelectedItems = get("Selecte...
by totmad1
27 Jun 2013 17:43
Forum: Script Exchange
Topic: Archive content listing
Replies: 4
Views: 1341

Re: Archive content listing

within half hour of posting thought why not do a search through the help file looking for subfolder and found folderreport. :lol: Couldn't figure out files:template so eventually worked out this method. "To Depth:select files then run this to make list" $Allpath_name = folderreport("f...
by totmad1
27 Jun 2013 14:03
Forum: Script Exchange
Topic: Archive content listing
Replies: 4
Views: 1341

Re: Archive content listing

@ Don I am afraid to say but was introduced to computers about 43 years ago . First taught myself Fortran from an engineers diary . So can't exactly call myself a fast learner. Never found trouble learning anything. :oops: Most code found elsewhere in forum. As I have already stated can't leave thin...
by totmad1
26 Jun 2013 08:17
Forum: Script Exchange
Topic: Archive content listing
Replies: 4
Views: 1341

Archive content listing

While trawling the net came across this batch file. FOR /F "tokens=* delims=" %%A in ('dir /b /s *.rar ; *.7z ; *.cab ; *.gz ; *.zip') do ("C:\Users\user\Documents\portaprogs\7-ZipPortable\App\7-Zip64\7z.exe" l -r "%%A" >> listingALL.txt) I have altered it slightly to i...
by totmad1
25 Jun 2013 17:15
Forum: Script Exchange
Topic: Stepped number and Quick mass rename?
Replies: 2
Views: 1910

Re: Stepped number and Quick mass rename?

http://i1319.photobucket.com/albums/t668/mazot1k/Clipboard-1_zpscca6316b.png This first image shows the menu notice item 2 this should be used to check no. of items collected and if you want to add/remove any filenames from list (full paths req.) http://i1319.photobucket.com/albums/t668/mazot1k/Cli...
by totmad1
24 Jun 2013 13:43
Forum: Script Exchange
Topic: Stepped number and Quick mass rename?
Replies: 2
Views: 1910

Stepped number and Quick mass rename?

There are two or three excellent number rename scripts in this forum but I have not been able to find a stepped rename so wrote this. The idea behind this script was that I scan books and then I am able to pass on those books. So two pages are scanned and the book doesn't necessarily start at page 1...