forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Shortcut DSU
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Units
View previous topic :: View next topic  
Author Message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 12:11 am    Post subject: Shortcut DSU Reply with quote

Ok. Here is a DSU that adds the command Shortcut to VDS. It creats Program Groups and Shortcuts for the StartMenu. Here is the link for more info and to DL it.

http://www.vdsworld.com/index.php?page=search&keywords=Shortcut%20DSU&extend=1

Hope you find it usefull.

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Apr 06, 2004 12:24 am    Post subject: Reply with quote

chris,

is there a problem with the download link from http://www.vdsworld.com/index.php?page=search&keywords=Shortcut%20DSU&extend=1 as it downloads a file called "shortcutdsu.txt"?

your dsu looks like a handy one Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 12:35 am    Post subject: Reply with quote

Sorry. Ok, now give it a try.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Apr 06, 2004 12:43 am    Post subject: Reply with quote

yeah! thanks chris Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Apr 06, 2004 6:47 am    Post subject: Reply with quote

Gave your DSU a quick spin. Ran it with your own code sample and I get an error: "Stopped at line 8 in file .... ShortCut.DSU".

Then errorcode 501.

The shortcut is created and works, though!

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 12:05 pm    Post subject: Reply with quote

Embarassed Humm...Ok thanks. I'll look into that.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 12:54 pm    Post subject: Reply with quote

Ok. I think I fixed the bug. Shrotcut DSU has also been updated. It now can create multi shortcuts from a list. Commands are:
Shortcut one - Create one shortcut
Shortcut List - Create multi shortcuts from items in a list.

Read the Readme.txt for more info.

Have fun. Wink

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Apr 06, 2004 1:04 pm    Post subject: Reply with quote

Now:

"Stopped at line 15 ..." - then "unknown error code at line 16 ..."

Greetz
Dread

But shortcut still gets created

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Apr 06, 2004 1:05 pm    Post subject: Reply with quote

Just a thought: How 'bout a "shortcut remove" command?? Could come in handy..

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 1:07 pm    Post subject: Reply with quote

I'll look into that. I don't know what's up with the errors. I have tested it on 3 boxes without a problem. Humm.... Back to work... Rolling Eyes
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 1:08 pm    Post subject: Reply with quote

Which command were you using? One or List? What was the code you used?
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Apr 06, 2004 1:17 pm    Post subject: Reply with quote

I just grabbed a sample line from your latest info file:

Code:
Shortcut One,Stuff,@windir()\explorer.exe,Explorer


Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Apr 06, 2004 1:20 pm    Post subject: Reply with quote

Now I tried the List version - still just off your sample code.

It crashes the IDE completely Crying or Very sad
No error messages or anything - access violation and booomm.

Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Tue Apr 06, 2004 1:22 pm    Post subject: Reply with quote

Humm. Use the chat box...
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Apr 06, 2004 1:44 pm    Post subject: Reply with quote

chris,

the remove idea would be fantastic...does the dsu work with all versions of windows?

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Units All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group