| Author |
Message |
Topic: This program still available? |
scotspgc
Replies: 0
Views: 8508
|
Forum: General Help Posted: Tue Sep 21, 2010 4:50 am Subject: This program still available? |
Was going to buy this program but from what I've read it looks like you cannot even purchase it anymore.
Tried contacting the company via the contact us form on their website but no reply.
Does anyo ... |
Topic: Safely remove USB Pen |
scotspgc
Replies: 14
Views: 31115
|
Forum: General Help Posted: Tue Aug 31, 2010 3:38 am Subject: Safely remove USB Pen |
You can use the windows rundll32.exe option also.
"RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll"
I use that command for windows XP and Windows 7.
Sorry, I think I misundersto ... |
Topic: Working on a directory list |
scotspgc
Replies: 3
Views: 12988
|
Forum: General Help Posted: Wed Dec 13, 2006 11:31 pm Subject: Working on a directory list |
Fantastic, that worked. I used the following to do what I wanted.
%%listpath = E:\2006
LIST CREATE,1
LIST FILELIST,1,%%listpath,D
LIST SEEK,1,0
%d = @next(1)
GOSUB showlis ... |
Topic: Working on a directory list |
scotspgc
Replies: 3
Views: 12988
|
Forum: General Help Posted: Wed Dec 13, 2006 6:22 am Subject: Working on a directory list |
I have a very spcific problem. I have a directory structure similar to below;
C:\Username1\Profile\randomdir1
C:\Username2\Profile\randomdir2
C:\Username3\Profile\randomdir3
C:\Username4\Profile ... |
| |