The MASM Forum

Miscellaneous => The Orphanage => Topic started by: daydreamer on April 19, 2019, 06:45:19 PM

Title: partition drive
Post by: daydreamer on April 19, 2019, 06:45:19 PM
anyone else partitioned drive
would be good to have the usual masm32 sdk and a customized on same drive without need to rewrite all includes in source files
Title: Re: partition drive
Post by: jj2007 on April 19, 2019, 07:22:55 PM
SUBST works like a charm, I've been using it for a decade now. (https://en.wikipedia.org/wiki/SUBST#Persisting_across_reboots)
Title: Re: partition drive
Post by: hutch-- on April 20, 2019, 02:09:25 AM
I have been partitioning hard disks for close to 30 years, this allows me to use a dedicated partition just for development. Others for other tasks, others for similar data storage. Not only that but I set up an 8 gig ramdisk for junk, downloads and the occasional testing of very high speed stuff. Do whatever is necessary to escape from one C:\ partition so you are not nobbled by Microsoft's stuffups.
Title: Re: partition drive
Post by: Vortex on April 20, 2019, 03:18:53 AM
The Masm32 installation can also run on a RAM disk :

http://www.ltr-data.se/opencode.html/#ImDisk
Title: Re: partition drive
Post by: Tedd on April 25, 2019, 01:54:37 AM
The proper way to do it is not to have paths in your source in the first place.