I am attempting to run scripts with paths that are longer than 79 characters and getting errors.

Is there any way around this?
With WIN2k I am not able to use the "@@" inside a file-path to solve the problem (like "@@\scripts\script.sql).

my path line currently looks something like this:
@D:\Data_Migration\Project\Name\Hardware\hard_metal_hammers\load_ballpean.sql


then I get the error:
string beginning "c:\Data_Mi..." is too long. maximum size is 79 characters.

Any suggestions or am I screwed.

thanks.